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

/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c1539 * 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 60 milliseconds