Home
last modified time | relevance | path

Searched refs:zone_slabel (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dtlabel.c218 label_hold(reszone->zone_slabel); in getflabel_cipso()
221 return (reszone->zone_slabel); in getflabel_cipso()
515 zl = zone->zone_slabel; in getflabel()
H A Dzone.c2192 zone0.zone_slabel = l_admin_low; in zone_init()
2226 (mod_hash_key_t)zone0.zone_slabel, (mod_hash_val_t)&zone0); in zone_init()
2291 if (zone->zone_slabel != NULL) in zone_free()
2292 label_rele(zone->zone_slabel); in zone_free()
4194 zone->zone_slabel = tsl; in zone_set_label()
4393 zone->zone_slabel = l_admin_low; in zone_create()
4440 (ztmp = zone_find_all_by_label(zone->zone_slabel)) != NULL)) { in zone_create()
4493 (mod_hash_key_t)zone->zone_slabel, (mod_hash_val_t)zone); in zone_create()
4522 ASSERT(zone->zone_slabel != NULL); in zone_create()
4524 (mod_hash_key_t)zone->zone_slabel); in zone_create()
[all …]
H A Dcred.c747 (cr->cr_zone ? cr->cr_zone->zone_slabel : NULL)); in crgetlabel()
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c263 label2bslabel(to_zptr->zone_slabel), in lo_mount()
264 label2bslabel(from_zptr->zone_slabel))) { in lo_mount()
/titanic_44/usr/src/uts/common/sys/
H A Dzone.h531 ts_label_t *zone_slabel; /* zone sensitivity label */ member
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c960 zlabel = mntzone->zone_slabel; in smbfs_mount_label_policy()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dtnet.c2079 plabel = zone->zone_slabel; in tsol_check_interface_address()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1442 mnt_tsl = mntzone->zone_slabel; in zfs_mount_label_policy()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3249 zone_label = zone->zone_slabel; in nfs_getflabel()
H A Dnfs_subr.c5135 zlabel = mntzone->zone_slabel; in nfs_mount_label_policy()