HomeSort by: relevance | last modified time | path
    Searched refs:pipe_atime (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
pipe.h 98 struct timespec pipe_atime; /* time of last access */ member in struct:pipe
  /src/sys/kern/
sys_pipe.c 315 pipe->pipe_atime = pipe->pipe_mtime = pipe->pipe_btime = *nt;
535 getnanotime(&rpipe->pipe_atime);
874 ub->st_atimespec = pipe->pipe_atime;

Completed in 44 milliseconds