Searched refs:time (Results 1 - 25 of 159) sorted by relevance

1234567

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dtime.c43 "notes: measures time()\n");
55 (void) time(NULL);
56 (void) time(NULL);
57 (void) time(NULL);
58 (void) time(NULL);
59 (void) time(NULL);
60 (void) time(NULL);
61 (void) time(NULL);
62 (void) time(NULL);
63 (void) time(NUL
[all...]
H A Dmktime.c38 #include <time.h>
66 clock1 = time(NULL);
H A Dtattle.c35 #include <sys/time.h>
36 #include <time.h>
H A Dgettimeofday.c38 #include <sys/time.h>
H A Dlocaltime_r.c38 #include <time.h>
H A Dstrftime.c34 #include <time.h>
/darwin-on-arm/xnu/libkern/uuid/
H A Duuid.c41 #include <sys/time.h>
99 uint64_t time; local
104 time = read_time();
105 out[0] = (uint8_t)(time >> 24);
106 out[1] = (uint8_t)(time >> 16);
107 out[2] = (uint8_t)(time >> 8);
108 out[3] = (uint8_t)time;
109 out[4] = (uint8_t)(time >> 40);
110 out[5] = (uint8_t)(time >> 32);
111 out[6] = (uint8_t)(time >> 5
[all...]
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c3 #include <sys/time.h>
22 /* time out after 1 sec extra delay */
26 /* measure time for the kevent */
54 test_absolute_kevent(int time, int scale) argument
67 printf("Testing %d sec absolute timer...\n", time);
71 printf("Testing %d usec absolute timer...\n", time);
75 printf("Testing %d msec absolute timer...\n", time);
83 expected = time * timescale;
84 deadline = nowus / timescale + time;
87 if (time <
101 test_oneshot_kevent(int time, int scale) argument
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Detimer.h37 * real-time clock.
54 extern uint64_t setPop(uint64_t time);
56 extern int setPop(uint64_t time);
/darwin-on-arm/xnu/bsd/sys/
H A Dtimeb.h86 time_t time; /* [XSI] Seconds since the Epoch */ member in struct:timeb
H A Dvstat.h43 #include <sys/time.h>
60 struct timespec vst_atimespec; /* time of last access */
61 struct timespec vst_mtimespec; /* time of last data modification */
62 struct timespec vst_ctimespec; /* time of last file status change */
64 time_t vst_atime; /* time of last access */
66 time_t vst_mtime; /* time of last data modification */
68 time_t vst_ctime; /* time of last file status change */
/darwin-on-arm/xnu/libsyscall/wrappers/unix03/
H A Dgetrlimit.c29 #include <sys/time.h>
H A Dsetrlimit.c29 #include <sys/time.h>
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_osfmk_callback.c62 uint32_t time,
66 clock_interval_to_deadline(time, units, &t_delay);
59 chudxnu_timer_callback_enter( chud_timer_t timer, thread_call_param_t param1, uint32_t time, uint32_t units) argument
/darwin-on-arm/xnu/osfmk/arm/
H A Drtclock.c110 uint64_t tmrCvt(uint64_t time, uint64_t unit) argument
112 return ((time * unit) >> 32);
150 int setPop(uint64_t time) argument
158 if (time == 0 || time == EndOfAllTime) {
159 time = EndOfAllTime;
163 now = mach_absolute_time(); /* The time in nanoseconds */
164 pop = rtclock_internal_arm_timer(time, now);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_mount.h39 #include <sys/time.h>
60 struct timezone hfs_timezone; /* user time zone info (standard HFS only) */
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h38 #include <sys/time.h>
43 // amount of time we are allowed to process a catalog search (in � secs)
83 // The following fields are set up once at initialization time.
95 struct timeval startTime; // time we started catalog search
/darwin-on-arm/xnu/bsd/net/
H A Dnet_osdep.c64 #include <sys/time.h>
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_InitGlobals.c46 #include <sys/time.h>
H A Dadsp_Init.c50 #include <sys/time.h>
/darwin-on-arm/xnu/osfmk/i386/
H A DpmCPU.h37 * This value should be changed each time that pmDispatch_t or pmCallBacks_t
65 void (*setMaxBusDelay)(uint64_t time);
67 void (*setMaxIntDelay)(uint64_t time);
84 /* common time fields exported to PM code. This structure may be
96 uint64_t (*setRTCPop)(uint64_t time);
H A Drtclock.c35 * real-time clock. Historically, this clock is
38 * this purpose with the master time reference being
134 * Configure the real-time clock device. Return success (1)
176 * Intialize the nanotime info from the base time.
242 * Only update the base values if time using the new base values
243 * is later than the time using the old base values.
254 * a small delta is added to the tsc_base. This is equivalent to nudgin time
256 * cause callers of mach_absolute_time() to see time going backwards!
308 * Initialize the real-time clock device.
447 * Real-time cloc
487 setPop( uint64_t time) argument
[all...]
/darwin-on-arm/xnu/bsd/crypto/blowfish/
H A Dbf_skey.c63 #include <sys/time.h>
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.h79 unsigned int time; member in struct:vc_progress_element
/darwin-on-arm/xnu/bsd/netinet6/
H A Ddest6.c41 #include <sys/time.h>

Completed in 181 milliseconds

1234567