/titanic_44/usr/src/lib/libtsol/common/ |
H A D | zone.c | 90 if (blequal(label, &admin_low) || blequal(label, &admin_high)) in getzoneidbylabel() 133 if (blequal(label, &test_sl) != 0) { in getzoneidbylabel()
|
H A D | mapfile-vers | 44 blequal;
|
/titanic_44/usr/src/man/man3tsol/ |
H A D | Makefile | 49 blequal.3tsol \ 75 blequal.3tsol := LINKSRC = blcompare.3tsol
|
/titanic_44/usr/src/cmd/lp/lib/lp/ |
H A D | tx.c | 131 if (blequal(sl, &admin_low)) { in get_peer_label()
|
/titanic_44/usr/src/common/tsol/ |
H A D | blabel.c | 82 blequal(const m_label_t *label1, const m_label_t *label2) in blequal() function
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_srv.c | 190 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs3_setattr() 490 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs3_lookup() 634 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs3_access() 787 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs3_readlink() 965 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs3_read() 1293 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs3_write() 1567 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs3_create() 1924 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs3_mkdir() 2073 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs3_symlink() 2249 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs3_mknod() [all …]
|
H A D | nfs4_srv.c | 1310 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs4_op_access() 1345 blequal(clabel, slabel))) in rfs4_op_access() 1356 blequal(clabel, slabel))) in rfs4_op_access() 2830 if (!blequal(&l_admin_low->tsl_label, clabel)) { in do_rfs4_op_lookup() 3500 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs4_op_putpubfh() 4241 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs4_op_remove() 4559 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs4_op_rename() 5456 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs4_op_setattr() 6395 if (!blequal(&l_admin_low->tsl_label, clabel)) { in rfs4_createfile()
|
H A D | nfs_subr.c | 5189 if (blequal(mntlabel, server_sl) || in nfs_mount_label_policy() 5193 !blequal(mntlabel, server_sl)) in nfs_mount_label_policy()
|
H A D | nfs_server.c | 3276 result = blequal(clabel, slabel); in do_rfs_label_check()
|
/titanic_44/usr/src/uts/common/sys/tsol/ |
H A D | label.h | 74 extern int blequal(const m_label_t *, const m_label_t *);
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | tnet.c | 290 if (blequal(&rp1->rtsa_slrange.lower_bound, in gcdb_hash_cmp() 292 blequal(&rp1->rtsa_slrange.upper_bound, in gcdb_hash_cmp() 939 blequal(label, conn_label)) in tsol_receive_local() 960 !blequal(label, conn_label)) { in tsol_receive_local() 1079 !blequal(&plabel->tsl_label, &src_rhtp->tpc_tp.tp_def_label))) { in tsol_can_accept_raw() 1178 retv = blequal(pktbs, in tsol_can_reply_error() 1605 !blequal(&dst_rhtp->tpc_tp.tp_def_label, in tsol_ip_forward()
|
H A D | tn_ipopt.c | 66 if (blequal(sl, label2bslabel(l_admin_high))) in tsol2cipso_tt1() 361 if (!blequal(&dst_rhtp->tpc_tp.tp_def_label, in tsol_check_dest()
|
/titanic_44/usr/src/cmd/tsol/updatehome/ |
H A D | setupfiles.c | 108 if (blequal(plabel, min_sl)) { in __setupfiles()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 993 if (blequal(mntlabel, server_sl) || in smbfs_mount_label_policy() 997 !blequal(mntlabel, server_sl)) in smbfs_mount_label_policy()
|
/titanic_44/usr/src/lib/libtsnet/common/ |
H A D | misc.c | 143 blequal(&rtsa->rtsa_slrange.lower_bound, in rtsa_to_str()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3tsol.inc | 44 link path=usr/share/man/man3tsol/blequal.3tsol target=blcompare.3tsol
|
/titanic_44/usr/src/uts/common/os/ |
H A D | tlabel.c | 157 blequal(&l1->tsl_label, &l2->tsl_label)); in label_equal()
|
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.c | 8788 } else if (!blequal(&bs_label, &admin_low) && in extract_attr() 8789 !blequal(&bs_label, &admin_high)) { in extract_attr() 8805 if (blequal(from_label, &admin_low)) { in extract_attr() 9068 if (blequal(&bslabel, &admin_high)) { in rebuild_lk_comp_path() 9078 !blequal(&bslabel, from_label)) { in rebuild_lk_comp_path() 9168 } else if ((blequal(¤tlabel, &bs_label)) == 0) { in check_ext_attr()
|
/titanic_44/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 1349 if (blequal(&admin_low, clabel)) { in mount()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1467 if (blequal(mnt_sl, &ds_sl)) in zfs_mount_label_policy()
|
H A D | zfs_ioctl.c | 542 if (new_default || !blequal(&new_sl, CR_SL(CRED()))) in zfs_set_slabel_policy()
|
/titanic_44/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3780 error = (!blequal(zone_sl, &ds_sl)); in validate_rootds_label()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 4720 } else if (!blequal(&attr->tme_label, zone_security_label)) { in print_transport_label()
|
/titanic_44/ |
H A D | .gitignore | 7806 usr/src/man/man3tsol/blequal.3tsol
|