Searched refs:pipe_create (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/tools/tools/netrate/juggle/ |
| H A D | juggle.c | 155 pipe_create(int *fd1p, int *fd2p) in pipe_create() function 473 { pipe_create, "pipe" },
|
| /freebsd-12.1/sys/security/mac/ |
| H A D | mac_pipe.c | 132 MAC_POLICY_PERFORM_NOSLEEP(pipe_create, cred, pp, pp->pp_label); in mac_pipe_create()
|
| /freebsd-12.1/sys/kern/ |
| H A D | sys_pipe.c | 229 static void pipe_create(struct pipe *pipe, int backing); 361 pipe_create(rpipe, 1); in pipe_paircreate() 362 pipe_create(wpipe, 0); in pipe_paircreate() 622 pipe_create(struct pipe *pipe, int backing) in pipe_create() function
|
| /freebsd-12.1/sys/security/mac_test/ |
| H A D | mac_test.c | 1183 COUNTER_DECL(pipe_create); 1191 COUNTER_INC(pipe_create); in test_pipe_create()
|