Home
last modified time | relevance | path

Searched refs:VNTSD_GROUP_IN_CLEANUP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsdvcc.c232 if (groupp->status & VNTSD_GROUP_IN_CLEANUP) { in vntsd_clean_group()
236 groupp->status |= VNTSD_GROUP_IN_CLEANUP; in vntsd_clean_group()
H A Dlisten.c229 if (groupp->status & VNTSD_GROUP_IN_CLEANUP) { in create_console_thread()
H A Dvntsd.h226 #define VNTSD_GROUP_IN_CLEANUP 0x4 macro