Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dsys_pipe.c279 #define PIPE_ATIME 0x00000001 /* time of last access */ macro
290 if (touch & PIPE_ATIME) { in pipe_touch()
629 pipe_touch(rpipe, PIPE_ATIME | PIPE_MTIME | PIPE_CTIME); in pipepair_alloc()
630 pipe_touch(wpipe, PIPE_ATIME | PIPE_MTIME | PIPE_CTIME); in pipepair_alloc()
898 pipe_touch(rpipe, PIPE_ATIME); in pipe_read()