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

/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c364 ns->netstack_flags = NSF_UNINIT;
402 ns->netstack_flags &= ~NSF_UNINIT;
919 if (ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))
971 if (ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))
1007 if (ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))
1032 !(ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))) {
1380 if ((ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING)) == 0) {
/illumos-gate/usr/src/uts/common/sys/
H A Dnetstack.h205 #define NSF_UNINIT 0x01 /* Not initialized */ macro

Completed in 47 milliseconds