Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c573 static boolean_t got_handle = B_FALSE; variable
1443 got_handle = B_TRUE; in initialize()
1479 } else if (global_zone && err == Z_NO_ZONE && !got_handle && in initialize()
1504 got_handle = B_TRUE; in initialize()
1507 zone_perror(zone, err, handle_expected || got_handle); in initialize()
1508 if (err == Z_NO_ZONE && !got_handle && in initialize()
1799 got_handle = B_TRUE; in create_func()
2707 if (got_handle) { in delete_func()
2717 got_handle = B_FALSE; in delete_func()
4409 if (res_type == RT_ZONENAME && got_handle == B_FALSE && in set_func()
[all …]