| /xnu-11215.81.4/bsd/sys/ |
| H A D | shm.h | 153 time_t shm_atime; /* [XSI] Time of last shmat() */ 154 time_t shm_dtime; /* [XSI] Time of last shmdt() */ 155 time_t shm_ctime; /* [XSI] Time of last shmctl() change */ 169 time_t shm_atime; /* [XSI] Time of last shmat() */ 170 time_t shm_dtime; /* [XSI] Time of last shmdt() */ 171 time_t shm_ctime; /* [XSI] Time of last shmctl() change */
|
| H A D | sem.h | 91 time_t sem_otime; /* [XSI] last operation time */ 93 time_t sem_ctime; /* [XSI] last change time */ 109 time_t sem_otime; /* [XSI] last operation time */ 111 time_t sem_ctime; /* [XSI] last change time */
|
| H A D | msg.h | 130 time_t msg_stime; /* [XSI] time of last msgsnd() */ 132 time_t msg_rtime; /* [XSI] time of last msgrcv() */ 134 time_t msg_ctime; /* [XSI] time of last msgctl() */ 153 time_t msg_stime; /* [XSI] time of last msgsnd() */ 155 time_t msg_rtime; /* [XSI] time of last msgrcv() */ 157 time_t msg_ctime; /* [XSI] time of last msgctl() */
|
| H A D | vstat.h | 65 time_t vst_atime; /* time of last access */ 67 time_t vst_mtime; /* time of last data modification */ 69 time_t vst_ctime; /* time of last file status change */
|
| H A D | stat.h | 145 time_t st_atime; /* [XSI] Time of last access */ \ 147 time_t st_mtime; /* [XSI] Last data modification time */ \ 149 time_t st_ctime; /* [XSI] Time of last status change */ \ 151 time_t st_birthtime; /* File creation time(birth) */ \ 207 time_t st_atime; /* [XSI] Time of last access */ 209 time_t st_mtime; /* [XSI] Last data modification time */ 211 time_t st_ctime; /* [XSI] Time of last status change */
|
| H A D | time.h | 143 (ts)->tv_sec = (time_t)((tv)->tv_sec); \ 225 time_t boottime_sec(void); 227 void inittodr(time_t base);
|
| H A D | timeb.h | 83 time_t time; /* [XSI] Seconds since the Epoch */
|
| H A D | syslog.h | 329 void logtime(time_t);
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | ppp_defs.h | 172 time_t xmit_idle; /* time since last NP packet sent */ 173 time_t recv_idle; /* time since last NP packet received */
|
| /xnu-11215.81.4/tests/vm/ |
| H A D | zone_gc_replenish_test.c | 30 time_t start = time(NULL); in gc_thread_func() 48 time_t start = time(NULL); in alloc_thread_func()
|
| H A D | vm_unaligned_copy_protection_race.c | 64 time_t start, duration;
|
| H A D | vm_unaligned_copy_switch_race.c | 79 time_t start, duration;
|
| /xnu-11215.81.4/bsd/nfs/ |
| H A D | nfs.h | 589 time_t tm_start; 590 time_t tm_last; 670 time_t tm_start; 671 time_t tm_last; 1105 time_t ns_timestamp; /* socket timestamp */ 1107 time_t ns_wgtime; /* next Write deadline (usec) */ 1165 time_t nd_time; /* Write deadline (usec) */ 1276 void nfs_interval_timer_start(thread_call_t, time_t);
|
| /xnu-11215.81.4/bsd/sys/_types/ |
| H A D | _time_t.h | 31 typedef __darwin_time_t time_t; typedef
|
| /xnu-11215.81.4/tests/skywalk/ |
| H A D | skt_utun27302538.c | 221 time_t start = time(NULL); in skt_utun27646755_common() 222 time_t now, then = start; in skt_utun27646755_common()
|
| H A D | skywalk_test_utils.c | 468 time_t start = time(NULL); in permutefuncH() 469 time_t now, then = start; in permutefuncH() 516 time_t start = time(NULL); in permutefuncR() 517 time_t now, then = start; in permutefuncR() 853 time_t start, then; in sktc_pump_ring_nslots_kq() 874 time_t now = time(NULL); in sktc_pump_ring_nslots_kq() 909 time_t now = time(NULL); in sktc_pump_ring_nslots_kq() 924 time_t start, then; in sktc_pump_ring_nslots_select() 947 time_t now = time(NULL); in sktc_pump_ring_nslots_select() 983 time_t now = time(NULL); in sktc_pump_ring_nslots_select() [all …]
|
| H A D | skt_nslots.c | 63 time_t start = time(NULL); in skt_nslots_common() 64 time_t now, then = start; in skt_nslots_common()
|
| /xnu-11215.81.4/tests/ |
| H A D | memorystatus_zone_test.c | 108 check_time(time_t start, int timeout) in check_time() 123 time_t start = time(NULL); in allocate_vm_stuff() 194 time_t start = time(NULL); in allocate_from_generic_zone() 257 static time_t main_start;
|
| H A D | mach_continuous_time.c | 182 time_t before_sleep = time(NULL); 218 time_t after_sleep = time(NULL);
|
| /xnu-11215.81.4/tests/benchmark/ |
| H A D | helpers.c | 17 time_t now; in benchmark_log()
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | kern_credential.c | 187 time_t ki_groups_expiry; 188 time_t ki_guid_expiry; 189 time_t ki_ntsid_expiry; 201 static struct kauth_identity *kauth_identity_alloc(uid_t uid, gid_t gid, guid_t *guidp, time_t guid… 202 ntsid_t *ntsidp, time_t ntsid_expiry, size_t supgrpcnt, gid_t *supgrps, time_t groups_expiry, 220 time_t gm_expiry; /* TTL for the membership, or 0 for persistent entries */ 1069 kauth_identity_alloc(uid_t uid, gid_t gid, guid_t *guidp, time_t guid_expiry, in kauth_identity_alloc() 1070 ntsid_t *ntsidp, time_t ntsid_expiry, size_t supgrpcnt, gid_t *supgrps, time_t groups_expiry, in kauth_identity_alloc()
|
| /xnu-11215.81.4/osfmk/mach/ |
| H A D | clock_types.defs | 59 type time_t = int;
|
| /xnu-11215.81.4/libkern/libkern/ |
| H A D | mkext.h | 223 #define MKEXT1_GET_ENTRY_MODTIME(ptr) ((time_t)MKEXT_SWAP(MKEXT1_ENTRY_CAST(ptr)->modifiedsecs))
|
| /xnu-11215.81.4/bsd/bsm/ |
| H A D | audit.h | 264 time_t age; /* Age after which trail files should be expired */
|
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | in6.c | 1047 ia6_lt.ia6t_expire = (time_t)lt.ia6t_expire; in in6ctl_alifetime() 1048 ia6_lt.ia6t_preferred = (time_t)lt.ia6t_preferred; in in6ctl_alifetime() 1062 ia6_lt.ia6t_expire = (time_t)(timenow + ia6_lt.ia6t_vltime); in in6ctl_alifetime() 1068 ia6_lt.ia6t_preferred = (time_t)(timenow + ia6_lt.ia6t_pltime); in in6ctl_alifetime() 2669 ia6_lt.ia6t_expire = (time_t)(timenow + ia6_lt.ia6t_vltime); in in6_update_ifa() 2674 ia6_lt.ia6t_preferred = (time_t)(timenow + ia6_lt.ia6t_pltime); in in6_update_ifa() 3160 t_dst->ia6t_expire = (time_t)(t_src->ia6ti_base_calendartime + in in6ifa_getlifetime() 3166 t_dst->ia6t_preferred = (time_t)(t_src->ia6ti_base_calendartime + in in6ifa_getlifetime() 3172 t_dst->ia6t_expire = (time_t)t_src->ia6ti_expire; in in6ifa_getlifetime() 3177 t_dst->ia6t_preferred = (time_t)t_src->ia6ti_preferred; in in6ifa_getlifetime()
|