Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dsys_pipe.c284 pipe_touch(struct pipe *tpipe, int touch) in pipe_touch() argument
291 tpipe->st_atimespec.tv_sec = now.tv_sec; in pipe_touch()
292 tpipe->st_atimespec.tv_nsec = now.tv_nsec; in pipe_touch()
296 tpipe->st_mtimespec.tv_sec = now.tv_sec; in pipe_touch()
297 tpipe->st_mtimespec.tv_nsec = now.tv_nsec; in pipe_touch()
301 tpipe->st_ctimespec.tv_sec = now.tv_sec; in pipe_touch()
302 tpipe->st_ctimespec.tv_nsec = now.tv_nsec; in pipe_touch()