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

/xnu-2422.115.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 */
479 hotfileinfo.duration = SWAP_BE32 (HFC_DEFAULT_DURATION);
1916 hotfileinfo->duration = SWAP_BE32 (HFC_DEFAULT_DURATION);
/xnu-2422.115.4/osfmk/i386/
H A Dsimple_lock.h87 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.c463 l->debug.duration[0] = l->debug.duration[1] = 0;
/xnu-2422.115.4/tools/tests/libMicro/
H A DREADME72 [-D duration in msecs (default 10s)]
/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h153 @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. */
166 @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.
1647 virtual void clampPowerOn( unsigned long duration );
/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePM.cpp6574 // Set to highest available power state for a minimum of duration milliseconds
6577 void IOService::clampPowerOn( unsigned long duration )

Completed in 62 milliseconds