Searched defs:nsc_dev_s (Results 1 – 1 of 1) sorted by relevance
151 typedef struct nsc_dev_s { struct152 struct nsc_dev_s *nsc_next; /* Link to next device */ argument153 struct nsc_fd_s *nsc_close; /* Closed file descriptors */154 nsc_iodev_t *nsc_list; /* Active I/O modules */155 char *nsc_path; /* Pathname */156 uint64_t nsc_phash; /* Pathname hash */157 kmutex_t nsc_lock; /* Lock to protect state */158 int nsc_refcnt; /* Reference count */159 kcondvar_t nsc_cv; /* Blocking variable */160 int nsc_wait; /* Count of waiters */[all …]