Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Dsys_pipe.c280 #define PIPE_MTIME 0x00000002 /* time of last modification */ macro
295 if (touch & PIPE_MTIME) { 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()
1174 pipe_touch(rpipe, PIPE_MTIME | PIPE_CTIME); in pipe_write()
1175 pipe_touch(wpipe, PIPE_MTIME | PIPE_CTIME); in pipe_write()