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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_hotfiles.h93 u_int32_t duration; /* duration of sample period (secs) */ member in struct:HotFilesInfo
H A Dhfs_hotfiles.c71 time_t hfl_duration; /* duration of sample period */
473 hotfileinfo.duration = SWAP_BE32 (HFC_DEFAULT_DURATION);
1859 hotfileinfo->duration = SWAP_BE32 (HFC_DEFAULT_DURATION);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dsimple_lock.h88 unsigned long duration[2]; member in struct:uslock_debug
H A Dgenassym.c139 DECLARE("SLOCK_DURATIONH",offsetof(usimple_lock_t, debug.duration[0]));
140 DECLARE("SLOCK_DURATIONL",offsetof(usimple_lock_t, debug.duration[1]));
H A Dlocks_i386.c414 l->debug.duration[0] = l->debug.duration[1] = 0;
1862 db_printf (" %08x ", addr->debug.duration[1]);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsimple_lock.h90 unsigned long duration[2]; member in struct:uslock_debug
H A Dlocks_ppc.c361 l->debug.duration[0] = l->debug.duration[1] = 0;
2373 db_printf (" %08x ", addr->debug.duration[1]);
H A Dmachine_routines_asm.s2335 sub r7,r7,r10 ; Negative if duration is less than (max - min)
2336 or r2,r2,r0 ; If the duration is negative, it is not too big
2337 srawi r0,r7,31 ; -1 if duration is too small
2338 and r7,r7,r2 ; Clear duration if high part too big
2339 and r7,r7,r0 ; Clear duration if low part too big
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h146 @param newService The IOService object the notification is delivering. It is retained for the duration of the handler's invocation and doesn't need to be released by the handler. */
155 @param provider The IOService object who is delivering the notification. It is retained for the duration of the handler's invocation and doesn't need to be released by the handler.
1559 virtual void clampPowerOn (unsigned long duration);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePM.cpp4936 // Set to highest available power state for a minimum of duration milliseconds
4941 void IOService::clampPowerOn ( unsigned long duration )

Completed in 67 milliseconds