Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzonecfg/common/
H A Dzonecfg_impl.h48 #define ZONE_STATE_STR_CONFIGURED "configured" macro
H A Dgetzoneent.c145 if (strcmp(p, ZONE_STATE_STR_CONFIGURED) == 0) { in getzoneent_private()
436 if (strcmp(zone_state, ZONE_STATE_STR_CONFIGURED) != 0 && in putzoneent()
H A Dlibzonecfg.c5722 return (ZONE_STATE_STR_CONFIGURED); in zone_state_str()