Searched defs:DD_KSTAT_CHANGING (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c83 #define DD_KSTAT_CHANGING 0x2 macro
715 if (ddp->dd_flags & (DD_CONDEMNED | DD_KSTAT_CHANGING)) {
1314 * to a non-global zone. Then set the DD_KSTAT_CHANGING flag to
1325 ddp->dd_flags |= DD_KSTAT_CHANGING;
1403 * subsystem. Instead the DD_KSTAT_CHANGING flag set above in this
1413 ddp->dd_flags &= ~DD_KSTAT_CHANGING;

Completed in 406 milliseconds