Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/kernel/
H A Dt_lockf.c128 char pipe_in, pipe_out; in ATF_TC_BODY() local
162 ATF_REQUIRE_MSG(read(pipe_fd[0], &pipe_in, 1) == 1, in ATF_TC_BODY()
164 ATF_REQUIRE_MSG(pipe_in == pipe_out, in ATF_TC_BODY()
/freebsd/sys/contrib/dev/rtw88/
H A Dusb.h73 u8 pipe_in; member
H A Dusb.c197 if (rtwusb->pipe_in) { in rtw_usb_parse()
202 rtwusb->pipe_in = num; in rtw_usb_parse()
594 usb_rcvbulkpipe(rtwusb->udev, rtwusb->pipe_in), in rtw_usb_read_port_complete()
/freebsd/contrib/ee/
H A Dee.c172 int pipe_in[2]; /* pipe file descriptors for input */ variable
3116 pipe(pipe_in); /* create a pipe */ in sh_command()
3130 dup(pipe_in[1]); in sh_command()
3136 dup(pipe_in[1]); in sh_command()
3137 close(pipe_in[1]); in sh_command()
3151 close(pipe_in[1]); in sh_command()
3152 get_fd = pipe_in[0]; in sh_command()
3154 close(pipe_in[0]); in sh_command()