Searched refs:zoneBrandList_t (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libinstzones/hdrs/
H A Dinstzones_api.h73 typedef struct _zoneBrandList zoneBrandList_t; typedef in typeref:struct:_zoneBrandList
116 extern zoneList_t z_get_nonglobal_zone_list_by_brand(zoneBrandList_t *);
117 extern void z_free_brand_list(zoneBrandList_t *a_brandList);
118 extern zoneBrandList_t *z_make_brand_list(const char *brandList,
146 zoneBrandList_t *brands);
/opensolaris-onvv-gate/usr/src/lib/libinstzones/common/
H A Dzones.c42 * z_free_brand_list - free contents of a zoneBrandList_t object
43 * z_make_brand_list - return a zoneBrandList_t object describing the list
352 zoneBrandList_t *brands = NULL;
366 * Description: Free contents of zoneBrandList_t object
367 * Arguments: brands - pointer to zoneBrandList_t object to free
371 z_free_brand_list(zoneBrandList_t *brands)
374 zoneBrandList_t *temp = brands;
384 * the delimeter passed in, build a zoneBrandList_t structure
390 * Returns: zoneBrandList_t *
393 * NOTE: Any zoneBrandList_t returne
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbe/common/
H A Dlibbe_priv.h190 zoneBrandList_t *be_get_supported_brandlist(void);
H A Dbe_zones.c299 * a zoneBrandList_t object.
308 zoneBrandList_t *
H A Dbe_create.c1518 zoneBrandList_t *brands = NULL;
1808 zoneBrandList_t *brands = NULL;
H A Dbe_mount.c2299 zoneBrandList_t *brands = NULL;
2405 zoneBrandList_t *brands = NULL;
H A Dbe_activate.c978 zoneBrandList_t *brands = NULL;

Completed in 65 milliseconds