Lines Matching refs:pplabel
1099 struct label *pplabel, unsigned long cmd, void /* caddr_t */ *data) in test_pipe_check_ioctl() argument
1103 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_ioctl()
1112 struct label *pplabel) in test_pipe_check_poll() argument
1116 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_poll()
1125 struct label *pplabel) in test_pipe_check_read() argument
1129 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_read()
1138 struct label *pplabel, struct label *newlabel) in test_pipe_check_relabel() argument
1142 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_relabel()
1152 struct label *pplabel) in test_pipe_check_stat() argument
1156 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_stat()
1165 struct label *pplabel) in test_pipe_check_write() argument
1169 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_check_write()
1188 struct label *pplabel) in test_pipe_create() argument
1192 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_create()
1241 struct label *pplabel, struct label *newlabel) in test_pipe_relabel() argument
1245 LABEL_CHECK(pplabel, MAGIC_PIPE); in test_pipe_relabel()