Searched defs:nsc_iodev_s (Results 1 – 2 of 2) sorted by relevance
135 typedef struct nsc_iodev_s { struct136 struct nsc_iodev_s *si_next; /* Link to next I/O device */ argument137 struct nsc_fd_s *si_open; /* Open file descriptors */138 kmutex_t si_lock; /* Lock to protect I/O chain */139 kcondvar_t si_cv; /* Blocking variable */140 int si_refcnt; /* Reference count */141 int si_busy; /* Callback in progress */142 int si_pend; /* Operation is pending */143 int si_rpend; /* Reserve is pending */144 int si_avail; /* Available for I/O */[all …]
239 typedef struct nsc_iodev_s { int x; } nsc_iodev_t; argument