Lines Matching refs:pplabel
1131 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in test_pipe_check_ioctl() argument
1135 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_ioctl()
1144 struct label *pplabel) in test_pipe_check_poll() argument
1148 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_poll()
1157 struct label *pplabel) in test_pipe_check_read() argument
1161 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_read()
1170 struct label *pplabel, struct label *newlabel) in test_pipe_check_relabel() argument
1174 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_relabel()
1184 struct label *pplabel) in test_pipe_check_stat() argument
1188 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_stat()
1197 struct label *pplabel) in test_pipe_check_write() argument
1201 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_write()
1220 struct label *pplabel) in test_pipe_create() argument
1224 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_create()
1273 struct label *pplabel, struct label *newlabel) in test_pipe_relabel() argument
1277 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_relabel()