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

/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dcheck.c227 int zoneIndex; local
237 for (zoneIndex = 0;
238 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) !=
239 (char *)NULL; zoneIndex++) {
249 zoneIndex) == B_FALSE) {
259 z_zlist_get_scratch(a_zlst, zoneIndex));
H A Dmain.c850 int zoneIndex; local
963 for (zoneIndex = 0;
965 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL;
966 zoneIndex++) {
970 zst = z_zlist_get_current_state(a_zlst, zoneIndex);
985 n = pkgZoneRemove(z_zlist_get_scratch(a_zlst, zoneIndex),
1001 for (zoneIndex = 0;
1002 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) !=
1003 (char *)NULL; zoneIndex++) {
1007 zst = z_zlist_get_current_state(a_zlst, zoneIndex);
1883 int zoneIndex; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dcheck.c331 int zoneIndex; local
347 for (zoneIndex = 0;
348 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) !=
349 (char *)NULL; zoneIndex++) {
359 zoneIndex) == B_FALSE) {
H A Dmain.c3366 int zoneIndex; local
3382 for (zoneIndex = 0;
3383 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL;
3384 zoneIndex++) {
3388 zst = z_zlist_get_current_state(a_zlst, zoneIndex);
3397 install_in_one_zone(z_zlist_get_scratch(a_zlst, zoneIndex),
3434 int zoneIndex; local
3450 for (zoneIndex = 0;
3451 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL;
3452 zoneIndex
3603 int zoneIndex; local
3654 int zoneIndex; local
[all...]

Completed in 89 milliseconds