Searched refs:state_id (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/iokit/Kernel/ ! |
| H A D | IOStateReporter.cpp | 258 uint64_t state_id, in _getStateIndices() argument 285 if (values->state_id == state_id) { in _getStateIndices() 335 uint64_t state_id, in overrideChannelState() argument 345 if (_getStateIndices(channel_id, state_id, &channel_index, &state_index) == kIOReturnSuccess) { in overrideChannelState() 411 uint64_t state_id, in incrementChannelState() argument 421 if (_getStateIndices(channel_id, state_id, &channel_index, &state_index) == kIOReturnSuccess) { in incrementChannelState() 509 if (values->state_id == new_state_id) { in setState() 536 uint64_t state_id) in setStateID() argument 542 res = handleSetStateID(channel_id, state_index, state_id); in setStateID() 553 uint64_t state_id) in handleSetStateID() argument [all …]
|
| /xnu-10063.141.1/iokit/IOKit/ ! |
| H A D | IOKernelReporters.h | 987 uint64_t state_id); 1141 uint64_t state_id, 1190 uint64_t state_id, 1284 uint64_t state_id); 1302 uint64_t state_id); 1319 uint64_t getStateLastTransitionTime(uint64_t channel_id, uint64_t state_id); 1460 uint64_t state_id); 1520 uint64_t state_id, 1524 uint64_t state_id,
|
| H A D | IOReportMacros.h | 255 __rep->state_id = __no; \ 283 __rep->state_id = (stateID); \
|
| H A D | IOReportTypes.h | 101 uint64_t state_id; // 0..N-1 or 8-char code (see MAKEID()) member
|