Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c377 ns->netstack_flags = NSF_UNINIT; in netstack_zone_create()
415 ns->netstack_flags &= ~NSF_UNINIT; in netstack_zone_create()
1029 !(ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))) { in netstack_find_by_stackid()
1181 if (ns->netstack_flags & (NSF_UNINIT | NSF_CLOSING)) { in netstack_hold_if_active()
1444 if ((ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING)) == 0) { in netstack_next()
/illumos-gate/usr/src/uts/common/sys/
H A Dnetstack.h207 #define NSF_UNINIT 0x01 /* Not initialized */ macro