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

/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones.c637 z_set_zone_spec(const char *zlist) argument
647 assert(zlist != NULL);
652 while (isspace(*zlist)) {
653 zlist++;
655 if (*zlist == '\0') {
658 for (zend = zlist; *zend != '\0'; zend++) {
663 zlen = ((ptrdiff_t)zend) - ((ptrdiff_t)zlist);
665 _z_program_error(ERR_ZONE_NAME_ILLEGAL, zlen, zlist);
669 (void) memcpy(zent->zl_name, zlist, zlen);
674 zlist
[all...]
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_create.c2088 zoneList_t zlist = NULL; local
2136 if ((zlist = z_get_nonglobal_zone_list_by_brand(brands)) == NULL) {
2151 for (i = 0; (zonename = z_zlist_get_zonename(zlist, i)) != NULL; i++) {
2154 if (z_zlist_get_current_state(zlist, i) < ZONE_STATE_INSTALLED)
2157 zonepath = z_zlist_get_zonepath(zlist, i);
2189 z_free_zone_list(zlist);
2385 zoneList_t zlist = NULL; local
2450 if ((zlist = z_get_nonglobal_zone_list_by_brand(brands)) == NULL) {
2455 for (i = 0; (zonename = z_zlist_get_zonename(zlist, i)) != NULL; i++) {
2462 zonepath = z_zlist_get_zonepath(zlist,
[all...]

Completed in 33 milliseconds