| /freebsd/sys/security/mac_stub/ |
| H A D | mac_stub.c | 664 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in stub_pipe_check_ioctl() argument 672 struct label *pplabel) in stub_pipe_check_poll() argument 680 struct label *pplabel) in stub_pipe_check_read() argument 688 struct label *pplabel, struct label *newlabel) in stub_pipe_check_relabel() argument 696 struct label *pplabel) in stub_pipe_check_stat() argument 704 struct label *pplabel) in stub_pipe_check_write() argument 712 struct label *pplabel) in stub_pipe_create() argument 719 struct label *pplabel, struct label *newlabel) in stub_pipe_relabel() argument
|
| /freebsd/sys/security/mac_test/ |
| H A D | mac_test.c | 1191 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in test_pipe_check_ioctl() argument 1195 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_ioctl() 1204 struct label *pplabel) in test_pipe_check_poll() argument 1208 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_poll() 1217 struct label *pplabel) in test_pipe_check_read() argument 1221 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_read() 1230 struct label *pplabel, struct label *newlabel) in test_pipe_check_relabel() argument 1234 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_relabel() 1244 struct label *pplabel) in test_pipe_check_stat() argument 1248 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_stat() [all …]
|
| /freebsd/sys/security/mac_mls/ |
| H A D | mac_mls.c | 1328 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in mls_pipe_check_ioctl() argument 1341 struct label *pplabel) in mls_pipe_check_poll() argument 1349 obj = SLOT(pplabel); in mls_pipe_check_poll() 1359 struct label *pplabel) in mls_pipe_check_read() argument 1367 obj = SLOT(pplabel); in mls_pipe_check_read() 1377 struct label *pplabel, struct label *newlabel) in mls_pipe_check_relabel() argument 1384 obj = SLOT(pplabel); in mls_pipe_check_relabel() 1428 struct label *pplabel) in mls_pipe_check_stat() argument 1436 obj = SLOT(pplabel); in mls_pipe_check_stat() 1446 struct label *pplabel) in mls_pipe_check_write() argument [all …]
|
| /freebsd/sys/security/mac_biba/ |
| H A D | mac_biba.c | 1433 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in biba_pipe_check_ioctl() argument 1446 struct label *pplabel) in biba_pipe_check_poll() argument 1454 obj = SLOT(pplabel); in biba_pipe_check_poll() 1464 struct label *pplabel) in biba_pipe_check_read() argument 1472 obj = SLOT(pplabel); in biba_pipe_check_read() 1482 struct label *pplabel, struct label *newlabel) in biba_pipe_check_relabel() argument 1489 obj = SLOT(pplabel); in biba_pipe_check_relabel() 1533 struct label *pplabel) in biba_pipe_check_stat() argument 1541 obj = SLOT(pplabel); in biba_pipe_check_stat() 1551 struct label *pplabel) in biba_pipe_check_write() argument [all …]
|
| /freebsd/sys/security/mac/ |
| H A D | mac_policy.h | 335 struct pipepair *pp, struct label *pplabel, 338 struct pipepair *pp, struct label *pplabel); 340 struct pipepair *pp, struct label *pplabel); 342 struct pipepair *pp, struct label *pplabel, 345 struct pipepair *pp, struct label *pplabel); 347 struct pipepair *pp, struct label *pplabel); 351 struct label *pplabel);
|
| /freebsd/sys/security/mac_lomac/ |
| H A D | mac_lomac.c | 1535 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in lomac_pipe_check_ioctl() argument 1548 struct label *pplabel) in lomac_pipe_check_read() argument 1556 obj = SLOT(pplabel); in lomac_pipe_check_read() 1566 struct label *pplabel, struct label *newlabel) in lomac_pipe_check_relabel() argument 1573 obj = SLOT(pplabel); in lomac_pipe_check_relabel() 1617 struct label *pplabel) in lomac_pipe_check_write() argument 1625 obj = SLOT(pplabel); in lomac_pipe_check_write() 1635 struct label *pplabel) in lomac_pipe_create() argument 1640 dest = SLOT(pplabel); in lomac_pipe_create() 1647 struct label *pplabel, struct label *newlabel) in lomac_pipe_relabel() argument [all …]
|