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

/darwin-on-arm/xnu/libkern/kxld/tests/
H A Dloadtest.py35 pipe = Popen("/usr/sbin/kextfind \( -l -and -x -and -arch i386 \)", shell=True, stdout=PIPE).stdout variable
/darwin-on-arm/xnu/bsd/sys/
H A Dpipe.h148 struct pipe { struct
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c397 pipe(proc_t p, __unused struct pipe_args *uap, int32_t *retval) function
[all...]
/darwin-on-arm/xnu/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.c725 transmit_event(struct dn_pipe *pipe, struct mbuf **head, struct mbuf **tail) argument
1044 struct dn_pipe *pipe = p; local
1498 struct dn_pipe *pipe; local
1532 struct dn_pipe *pipe ; local
1862 purge_pipe(struct dn_pipe *pipe) argument
1886 struct dn_pipe *pipe, *pipe1; local
[all...]

Completed in 32 milliseconds