/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | zone.c | 90 if (blequal(label, &admin_low) || blequal(label, &admin_high)) 133 if (blequal(label, &test_sl) != 0) {
|
/illumos-gate/usr/src/man/man3tsol/ |
H A D | Makefile | 49 blequal.3tsol \ 75 blequal.3tsol := LINKSRC = blcompare.3tsol
|
/illumos-gate/usr/src/common/tsol/ |
H A D | blabel.c | 68 * blequal - Compare two labels for Classification and Compartments set 82 blequal(const m_label_t *label1, const m_label_t *label2) function
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | tx.c | 131 if (blequal(sl, &admin_low)) {
|
/illumos-gate/usr/src/uts/common/sys/tsol/ |
H A D | label.h | 74 extern int blequal(const m_label_t *, const m_label_t *);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_srv.c | 190 if (!blequal(&l_admin_low->tsl_label, clabel)) { 490 if (!blequal(&l_admin_low->tsl_label, clabel)) { 634 if (!blequal(&l_admin_low->tsl_label, clabel)) { 787 if (!blequal(&l_admin_low->tsl_label, clabel)) { 965 if (!blequal(&l_admin_low->tsl_label, clabel)) { 1293 if (!blequal(&l_admin_low->tsl_label, clabel)) { 1567 if (!blequal(&l_admin_low->tsl_label, clabel)) { 1924 if (!blequal(&l_admin_low->tsl_label, clabel)) { 2073 if (!blequal(&l_admin_low->tsl_label, clabel)) { 2249 if (!blequal( [all...] |
H A D | nfs4_srv.c | 1304 if (!blequal(&l_admin_low->tsl_label, clabel)) { 1339 blequal(clabel, slabel))) 1350 blequal(clabel, slabel))) 2812 if (!blequal(&l_admin_low->tsl_label, clabel)) { 3468 if (!blequal(&l_admin_low->tsl_label, clabel)) { 4196 if (!blequal(&l_admin_low->tsl_label, clabel)) { 4506 if (!blequal(&l_admin_low->tsl_label, clabel)) { 5395 if (!blequal(&l_admin_low->tsl_label, clabel)) { 6343 if (!blequal(&l_admin_low->tsl_label, clabel)) {
|
H A D | nfs_subr.c | 5110 if (blequal(mntlabel, server_sl) || 5114 !blequal(mntlabel, server_sl))
|
H A D | nfs_server.c | 3262 result = blequal(clabel, slabel);
|
/illumos-gate/usr/src/lib/libtsnet/common/ |
H A D | misc.c | 143 blequal(&rtsa->rtsa_slrange.lower_bound,
|
/illumos-gate/usr/src/cmd/tsol/updatehome/ |
H A D | setupfiles.c | 74 * Calls blequal, copyfile, feof, fgets, fopen, 108 if (blequal(plabel, min_sl)) {
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | tnet.c | 290 if (blequal(&rp1->rtsa_slrange.lower_bound, 292 blequal(&rp1->rtsa_slrange.upper_bound, 939 blequal(label, conn_label)) 960 !blequal(label, conn_label)) { 1079 !blequal(&plabel->tsl_label, &src_rhtp->tpc_tp.tp_def_label))) { 1178 retv = blequal(pktbs, 1605 !blequal(&dst_rhtp->tpc_tp.tp_def_label,
|
H A D | tn_ipopt.c | 66 if (blequal(sl, label2bslabel(l_admin_high))) 361 if (!blequal(&dst_rhtp->tpc_tp.tp_def_label,
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 997 if (blequal(mntlabel, server_sl) || 1001 !blequal(mntlabel, server_sl))
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | tlabel.c | 157 blequal(&l1->tsl_label, &l2->tsl_label));
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 8829 } else if (!blequal(&bs_label, &admin_low) && 8830 !blequal(&bs_label, &admin_high)) { 8846 if (blequal(from_label, &admin_low)) { 9109 if (blequal(&bslabel, &admin_high)) { 9119 !blequal(&bslabel, from_label)) { 9209 } else if ((blequal(¤tlabel, &bs_label)) == 0) {
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1420 if (blequal(mnt_sl, &ds_sl))
|
H A D | zfs_ioctl.c | 554 if (new_default || !blequal(&new_sl, CR_SL(CRED())))
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 1349 if (blequal(&admin_low, clabel)) {
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3782 error = (!blequal(zone_sl, &ds_sl));
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 4720 } else if (!blequal(&attr->tme_label, zone_security_label)) {
|