Searched refs:newState (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.c1435 pmc_state_t newState; local
1444 newState = pmc_internal_reservation_next_state(oldState, event);
1445 } while (newState != PMC_STATE_INVALID && !OSCompareAndSwap(oldState, newState, &(reservation->state)));
1447 if (newState != PMC_STATE_INVALID) {
1448 COUNTER_DEBUG("Moved reservation %p from state "PMC_STATE_FORMAT" to state "PMC_STATE_FORMAT" for event %s\n", reservation, PMC_STATE_ARGS(oldState), PMC_STATE_ARGS(newState), pmc_state_event_name(event));
1457 return newState;
1462 pmc_state_t newState; local
1469 if (PMC_STATE_INVALID == (newState = pmc_internal_reservation_move_for_event(reservation, PMC_STATE_EVENT_CONTEXT_OUT, &oldState))) {
1474 if (PMC_STATE_STATE(newState)
1487 pmc_state_t newState; local
1512 pmc_state_t newState; local
1562 pmc_state_t newState; local
1681 pmc_state_t newState; local
2522 pmc_state_t newState; local
2556 pmc_state_t newState; local
2703 pmc_state_t newState; local
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp133 IOReturn IOSubMemoryDescriptor::setPurgeable( IOOptionBits newState, argument
138 err = _parent->setPurgeable( newState, oldState );
H A DIOServicePMPrivate.h134 uint8_t newState,
149 uint8_t newState; member in class:PMEventDetails
H A DIOMemoryDescriptor.cpp1779 purgeableControlBits(IOOptionBits newState, vm_purgable_t * control, int * state)
1784 switch (newState)
1831 IOGeneralMemoryDescriptor::setPurgeable( IOOptionBits newState,
1840 err = super::setPurgeable(newState, oldState);
1865 err = purgeableControlBits(newState, &control, &state);
1885 IOReturn IOMemoryDescriptor::setPurgeable( IOOptionBits newState,
1902 err = purgeableControlBits(newState, &control, &state);
H A DIOServicePM.cpp8050 uint8_t newState,
8063 myself->newState = newState;
8045 eventDetails(uint32_t type, const char *ownerName, uintptr_t ownerUnique, const char *interestName, uint8_t oldState, uint8_t newState, uint32_t result, uint32_t elapsedTimeUS) argument
H A DIOPMrootDomain.cpp7804 record_to->newState = details->newState;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOSubMemoryDescriptor.h93 virtual IOReturn setPurgeable( IOOptionBits newState,
H A DIOMemoryDescriptor.h206 @param newState - the desired new purgeable state of the memory:<br>
217 virtual IOReturn setPurgeable( IOOptionBits newState,
952 virtual IOReturn setPurgeable( IOOptionBits newState,
/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprng.c119 * IV := newState
126 prng_make_new_state(GEN_CTX *ctx,BYTE *newState) argument
130 memcpy(ctx->IV,newState,20);
/darwin-on-arm/xnu/libkern/c++/
H A DOSSymbol.cpp199 OSSymbolPoolState newState = { nBuckets, 0 }; local
200 return newState;
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h198 // DRIVER - in power state changes, oldState & newState are PM power state indices.
200 uint8_t newState; member in struct:__anon682

Completed in 181 milliseconds