Home
last modified time | relevance | path

Searched refs:time_t (Results 1 – 25 of 37) sorted by relevance

12

/xnu-11215.81.4/bsd/sys/
H A Dshm.h153 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 Dsem.h91 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 Dmsg.h130 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 Dvstat.h65 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 Dstat.h145 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 Dtime.h143 (ts)->tv_sec = (time_t)((tv)->tv_sec); \
225 time_t boottime_sec(void);
227 void inittodr(time_t base);
H A Dtimeb.h83 time_t time; /* [XSI] Seconds since the Epoch */
H A Dsyslog.h329 void logtime(time_t);
/xnu-11215.81.4/bsd/net/
H A Dppp_defs.h172 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 Dzone_gc_replenish_test.c30 time_t start = time(NULL); in gc_thread_func()
48 time_t start = time(NULL); in alloc_thread_func()
H A Dvm_unaligned_copy_protection_race.c64 time_t start, duration;
H A Dvm_unaligned_copy_switch_race.c79 time_t start, duration;
/xnu-11215.81.4/bsd/nfs/
H A Dnfs.h589 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.h31 typedef __darwin_time_t time_t; typedef
/xnu-11215.81.4/tests/skywalk/
H A Dskt_utun27302538.c221 time_t start = time(NULL); in skt_utun27646755_common()
222 time_t now, then = start; in skt_utun27646755_common()
H A Dskywalk_test_utils.c468 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 Dskt_nslots.c63 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 Dmemorystatus_zone_test.c108 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 Dmach_continuous_time.c182 time_t before_sleep = time(NULL);
218 time_t after_sleep = time(NULL);
/xnu-11215.81.4/tests/benchmark/
H A Dhelpers.c17 time_t now; in benchmark_log()
/xnu-11215.81.4/bsd/kern/
H A Dkern_credential.c187 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 Dclock_types.defs59 type time_t = int;
/xnu-11215.81.4/libkern/libkern/
H A Dmkext.h223 #define MKEXT1_GET_ENTRY_MODTIME(ptr) ((time_t)MKEXT_SWAP(MKEXT1_ENTRY_CAST(ptr)->modifiedsecs))
/xnu-11215.81.4/bsd/bsm/
H A Daudit.h264 time_t age; /* Age after which trail files should be expired */
/xnu-11215.81.4/bsd/netinet6/
H A Din6.c1047 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()

12