Searched refs:a_zlst (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones.c174 * Arguments: a_zlst - handle to zoneList_t object to free
179 z_free_zone_list(zoneList_t a_zlst) argument
185 if (a_zlst == (zoneList_t)NULL) {
191 for (numzones = 0; a_zlst[numzones]._zlName != (char *)NULL;
193 zoneListElement_t *zelm = &a_zlst[numzones];
209 free(a_zlst);
838 * Arguments: a_zlst - handle to zoneList_t object describing all zones
839 * a_zoneIndex - index into a_zlst of the zone to return
845 z_zlist_get_current_state(zoneList_t a_zlst, int a_zoneIndex) argument
851 if (a_zlst
889 z_zlist_get_zonename(zoneList_t a_zlst, int a_zoneIndex) argument
929 z_zlist_get_zonepath(zoneList_t a_zlst, int a_zoneIndex) argument
[all...]
H A Dinstzones_lib.h282 boolean_t _z_unlock_zone(zoneListElement_t *a_zlst,
H A Dzones_locks.c97 boolean_t _z_unlock_zone(zoneListElement_t *a_zlst,

Completed in 46 milliseconds