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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c152 static int cleanup_zonepath(char *, boolean_t);
3106 if ((temp_err = cleanup_zonepath(zonepath, B_FALSE)) != Z_OK) {
3856 cleanup_zonepath(char *zonepath, boolean_t all) function
4243 err = cleanup_zonepath(new_zonepath, B_TRUE);
4267 err = cleanup_zonepath(zonepath, B_TRUE);
5086 if ((err = cleanup_zonepath(zonepath, B_FALSE)) != Z_OK) {

Completed in 112 milliseconds