Home
last modified time | relevance | path

Searched refs:zone_domain (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/syscall/
H A Dsysteminfo.c113 kstr = curproc->p_zone->zone_domain; in systeminfo()
266 (void) strcpy(curproc->p_zone->zone_domain, name); in systeminfo()
/titanic_44/usr/src/uts/common/sys/
H A Dzone.h413 char *zone_domain; /* srpc_domain equivalent */ member
/titanic_44/usr/src/uts/common/os/
H A Dzone.c1977 zone0.zone_domain = srpc_domain; in zone_zsd_init()
2295 if (zone->zone_domain != NULL) in zone_free()
2296 kmem_free(zone->zone_domain, _SYS_NMLN); in zone_free()
4332 zone->zone_domain = kmem_alloc(_SYS_NMLN, KM_SLEEP); in zone_create()
4333 zone->zone_domain[0] = '\0'; in zone_create()