Searched refs:_nsc_null_io (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h201 extern nsc_io_t *_nsc_null_io;
H A Dnsc_dev.c75 nsc_io_t *_nsc_null_io = NULL; variable
134 _nsc_null_io = nsc_register_io("null", NSC_NULL, (nsc_def_t *)0);
136 if (!_nsc_null_io)
201 (id != NSC_NULL || _nsc_null_io))
295 if (io == _nsc_null_io)
743 fd->sf_aio = _nsc_null_io;
1602 * included in <type>, return the _nsc_null_io module. Otherwise
1674 io = _nsc_null_io;
H A Dnsc_resv.c304 fd->sf_aio = _nsc_null_io;
337 fd->sf_aio = _nsc_null_io;
647 fd->sf_aio = _nsc_null_io;

Completed in 57 milliseconds