Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libzonecfg/common/
H A Dmapfile-vers68 zonecfg_check_handle;
H A Dlibzonecfg.c315 zonecfg_check_handle(zone_dochandle_t handle) in zonecfg_check_handle() function
325 if (zonecfg_check_handle(handle) == Z_OK) in zonecfg_fini_handle()
417 if (zonecfg_check_handle(handle) == Z_BAD_HANDLE) in getroot()
1304 if (zonecfg_check_handle(handle) != Z_OK) in zonecfg_save()
1353 if (zonecfg_check_handle(handle) != Z_OK) in zonecfg_verify_save()
1383 if (zonecfg_check_handle(handle) != Z_OK) in zonecfg_detach_save()
1456 if (zonecfg_check_handle(handle) != Z_OK) in zonecfg_rm_detached()
/titanic_44/usr/src/head/
H A Dlibzonecfg.h281 extern int zonecfg_check_handle(zone_dochandle_t);
/titanic_44/usr/src/cmd/zonecfg/
H A Dzonecfg.c1395 if (zonecfg_check_handle(handle) != Z_OK) { in initialize()
2631 if (force && zonecfg_check_handle(handle) != Z_OK && interactive_mode) in delete_func()
6791 if (zonecfg_check_handle(handle) != Z_OK) { in revert_func()
6941 if (need_to_commit && zonecfg_check_handle(handle) == Z_OK) { in cleanup()