Searched refs:us (Results 1 - 19 of 19) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp45 bool RootRegistered( OSObject * us, void *, IOService * yourDevice );
88 bool RootRegistered( OSObject * us, void *, IOService * yourDevice ) argument
91 ((AppleNMI *)us)->rootDomain = yourDevice;
92 ((IOPMrootDomain *)yourDevice)->registerInterestedDriver((IOService *) us);
117 // cannot actually turn itself on and off, but it notifies us anyway.
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOTimerEventSource.h152 virtual IOReturn setTimeoutUS(UInt32 us);
190 virtual IOReturn wakeAtTimeUS(UInt32 us);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOTimerEventSource.cpp217 IOReturn IOTimerEventSource::setTimeoutUS(UInt32 us) argument
219 return setTimeout(us, kMicrosecondScale);
263 IOReturn IOTimerEventSource::wakeAtTimeUS(UInt32 us) argument
265 return wakeAtTime(us, kMicrosecondScale);
H A DIOServicePMPrivate.h431 IOService * us; member in struct:context
H A DIOPMrootDomain.cpp75 static void wakeupClamshellTimerExpired ( thread_call_param_t us);
329 // expert informs us we are the root.
490 registerService(); // let clients find us
678 // Power Managment is informing us that we are the root power domain.
790 static void sleepTimerExpired ( thread_call_param_t us) argument
792 ((IOPMrootDomain *)us)->handleSleepTimerExpiration();
796 static void wakeupClamshellTimerExpired ( thread_call_param_t us) argument
798 ((IOPMrootDomain *)us)->stopIgnoringClamshellEventsDuringWakeup();
806 // It's time to sleep. Start that by removing the clamp that's holding us awake.
956 // Finder sleep and idle sleep move us fro
[all...]
H A DIOServicePM.cpp250 * A change to a lower domain state may not affect us because we are already
279 These are all power changes initiated by us, not forced upon us by the parent.
551 // Power Managment is informing us that we are the root power domain.
552 // The only difference between us and any other power domain is that
657 // detach us from nub
695 // Power Management is informing us who our children are.
809 // Make us temporary usable before adding the child.
850 // Parent will be waiting for us to complete this stage, safe to
922 // Power Management is informing us wh
[all...]
H A DIOMemoryDescriptor.cpp310 user_size_t us; local
311 uio_getiov((uio_t) r.uio, ind, &addr, &us); len = us;
3705 // The descriptor changed out from under us. Give up.
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_acct.c318 encode_comp_t(u_long s, u_long us) argument
325 s += us / (1000000 / AHZ); /* Maximize precision. */
357 * has been vgone()'d out from underneath us, e.g. when the file
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_attrlist.c185 struct user_timespec us = {v.tv_sec, v.tv_nsec}; \
186 ATTR_PACK(&b, us); \
897 * they gave us, so they can always check for truncation themselves.
1198 * Carbon can't deal with us reporting the target ID
1199 * for links. So we ask the filesystem to give us the
1200 * source ID as well, and if it gives us one, we use
1214 * Carbon can't deal with us reporting the target ID
1215 * for links. So we ask the filesystem to give us the
1216 * source ID as well, and if it gives us one, we use
1489 * they gave us, s
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s264 std r7,SAVprev(r4) ; Queue the old first one off of us
293 stw r7,SAVprev+4(r4) ; Queue the old first one off of us
823 std r3,lclfree(r10) ; Chain us on in
894 stw r3,lclfree+4(r10) ; Chain us on in
1107 stw r2,SVpoolfwd+4(0) ; Put us on the top of the list
1109 stw r2,SACprev+4(r28) ; Old top guy points back to us
1212 std r2,SVpoolfwd(0) ; Put us on the top of the list
1214 std r2,SACprev(r28) ; Old top guy points back to us
H A Dhw_lock.s216 mftb r10 ; Time stamp us now
359 mftb r11 ; Time stamp us now
420 mftb r12 ; Time stamp us now
453 mftb r12 ; Time stamp us now
1089 mftb r10 ; Time stamp us now
1812 mftb r10 ; Time stamp us now
H A Dcswtch.s286 stw r9,savesrr0+4(r8) ; Make us jump to the switch in routine
653 ; A new context can not be pushed on top of us, but it can be popped. The
695 stw r30,SAVprev+4(r3) ; Point us to the old context
759 stw r16,FPUcpu(r29) ; Claim context for us
793 stw r29,FPUowner(r26) ; Mark us as having the live context
1386 ; A new context can not be pushed on top of us, but it can be popped. The
1447 stw r30,SAVprev+4(r3) ; Point us to the old context
1519 stw r16,VMXcpu(r29) ; Claim context for us
1558 stw r29,VMXowner(r26) ; Mark us as having the live context
H A Dlowmem_vectors.s935 bne+ ctgte32s ; No wrap, we got us a trace entry...
959 ; Let us cut that trace entry now.
1072 bne++ ctgte64s ; No wrap, we got us a trace entry...
1089 ; Let us cut that trace entry now.
1452 ; Time for us to get a new savearea and then trace interrupt if it is enabled.
1487 bne+ gotTrcEnt ; No wrap, we got us a trace entry...
1502 ; Let us cut that trace entry now.
1784 ; Time for us to get a new savearea and then trace interrupt if it is enabled.
1816 bne++ gotTrcEntSF ; No wrap, we got us a trace entry...
1830 ; Let us cu
[all...]
H A Dstart.s113 ; processor woke us up.
566 mftb r13 ; Wait 5000 ticks (> 200 us)
H A Dhw_exception.s217 beq- exitFromVM ; Any true trap but T_MACHINE_CHECK exits us from the VM...
693 * ast_taken will save all state and bring us back here
744 * In particular for us,
801 * ast_taken will save all state and bring us back here
967 * routine allowing us to backtrace.
1150 stw r19,FPUcpu(r20) ; Claim context for us
1320 stw r19,VMXcpu(r20) ; Claim context for us
H A DEmulate.s248 dcbz r29,r31 ; Clear and allocate a cache line for us to work in
347 ; gives us a fairly compact and almost unique index. Both lwm and stmw map to 0 so
H A Dhw_vm.s638 beq-- hrmNotFound ; Yeah, we did, someone tossed it for us...
645 ; not vanish on us.
822 beq- hrmPhyDQd ; Could not find our node, someone must have unmapped us...
824 cmplw r9,r31 ; Is this us?
825 bne- hrmNot1st ; Not us...
828 stw r9,mpAlias+4(r8) ; Unchain us
1078 beq-- hrmPanic ; Yeah, we did, someone tossed it for us...
1209 cmpld r9,r31 ; Is this us?
1210 bne-- hrmNot1st64 ; Not us...
1213 std r9,mpAlias(r8) ; Unchain us
[all...]
H A Dvmachmon_asm.s585 stw r3,FPUsave(r25) ; Chain us to context
653 stw r3,VMXsave(r25) ; Chain us to context
H A Dmachine_routines_asm.s1009 ; A hardware interrupt got us out of machine_idle and may also be contributing to this state

Completed in 221 milliseconds