Searched defs:nsc_iodev_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h148 } nsc_iodev_t; typedef in typeref:struct:nsc_iodev_s
154 nsc_iodev_t *nsc_list; /* Active I/O modules */
175 nsc_iodev_t *sf_iodev; /* I/O device structure */
176 nsc_iodev_t *sf_owner; /* Parent I/O device */
207 extern int _nsc_detach_iodev(nsc_iodev_t *, nsc_fd_t *, int);
208 extern int _nsc_detach_dev(nsc_dev_t *, nsc_iodev_t *, int);
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl.h239 typedef struct nsc_iodev_s { int x; } nsc_iodev_t; typedef in typeref:struct:nsc_iodev_s
243 extern void nsc_set_owner(nsc_fd_t *, nsc_iodev_t *);
244 extern void nsc_pinned_data(nsc_iodev_t *, nsc_off_t, nsc_size_t);
245 extern void nsc_unpinned_data(nsc_iodev_t *, nsc_off_t, nsc_size_t);

Completed in 58 milliseconds