Searched refs:z_unlock_zones (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | quit.c | 136 * NOTE: When quit() is called, if this list is set, then z_unlock_zones 269 (void) z_unlock_zones(zoneList, ZLOCKS_ALL);
|
H A D | main.c | 2615 (void) z_unlock_zones(zlst, ZLOCKS_ALL);
|
/illumos-gate/usr/src/lib/libinstzones/hdrs/ |
H A D | instzones_api.h | 129 extern boolean_t z_unlock_zones(zoneList_t a_zlst, ZLOCKS_T a_lflags);
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | quit.c | 160 * NOTE: When quit() is called, if this list is set, then z_unlock_zones 338 (void) z_unlock_zones(zoneList, ZLOCKS_ALL);
|
H A D | main.c | 4532 (void) z_unlock_zones(zlst, ZLOCKS_ALL);
|
/illumos-gate/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 59 * z_unlock_zones - unlock specified zones 780 (void) z_unlock_zones(a_zlst, a_lflags); 1401 * Name: z_unlock_zones 1412 z_unlock_zones(zoneList_t a_zlst, ZLOCKS_T a_lflags) function
|
Completed in 1414 milliseconds