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

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h80 } nsc_io_t; typedef in typeref:struct:nsc_io_s
87 nsc_io_t *sp_io; /* I/O module */
145 nsc_io_t *si_io; /* Interface to I/O module */
178 nsc_io_t *sf_aio; /* Active I/O module */
201 extern nsc_io_t *_nsc_null_io;
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl.h138 typedef struct nsc_io_s { int x; } nsc_io_t; typedef in typeref:struct:nsc_io_s
142 extern nsc_io_t *nsc_register_io(char *, int, nsc_def_t *);
143 extern int nsc_unregister_io(nsc_io_t *, int);
144 extern nsc_path_t *nsc_register_path(char *, int, nsc_io_t *);

Completed in 62 milliseconds