Lines Matching defs:list

41  *      all non-global zones matching the list of zone brands passed in.
43 * z_make_brand_list - return a zoneBrandList_t object describing the list
46 * z_global_only - Determine if the global zone is only zone on the spec list
52 * z_on_zone_spec - Determine if named zone is on the zone_spec list
56 * z_set_zone_spec - Set list of zones on which actions will be performed
60 * z_verify_zone_spec - Verify list of zones on which actions will be performed
75 * brand list passed in.
306 /* ignore empty list */
312 /* free each entry in the zone list */
330 /* free handle to the list */
338 * native zones - branded zones are not included in list
341 * == NULL - error, list could not be generated
342 * != NULL - success, list returned
345 * dispose of the storage once the list is no longer needed.
383 * Description: Given a string with a list of brand name delimited by
385 * with the list of brand names and return it to the caller.
387 * brands - const char pointer to string list of brand names
391 * == NULL - error, list could not be generated
392 * != NULL - success, list returned
395 * dispose of the storage once the list is no longer needed.
436 * zones matching the list of brands passed in.
437 * Arguments: brands - The list of zone brands to look for.
439 * == NULL - error, list could not be generated
440 * != NULL - success, list returned
443 * dispose of the storage once the list is no longer needed.
456 /* if zones are not implemented, return empty list */
483 * skip any zones with brands not on the brand list
491 * If the user specified an explicit zone list, then ignore any
492 * zones that aren't on that list.
563 /* return generated list */
612 * Description: Determine if the global zone is only zone on the spec list.
614 * Returns: B_TRUE if global zone is the only zone on the list,
740 /* ignore empty list */
1027 * If the user specified an explicit zone list, then ignore any
1028 * zones that aren't on that list.
1074 * Description: Determine if named zone is on the zone_spec list.
1076 * Returns: B_TRUE if named zone is on the list or if the user specified
1077 * no list at all (all zones is the default), B_FALSE otherwise.
1090 /* return true if zones not implemented or no zone spec list defined */
1096 /* return true if named zone is on the zone spec list */
1104 /* named zone is not on the zone spec list */
1221 * Description: Set list of zones on which actions will be performed.
1222 * Arguments: Whitespace-separated list of zone names.
1241 /* parse list to zone_spec_t list, store in global data */
1433 /* ignore empty list */
1483 * Description: Verify list of zones on which actions will be performed.
1487 * list that don't exist on the system. Requires that
1561 /* ignore empty list */
1567 /* find the specified zone in the list */
1658 * Description: Determine whether zone's brand has a match in the list
1661 * list - list of brands to check the zone against
1664 * == B_FALSE - zone brand is not in list
1667 z_is_zone_brand_in_list(char *zoneName, zoneBrandList_t *list)
1673 if (zoneName == NULL || list == NULL)
1692 for (sp = list; sp != NULL; sp = sp->next) {
1716 /* ignore empty list */
1722 /* find the specified zone in the list */
1759 /* ignore empty list */
1765 /* find the specified zone in the list */
1799 /* ignore empty list */
1804 /* find the specified zone in the list */
1834 /* ignore empty list */
1840 /* find the specified zone in the list */
1874 /* ignore empty list */
1880 /* find the specified zone in the list */
1908 /* ignore empty list */
1914 /* find the specified zone in the list */
1970 /* ignore empty list */
1976 /* find the specified zone in the list */
2003 * the arguments to be passed to the Unix command. The list
2019 * list will be closed.
2117 * close all file descriptors not in the a_fds list