Home
last modified time | relevance | path

Searched refs:zonecfg_destroy (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libzonecfg/common/
H A Dmapfile-vers88 zonecfg_destroy;
H A Dlibzonecfg.c345 zonecfg_destroy(const char *zonename, boolean_t force) in zonecfg_destroy() function
/titanic_44/usr/src/head/
H A Dlibzonecfg.h283 extern int zonecfg_destroy(const char *, boolean_t);
/titanic_44/usr/src/cmd/zonecfg/
H A Dzonecfg.c2611 if ((err = zonecfg_destroy(zone, force)) != Z_OK) { in delete_func()