Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dsys_pipe.c1190 struct pipe *mpipe = (struct pipe *)fp_get_data(fp); in pipe_ioctl() local
1195 PIPE_LOCK(mpipe); in pipe_ioctl()
1198 error = mac_pipe_check_ioctl(kauth_cred_get(), mpipe, cmd); in pipe_ioctl()
1200 PIPE_UNLOCK(mpipe); in pipe_ioctl()
1208 PIPE_UNLOCK(mpipe); in pipe_ioctl()
1213 mpipe->pipe_state |= PIPE_ASYNC; in pipe_ioctl()
1215 mpipe->pipe_state &= ~PIPE_ASYNC; in pipe_ioctl()
1217 PIPE_UNLOCK(mpipe); in pipe_ioctl()
1221 *(int *)data = mpipe->pipe_buffer.cnt; in pipe_ioctl()
1222 PIPE_UNLOCK(mpipe); in pipe_ioctl()
[all …]