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

  /src/sys/sys/
unpcb.h 65 * The unp_ctime holds the creation time of the socket: it might be part of
83 struct timespec unp_ctime; /* holds creation time */ member in struct:unpcb
  /src/sys/kern/
uipc_usrreq.c 759 nanotime(&unp->unp_ctime);
911 ub->st_atimespec = ub->st_mtimespec = ub->st_ctimespec = unp->unp_ctime;

Completed in 20 milliseconds