Searched defs:sv_dev_s (Results 1 – 1 of 1) sorted by relevance
122 typedef struct sv_dev_s { struct123 struct sv_dev_s *sv_hash; /* Minor hash chain */ argument124 krwlock_t sv_lock; /* mutual exclusion */125 kmutex_t sv_olock; /* mutual exclusion for otyp flags */126 dev_t sv_dev; /* underlying dev_t */127 nsc_fd_t *sv_fd; /* underlying fd */128 nsc_size_t sv_maxfbas; /* maxfbas accepted by I/O module */129 nsc_size_t sv_nblocks; /* size of device */130 int sv_state; /* state */131 int sv_flag; /* internal flags */[all …]