Home
last modified time | relevance | path

Searched refs:pipe_create (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/tools/tools/netrate/juggle/
H A Djuggle.c155 pipe_create(int *fd1p, int *fd2p) in pipe_create() function
473 { pipe_create, "pipe" },
/freebsd-12.1/sys/security/mac/
H A Dmac_pipe.c132 MAC_POLICY_PERFORM_NOSLEEP(pipe_create, cred, pp, pp->pp_label); in mac_pipe_create()
/freebsd-12.1/sys/kern/
H A Dsys_pipe.c229 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 Dmac_test.c1183 COUNTER_DECL(pipe_create);
1191 COUNTER_INC(pipe_create); in test_pipe_create()