Searched refs:NSF_UNINIT (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dnetstack.c337 ns->netstack_flags = NSF_UNINIT;
375 ns->netstack_flags &= ~NSF_UNINIT;
892 if (ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))
944 if (ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))
980 if (ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))
1005 !(ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))) {
1333 if ((ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING)) == 0) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dnetstack.h200 #define NSF_UNINIT 0x01 /* Not initialized */ macro

Completed in 99 milliseconds