Lines Matching refs:a_zlst

149 extern int	preremove_verify(char **a_pkgList, zoneList_t a_zlst,
153 extern void quitSetZonelist(zoneList_t a_zlst);
210 zoneList_t a_zlst);
847 char *a_zoneAdminFile, zoneList_t a_zlst) in doRemove() argument
860 if (a_zlst != (zoneList_t)NULL) { in doRemove()
967 a_zlst != NULL && in doRemove()
968 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL; in doRemove()
973 zst = z_zlist_get_current_state(a_zlst, zoneIndex); in doRemove()
988 n = pkgZoneRemove(z_zlist_get_scratch(a_zlst, zoneIndex), in doRemove()
1005 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != in doRemove()
1010 zst = z_zlist_get_current_state(a_zlst, zoneIndex); in doRemove()
1020 if (z_zlist_is_zone_runnable(a_zlst, in doRemove()
1033 b = z_zlist_change_zone_state(a_zlst, zoneIndex, in doRemove()
1049 n = pkgZoneRemove(z_zlist_get_scratch(a_zlst, in doRemove()
1066 b = z_zlist_restore_zone_state(a_zlst, zoneIndex); in doRemove()
1074 if (a_zlst == NULL || z_on_zone_spec(GLOBAL_ZONENAME)) { in doRemove()
1875 zoneList_t a_zlst) in remove_packages_in_global_with_zones() argument
1892 assert(a_zlst != (zoneList_t)NULL); in remove_packages_in_global_with_zones()
1953 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != in remove_packages_in_global_with_zones()
1958 zst = z_zlist_get_current_state(a_zlst, zoneIndex); in remove_packages_in_global_with_zones()
1970 scratchName = z_zlist_get_scratch(a_zlst, zoneIndex); in remove_packages_in_global_with_zones()
2004 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != in remove_packages_in_global_with_zones()
2009 zst = z_zlist_get_current_state(a_zlst, zoneIndex); in remove_packages_in_global_with_zones()
2019 if (z_zlist_is_zone_runnable(a_zlst, in remove_packages_in_global_with_zones()
2032 b = z_zlist_change_zone_state(a_zlst, zoneIndex, in remove_packages_in_global_with_zones()
2045 scratchName = z_zlist_get_scratch(a_zlst, zoneIndex); in remove_packages_in_global_with_zones()
2076 b = z_zlist_restore_zone_state(a_zlst, zoneIndex); in remove_packages_in_global_with_zones()
2085 i = preremove_verify(a_pkgList, a_zlst, zoneTempDir); in remove_packages_in_global_with_zones()
2136 zoneAdminFile, zoneAdminFile, a_zlst); in remove_packages_in_global_with_zones()