Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h731 #define ZSD_DESTROY_COMPLETED 0x0400 macro
738 (ZSD_DESTROY_NEEDED|ZSD_DESTROY_INPROGRESS|ZSD_DESTROY_COMPLETED)
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c1230 t->zsd_flags |= ZSD_DESTROY_COMPLETED; in zsd_apply_destroy()