Searched refs:pplabel (Results 1 – 6 of 6) sorted by relevance
| /src/sys/security/mac_stub/ |
| H A D | mac_stub.c | 639 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in stub_pipe_check_ioctl() argument 647 struct label *pplabel) in stub_pipe_check_poll() argument 655 struct label *pplabel) in stub_pipe_check_read() argument 663 struct label *pplabel, struct label *newlabel) in stub_pipe_check_relabel() argument 671 struct label *pplabel) in stub_pipe_check_stat() argument 679 struct label *pplabel) in stub_pipe_check_write() argument 687 struct label *pplabel) in stub_pipe_create() argument 694 struct label *pplabel, struct label *newlabel) in stub_pipe_relabel() argument
|
| /src/sys/security/mac_test/ |
| H A D | mac_test.c | 1157 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in test_pipe_check_ioctl() argument 1161 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_ioctl() 1170 struct label *pplabel) in test_pipe_check_poll() argument 1174 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_poll() 1183 struct label *pplabel) in test_pipe_check_read() argument 1187 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_read() 1196 struct label *pplabel, struct label *newlabel) in test_pipe_check_relabel() argument 1200 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_relabel() 1210 struct label *pplabel) in test_pipe_check_stat() argument 1214 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_stat() [all …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/sys/security/mac/ |
| H A D | mac_policy.h | 326 struct pipepair *pp, struct label *pplabel, 329 struct pipepair *pp, struct label *pplabel); 331 struct pipepair *pp, struct label *pplabel); 333 struct pipepair *pp, struct label *pplabel, 336 struct pipepair *pp, struct label *pplabel); 338 struct pipepair *pp, struct label *pplabel); 342 struct label *pplabel);
|
| /src/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 …]
|