Searched defs:pipe (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/libkern/kxld/tests/
H A Dloadtest.py35 pipe = Popen("/usr/sbin/kextfind \( -l -and -x -and -arch i386 \)", shell=True, stdout=PIPE).stdout variable
/xnu-2422.115.4/bsd/sys/
H A Dpipe.h148 struct pipe { struct
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dsys_pipe.c398 pipe(proc_t p, __unused struct pipe_args *uap, int32_t *retval) function
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Dip_dummynet.h333 struct dn_pipe *pipe ; /* pointer to parent pipe */ member in struct:dn_flow_set
487 user32_addr_t pipe ; /* pointer to parent pipe */ member in struct:dn_flow_set_32
612 user64_addr_t pipe ; /* pointer to parent pipe */ member in struct:dn_flow_set_64
[all...]
H A Dip_dummynet.c727 transmit_event(struct dn_pipe *pipe, struct mbuf **head, struct mbuf **tail) argument
1046 struct dn_pipe *pipe = p; local
1496 struct dn_pipe *pipe; local
1530 struct dn_pipe *pipe ; local
1853 purge_pipe(struct dn_pipe *pipe) argument
1877 struct dn_pipe *pipe, *pipe1; local
[all...]

Completed in 21 milliseconds