Searched refs:zlabel (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 951 ts_label_t *zlabel; in smbfs_mount_label_policy() local 960 zlabel = mntzone->zone_slabel; in smbfs_mount_label_policy() 961 ASSERT(zlabel != NULL); in smbfs_mount_label_policy() 962 label_hold(zlabel); in smbfs_mount_label_policy() 973 if (tp->tpc_tp.tp_doi != zlabel->tsl_doi) in smbfs_mount_label_policy() 979 mntlabel = label2bslabel(zlabel); in smbfs_mount_label_policy() 1016 label_rele(zlabel); in smbfs_mount_label_policy()
|
/titanic_50/usr/src/cmd/allocate/ |
H A D | allocate3.c | 1598 m_label_t *zlabel; in _check_label() local 1604 if ((zlabel = getzonelabelbyname(zonename)) == NULL) { in _check_label() 1619 free(zlabel); in _check_label() 1631 free(zlabel); in _check_label() 1636 if (blinrange(zlabel, &drange) == 0) { in _check_label() 1639 (void) bsltos(zlabel, &zlbl, 0, 0); in _check_label() 1646 free(zlabel); in _check_label() 1655 free(zlabel); in _check_label() 1661 free(zlabel); in _check_label() 1664 in_range = blinrange(zlabel, range); in _check_label() [all …]
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 158 static m_label_t *zlabel = NULL; variable 3973 if ((bldominates(zlabel, zid_label)) && in tsol_mounts() 4013 } else if ((bldominates(zid_label, zlabel)) && in tsol_mounts() 4147 if (zlabel != NULL && bldominates(zid_label, zlabel)) { in tsol_unmounts() 4231 if (zlabel == NULL) in get_zone_label() 4232 zlabel = m_label_alloc(MAC_LABEL); in get_zone_label() 4724 *zlabel = zcent->zc_label; in vplat_create() 4728 if (validate_rootds_label(zlogp, rootpath, zlabel) != 0) in vplat_create() 4801 rctlbufsz, zfsbuf, zfsbufsz, &xerr, match, doi, zlabel, in vplat_create() 4822 (void) getzonenamebyid(getzoneidbylabel(zlabel), in vplat_create()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_subr.c | 5126 ts_label_t *zlabel; in nfs_mount_label_policy() local 5135 zlabel = mntzone->zone_slabel; in nfs_mount_label_policy() 5136 ASSERT(zlabel != NULL); in nfs_mount_label_policy() 5137 label_hold(zlabel); in nfs_mount_label_policy() 5159 if (tp->tpc_tp.tp_doi != zlabel->tsl_doi) in nfs_mount_label_policy() 5175 mntlabel = label2bslabel(zlabel); in nfs_mount_label_policy() 5211 label_rele(zlabel); in nfs_mount_label_policy()
|