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

123456

/macosx-10.5.8/xnu-1228.15.4/libkern/uuid/
H A Duuid.c41 #include <sys/time.h>
115 uint64_t time; local
120 time = read_time();
121 out[0] = (uint8_t)(time >> 24);
122 out[1] = (uint8_t)(time >> 16);
123 out[2] = (uint8_t)(time >> 8);
124 out[3] = (uint8_t)time;
125 out[4] = (uint8_t)(time >> 40);
126 out[5] = (uint8_t)(time >> 32);
127 out[6] = (uint8_t)(time >> 5
[all...]
/macosx-10.5.8/xnu-1228.15.4/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 */
H A Dparam.h117 #include <sys/time.h>
251 * Scale factor for scaled integers used to count %cpu time and load avgs.
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Detimer.h37 * real-time clock.
52 extern int setPop(uint64_t time);
H A Dclock_oldops.c67 * list and entered in time priority order into the active alarm
74 mach_timespec_t al_time; /* alarm time */
285 * Get the current clock time.
299 mach_timespec_t *time) /* OUT */
301 clock_get_system_nanotime(&time->tv_sec, (uint32_t *)&time->tv_nsec);
308 mach_timespec_t *time) /* OUT */
310 clock_get_calendar_nanotime(&time->tv_sec, (uint32_t *)&time->tv_nsec);
386 * Set the current clock time
298 rtclock_gettime( mach_timespec_t *time) argument
307 calend_gettime( mach_timespec_t *time) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Dpe_images.h36 unsigned int time; member in struct:vc_progress_element
/macosx-10.5.8/xnu-1228.15.4/osfmk/sys/
H A Dtime.h98 * May or may not have any relation to wall-clock time.
105 extern time_value_t time;
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_clock_speed_asm.s55 // and the time base. Return the number of ticks for both so the
60 li r5, 1 ; Only once through this time
70 mftb r10 ; save starting value of the time base
85 mftb r5 ; save the raw time base value
113 sub r5, r5, r10 ; r5 is the number of time base ticks
114 stw r5, 8(r3) ; save time base ticks
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A DpmCPU.h37 * This value should be changed each time that pmDsipatch_t or pmCallBacks_t
63 void (*setMaxBusDelay)(uint64_t time);
65 void (*setMaxIntDelay)(uint64_t time);
78 int (*setRTCPop)(uint64_t time);
H A Dmp.h180 uint64_t time; member in struct:__anon732
203 eventp->time = rdtsc64(); \
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_mount.h39 #include <sys/time.h>
60 struct timezone hfs_timezone; /* user time zone info (standard HFS only) */
H A Dhfs_fsctl.h36 #include <sys/time.h>
/macosx-10.5.8/xnu-1228.15.4/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
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dnet_osdep.c64 #include <sys/time.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_InitGlobals.c46 #include <sys/time.h>
H A Dadsp_Init.c50 #include <sys/time.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_osfmk_callback.c60 uint32_t time,
64 clock_interval_to_deadline(time, units, &t_delay);
57 chudxnu_timer_callback_enter( chud_timer_t timer, uint32_t param1, uint32_t time, uint32_t units) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/blowfish/
H A Dbf_skey.c63 #include <sys/time.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_subr.c34 #include <sys/time.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_rrip.h147 u_char time [ISODCL ( 5, 5)]; member in struct:__anon132
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Ddest6.c41 #include <sys/time.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_misc.s41 ; This is a really stupid physical copy. 1 whole byte at a time...
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmain.c43 #include <time.h>
283 my_start_time = time( NULL );
332 my_end_time = time( NULL );
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_id.c61 #include <sys/time.h>

Completed in 95 milliseconds

123456