Searched refs:IOServiceGetBusyStateAndTime (Results 1 - 4 of 4) sorted by last modified time

/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitLib.c1085 IOServiceGetBusyStateAndTime( function
1113 return (IOServiceGetBusyStateAndTime(service, &state, busyState, &accumulated_busy_time));
1124 return (IOServiceGetBusyStateAndTime(service, state, &busy_state, &accumulated_busy_time));
H A DIOKitLibPrivate.h61 IOServiceGetBusyStateAndTime(
/macosx-10.9.5/IOKitTools-89.1.1/ioreg.tproj/
H A Dioreg.c425 status = IOServiceGetBusyStateAndTime(service, &state, &count, &time);
932 status = IOServiceGetBusyStateAndTime(service, &state, &integer, &accumulated_busy_time);
/macosx-10.9.5/configd-596.15/Plugins/InterfaceNamer/
H A Difnamer.c2253 kr = IOServiceGetBusyStateAndTime(obj, &state, &busy_state, &accumulated_busy_time);
2256 CFSTR(MY_PLUGIN_NAME ": captureBusy IOServiceGetBusyStateAndTime returned 0x%x"),

Completed in 132 milliseconds