Lines Matching refs:pplabel
1155 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in test_pipe_check_ioctl() argument
1159 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_ioctl()
1168 struct label *pplabel) in test_pipe_check_poll() argument
1172 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_poll()
1181 struct label *pplabel) in test_pipe_check_read() argument
1185 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_read()
1194 struct label *pplabel, struct label *newlabel) in test_pipe_check_relabel() argument
1198 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_relabel()
1208 struct label *pplabel) in test_pipe_check_stat() argument
1212 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_stat()
1221 struct label *pplabel) in test_pipe_check_write() argument
1225 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_write()
1244 struct label *pplabel) in test_pipe_create() argument
1248 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_create()
1297 struct label *pplabel, struct label *newlabel) in test_pipe_relabel() argument
1301 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_relabel()