Searched refs:zone_bootargs (Results 1 – 3 of 3) sorted by relevance
339 return (exec_init(p->p_zone->zone_initname, p->p_zone->zone_bootargs)); in start_init_common()
2011 zone0.zone_bootargs = initargs; in zone_zsd_init()2301 if (zone->zone_bootargs != NULL) in zone_free()2302 strfree(zone->zone_bootargs); in zone_free()2366 zone_set_bootargs(zone_t *zone, const char *zone_bootargs) in zone_set_bootargs() argument2372 if ((err = copyinstr(zone_bootargs, buf, BOOTARGS_MAX, NULL)) != 0) in zone_set_bootargs()2375 if (zone->zone_bootargs != NULL) in zone_set_bootargs()2376 strfree(zone->zone_bootargs); in zone_set_bootargs()2378 zone->zone_bootargs = strdup(buf); in zone_set_bootargs()4340 zone->zone_bootargs = NULL; in zone_create()5399 if (zone->zone_bootargs == NULL) in zone_getattr()[all …]
497 char *zone_bootargs; /* arguments passed via zone_boot() */ member