Searched refs:user32_time_t (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsem_internal.h91 user32_time_t sem_otime; /* [XSI] last operation time */
93 user32_time_t sem_ctime; /* [XSI] last change time */
H A Dmsg.h245 user32_time_t msg_stime; /* [XSI] time of last msgsnd() */
247 user32_time_t msg_rtime; /* [XSI] time of last msgrcv() */
249 user32_time_t msg_ctime; /* [XSI] time of last msgctl() */
H A Dstat.h332 user32_time_t st_atime; /* [XSI] Time of last access */
334 user32_time_t st_mtime; /* [XSI] Last data modification */
336 user32_time_t st_ctime; /* [XSI] Time of last status change */
398 user32_time_t st_atime; /* [XSI] Time of last access */
400 user32_time_t st_mtime; /* [XSI] Last data modification time */
402 user32_time_t st_ctime; /* [XSI] Time of last status change */
404 user32_time_t st_birthtime; /* File creation time(birth) */
H A D_structs.h198 user32_time_t tv_sec; /* seconds */
234 user32_time_t tv_sec; /* seconds */
/darwin-on-arm/xnu/bsd/arm/
H A Dtypes.h95 typedef int32_t user32_time_t; typedef
/darwin-on-arm/xnu/bsd/i386/
H A Dtypes.h155 typedef __int32_t user32_time_t; typedef
/darwin-on-arm/xnu/osfmk/arm/
H A Dtypes.h94 typedef int32_t user32_time_t; typedef
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.h172 user32_time_t timestamp; /* timestamp (tv_sec) of last match */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sysctl.c1640 (user32_time_t)p->p_realtimer.it_interval.tv_sec;
1645 (user32_time_t)p->p_realtimer.it_value.tv_sec;
1649 exp->p_rtime.tv_sec = (user32_time_t)p->p_rtime.tv_sec;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c2208 *(user32_time_t *)(ap->a_data) = (user32_time_t) (to_bsd_time(VTOVCB(vp)->localCreateDate));

Completed in 112 milliseconds