Searched refs:a_zoneIndex (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libinstzones/hdrs/ |
H A D | instzones_api.h | 95 int a_zoneIndex); 97 int a_zoneIndex); 99 int a_zoneIndex, zone_state_t a_newState); 102 int a_zoneIndex); 104 int a_zoneIndex);
|
/illumos-gate/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 1539 * a_zoneIndex - index into a_zlst of the zone to return the 1552 z_zlist_change_zone_state(zoneList_t a_zlst, int a_zoneIndex, argument 1559 _z_echoDebug(DBG_ZONES_CHG_Z_STATE_ENTRY, a_zoneIndex, a_newState); 1569 for (i = 0; (i != a_zoneIndex) && 1706 * a_zoneIndex - index into a_zlst of the zone to return 1712 z_zlist_get_current_state(zoneList_t a_zlst, int a_zoneIndex) argument 1724 for (i = 0; (i != a_zoneIndex) && 1747 * a_zoneIndex - index into a_zlst of the zone to return the 1755 z_zlist_get_original_state(zoneList_t a_zlst, int a_zoneIndex) argument 1767 for (i = 0; (i != a_zoneIndex) 1795 z_zlist_get_scratch(zoneList_t a_zlst, int a_zoneIndex) argument 1830 z_zlist_get_zonename(zoneList_t a_zlst, int a_zoneIndex) argument 1870 z_zlist_get_zonepath(zoneList_t a_zlst, int a_zoneIndex) argument 1898 z_zlist_is_zone_runnable(zoneList_t a_zlst, int a_zoneIndex) argument 1966 z_zlist_restore_zone_state(zoneList_t a_zlst, int a_zoneIndex) argument [all...] |
Completed in 1410 milliseconds