Searched refs:user_time_t (Results 1 - 9 of 9) sorted by relevance

/xnu-2422.115.4/bsd/sys/_types/
H A D_user_timespec.h38 user_time_t tv_sec; /* seconds */
H A D_user_timeval.h33 user_time_t tv_sec; /* seconds */
/xnu-2422.115.4/bsd/sys/
H A Dshm_internal.h87 user_time_t shm_atime; /* time of last shmat() */
88 user_time_t shm_dtime; /* time of last shmdt() */
89 user_time_t shm_ctime; /* time of last change by shmctl() */
H A Dsem_internal.h64 user_time_t sem_otime; /* [XSI] last operation time */
66 user_time_t sem_ctime; /* [XSI] last change time */
H A Dmsg.h189 user_time_t msg_stime; /* [XSI] time of last msgsnd() */
191 user_time_t msg_rtime; /* [XSI] time of last msgrcv() */
193 user_time_t msg_ctime; /* [XSI] time of last msgctl() */
/xnu-2422.115.4/bsd/i386/
H A Dtypes.h102 typedef int64_t user_time_t; typedef
/xnu-2422.115.4/bsd/kern/
H A Dsysv_msg.c142 static __inline__ user_time_t
H A Dsysv_sem.c158 static __inline__ user_time_t
167 * XXX conversion of internal user_time_t to external tume_t loses
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c2639 *(user_time_t *)(ap->a_data) = (user_time_t) (to_bsd_time(VTOVCB(vp)->localCreateDate));

Completed in 48 milliseconds