Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dstat.h256 user64_time_t st_atime; /* [XSI] Time of last access */
258 user64_time_t st_mtime; /* [XSI] Last data modification */
260 user64_time_t st_ctime; /* [XSI] Time of last status change */
323 user64_time_t st_atime; /* [XSI] Time of last access */
325 user64_time_t st_mtime; /* [XSI] Last data modification time */
327 user64_time_t st_ctime; /* [XSI] Time of last status change */
329 user64_time_t st_birthtime; /* File creation time(birth) */
H A Dmsg.h211 user64_time_t msg_stime; /* [XSI] time of last msgsnd() */
213 user64_time_t msg_rtime; /* [XSI] time of last msgrcv() */
215 user64_time_t msg_ctime; /* [XSI] time of last msgctl() */
H A Dsem_internal.h78 user64_time_t sem_otime; /* [XSI] last operation time */
80 user64_time_t sem_ctime; /* [XSI] last change time */
/xnu-10002.41.9/bsd/sys/_types/
H A D_user64_timespec.h33 user64_time_t tv_sec; /* seconds */
H A D_user64_timeval.h33 user64_time_t tv_sec; /* seconds */
/xnu-10002.41.9/bsd/i386/
H A Dtypes.h133 typedef __int64_t user64_time_t __attribute__((aligned(8))); typedef
/xnu-10002.41.9/bsd/arm/
H A Dtypes.h125 typedef __int64_t user64_time_t; typedef