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

/illumos-gate/usr/src/uts/common/sys/
H A Dnetstack.h108 #define NSS_CREATE_INPROGRESS 0x0002 macro
118 (NSS_CREATE_NEEDED|NSS_CREATE_INPROGRESS|NSS_CREATE_COMPLETED)
125 (NSS_CREATE_INPROGRESS|NSS_SHUTDOWN_INPROGRESS|NSS_DESTROY_INPROGRESS)
/illumos-gate/usr/src/uts/common/io/
H A Dneti_stack.c578 tmp->nini_flags |= NSS_CREATE_INPROGRESS;
598 tmp->nini_flags &= ~NSS_CREATE_INPROGRESS;
/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c235 * never create the module. However, if NSS_CREATE_INPROGRESS is
250 if (nms->nms_flags & NSS_CREATE_INPROGRESS ||
692 nms->nms_flags |= NSS_CREATE_INPROGRESS;
712 nms->nms_flags &= ~NSS_CREATE_INPROGRESS;

Completed in 47 milliseconds