Home
last modified time | relevance | path

Searched defs:nsc_iodev_s (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h135 typedef struct nsc_iodev_s { struct
136 struct nsc_iodev_s *si_next; /* Link to next I/O device */ argument
137 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 …]
/titanic_41/usr/src/uts/common/avs/ns/
H A Dnsctl.h239 typedef struct nsc_iodev_s { int x; } nsc_iodev_t; argument