| /freebsd-10-stable/sys/security/mac/ |
| D | mac_policy.h | 187 struct label *mplabel, struct devfs_dirent *de, 268 struct mount *mp, struct label *mplabel); 270 struct label *mplabel); 551 struct label *mplabel, struct vnode *vp, 554 struct label *mplabel, struct vnode *vp, 653 struct mount *mp, struct label *mplabel,
|
| /freebsd-10-stable/sys/security/mac_test/ |
| D | mac_test.c | 520 test_devfs_vnode_associate(struct mount *mp, struct label *mplabel, in test_devfs_vnode_associate() argument 525 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_devfs_vnode_associate() 982 struct label *mplabel) in test_mount_check_stat() argument 986 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_mount_check_stat() 995 struct label *mplabel) in test_mount_create() argument 999 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_mount_create() 2434 test_vnode_associate_extattr(struct mount *mp, struct label *mplabel, in test_vnode_associate_extattr() argument 2438 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_vnode_associate_extattr() 2447 test_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel, in test_vnode_associate_singlelabel() argument 2451 LABEL_CHECK(mplabel, MAGIC_MOUNT); in test_vnode_associate_singlelabel() [all …]
|
| /freebsd-10-stable/sys/security/mac_stub/ |
| D | mac_stub.c | 346 stub_devfs_vnode_associate(struct mount *mp, struct label *mplabel, in stub_devfs_vnode_associate() argument 523 struct label *mplabel) in stub_mount_check_stat() argument 531 struct label *mplabel) in stub_mount_create() argument 1339 stub_vnode_associate_extattr(struct mount *mp, struct label *mplabel, in stub_vnode_associate_extattr() argument 1347 stub_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel, in stub_vnode_associate_singlelabel() argument
|
| /freebsd-10-stable/sys/security/mac_biba/ |
| D | mac_biba.c | 1332 struct label *mplabel) in biba_mount_check_stat() argument 1340 obj = SLOT(mplabel); in biba_mount_check_stat() 1350 struct label *mplabel) in biba_mount_create() argument 1355 dest = SLOT(mplabel); in biba_mount_create() 2842 biba_vnode_associate_extattr(struct mount *mp, struct label *mplabel, in biba_vnode_associate_extattr() argument 2848 source = SLOT(mplabel); in biba_vnode_associate_extattr() 2883 biba_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel, in biba_vnode_associate_singlelabel() argument 2888 source = SLOT(mplabel); in biba_vnode_associate_singlelabel() 3528 struct label *mplabel, struct vnode *dvp, struct label *dvplabel, in biba_vnode_create_extattr() argument
|
| /freebsd-10-stable/sys/security/mac_lomac/ |
| D | mac_lomac.c | 1092 lomac_devfs_vnode_associate(struct mount *mp, struct label *mplabel, in lomac_devfs_vnode_associate() argument 1442 struct label *mplabel) in lomac_mount_create() argument 1447 dest = SLOT(mplabel); in lomac_mount_create() 2293 lomac_vnode_associate_extattr(struct mount *mp, struct label *mplabel, in lomac_vnode_associate_extattr() argument 2299 source = SLOT(mplabel); in lomac_vnode_associate_extattr() 2341 lomac_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel, in lomac_vnode_associate_singlelabel() argument 2346 source = SLOT(mplabel); in lomac_vnode_associate_singlelabel() 2800 struct label *mplabel, struct vnode *dvp, struct label *dvplabel, in lomac_vnode_create_extattr() argument
|
| /freebsd-10-stable/sys/security/mac_mls/ |
| D | mac_mls.c | 970 mls_devfs_vnode_associate(struct mount *mp, struct label *mplabel, in mls_devfs_vnode_associate() argument 1242 mls_mount_create(struct ucred *cred, struct mount *mp, struct label *mplabel) in mls_mount_create() argument 1247 dest = SLOT(mplabel); in mls_mount_create() 2468 mls_vnode_associate_extattr(struct mount *mp, struct label *mplabel, in mls_vnode_associate_extattr() argument 2474 source = SLOT(mplabel); in mls_vnode_associate_extattr() 2508 mls_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel, in mls_vnode_associate_singlelabel() argument 2513 source = SLOT(mplabel); in mls_vnode_associate_singlelabel() 3153 struct label *mplabel, struct vnode *dvp, struct label *dvplabel, in mls_vnode_create_extattr() argument
|