Searched refs:target (Results 26 - 50 of 69) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePrivate.h88 void * target; member in class:_IOServiceNotifier
111 void * target; member in class:_IOServiceInterestNotifier
H A DIODMACommand.cpp303 IODMACommand *target,
314 IODMACommandInternal * state = target->reserved;
316 if (target->fNumAddressBits && (target->fNumAddressBits < 64))
317 maxPhys = (1ULL << target->fNumAddressBits);
330 state->fMisaligned |= (0 != (target->fAlignMask & address));
331 if (state->fMisaligned) DEBG("misaligned %qx:%qx, %lx\n", address, length, target->fAlignMask);
377 if (SHOULD_COPY_DIR(op, target->fMDSummary.fDirection))
750 IODMACommand *target,
765 if ((kMapped == MAPTYPE(target
301 segmentOp( void *reference, IODMACommand *target, Segment64 segment, void *segments, UInt32 segmentIndex) argument
749 transferSegment(void *reference, IODMACommand *target, Segment64 segment, void *segments, UInt32 segmentIndex) argument
1035 clientOutputSegment( void *reference, IODMACommand *target, Segment64 segment, void *vSegList, UInt32 outSegIndex) argument
[all...]
H A DRootDomainUserClient.cpp228 IOExternalMethodDispatch * dispatch, OSObject * target, void * reference )
261 target = this;
263 target = fOwner;
265 return (super::externalMethod(selector, args, &sMethods[selector], target, 0));
H A DIOPMrootDomain.cpp142 OSObject *target; member in class:PMSettingObject
1470 OSObject *target,
1477 func, target, refcon, handle);
1489 // * target - caller may provide an OSObject *, which PM will pass as an
1490 // target to calls to "func"
1503 OSObject *target,
1520 (IOPMrootDomain *)this, func, target,
2441 IOReturn IOPMrootDomain::sysPowerDownHandler( void * target, void * refCon, argument
2515 void * target, void * refCon,
2520 IOPMrootDomain * rootDomain = OSDynamicCast(IOPMrootDomain, (IOService *)target);
1467 registerPMSettingController( const OSSymbol * settings[], IOPMSettingControllerCallback func, OSObject *target, uintptr_t refcon, OSObject **handle) argument
1499 registerPMSettingController( const OSSymbol * settings[], uint32_t supportedPowerSources, IOPMSettingControllerCallback func, OSObject *target, uintptr_t refcon, OSObject **handle) argument
2514 displayWranglerNotification( void * target, void * refCon, UInt32 messageType, IOService * service, void * messageArgument, vm_size_t argSize ) argument
2620 displayWranglerPublished( void * target, void * refCon, IOService * newService) argument
2651 batteryPublished( void * target, void * root_domain, IOService * resourceService ) argument
[all...]
H A DIOService.cpp236 setLatencyHandler(UInt32 delayType, IOService * target, bool enable);
853 IOService * target = (IOService *) param2; local
857 result = setLatencyHandler(kCpuDelayBusStall, target, enable);
859 result = setLatencyHandler(kCpuDelayInterrupt, target, enable);
1338 ret = (*notify->handler)( notify->target, notify->ref,
1360 applyToInterestNotifiers(const IORegistryEntry *target, argument
1370 OSDynamicCast( IOCommand, target->getProperty( typeOfInterest ));
1448 IOServiceInterestHandler handler, void * target, void * ref )
1469 notify->target = target;
1447 registerInterest( const OSSymbol * typeOfInterest, IOServiceInterestHandler handler, void * target, void * ref ) argument
3329 setNotification( const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * ref, SInt32 priority ) argument
3374 doInstallNotification( const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * ref, SInt32 priority, OSIterator ** existing ) argument
3415 installNotification( const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * ref, SInt32 priority, OSIterator ** existing ) argument
3433 addNotification( const OSSymbol * type, OSDictionary * matching, IOServiceNotificationHandler handler, void * target, void * ref, SInt32 priority ) argument
4555 IOService * target; local
4570 setLatencyHandler(UInt32 delayType, IOService * target, bool enable) argument
4718 registerInterrupt(int source, OSObject *target, IOInterruptAction handler, void *refCon) argument
[all...]
H A DIOWorkLoop.cpp414 IOReturn IOWorkLoop::runAction(Action inAction, OSObject *target, argument
422 res = (*inAction)(target, arg0, arg1, arg2, arg3);
H A DIOServicePM.cpp754 /* target */ this,
758 /* target */ child,
762 /* target */ this,
3097 OSObject * target,
3132 /* target */ from,
3969 OSObject * target,
3973 IOService * me = (IOService *) target;
4012 OSObject * target,
4016 IOService * me = (IOService *) target;
5128 IOService::acquirePMRequest( IOService * target, IOOptionBit argument
3096 actionDriverCalloutDone( OSObject * target, void * arg0, void * arg1, void * arg2, void * arg3 ) argument
3968 actionAckTimerExpired( OSObject * target, void * arg0, void * arg1, void * arg2, void * arg3 ) argument
4011 settleTimerExpired( OSObject * target, void * arg0, void * arg1, void * arg2, void * arg3 ) argument
5746 init( IOService * target, IOOptionBits type ) argument
5852 IOService * target; local
5924 IOService * target = (IOService *) owner; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfasttrap_isa.c204 int32_t target, optype; local
244 target = instr & 0x03FFFFFC; /* Extract address or offset */
245 if(target & 0x02000000) target |= 0xFC000000; /* Sign extend */
246 tp->ftt_trgt = target; /* Trim back down and save */
248 targpc = (user_addr_t)((int64_t)target); /* Generate a target address, hopefully we sign extend... */
250 targpc = targpc + pc; /* Apply offset to get target address */
258 target = instr & 0x0000FFFC; /* Extract address or offset */
259 if(target
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/nullfs/
H A Dnull_vfsops.c124 args.target = CAST_USER_ADDR_T(temp.target);
133 UIO_USERSPACE, args.target, context);
179 (void) copyinstr(args.target, mp->mnt_vfsstat.f_mntfromname, MAXPATHLEN - 1,
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h75 char *target; /* Target of loopback */ member in struct:union_args
119 user_addr_t target; /* Target of loopback */ member in struct:user_union_args
H A Dunion_vfsops.c134 args.target = CAST_USER_ADDR_T(temp.target);
148 args.target, context);
167 * Keep a held reference to the target vnodes.
280 (void) copyinstr(args.target, vcp, len - 1, (size_t *)&size);
381 * Discard references to upper and lower target vnodes.
/macosx-10.5.8/xnu-1228.15.4/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp152 vector->handler(vector->target, vector->refCon,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dtr.c181 char *target);
310 char *target)
314 for (cp = target; *cp; ++cp) {
308 matches( char *pattern, char *target) argument
H A Ddb_aout.c681 struct nlist target; local
683 target.n_value = off;
684 target.n_un.n_name = (char *) 0;
685 target.n_other = (char) 0;
686 db_qsort_limit_search((char *)&target, (char **)&sp, (char **)&ep,
784 struct nlist target; local
786 target.n_value = addr;
787 target.n_un.n_name = (char *) 0;
788 target.n_other = (char) 0;
789 db_qsort_limit_search((char *)&target, (cha
[all...]
H A Ddb_sym.h222 char *target,
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkeysock.c208 /* so can be NULL if target != KEY_SENDUP_ONE */
210 key_sendup_mbuf(so, m, target)
213 int target;
223 if (so == NULL && target == KEY_SENDUP_ONE)
272 /* the exact target will be processed later */
279 switch (target) {
291 PFKEY_STAT_INCREMENT(pfkeystat.in_msgtarget[target]);
314 * this is important when target == KEY_SENDUP_ALL.
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h140 typedef void (*IOInterruptAction)( OSObject * target, void * refCon,
144 @param target Reference supplied when the notification was registered.
148 typedef bool (*IOServiceNotificationHandler)( void * target, void * refCon,
152 @param target Reference supplied when the notification was registered.
159 typedef IOReturn (*IOServiceInterestHandler)( void * target, void * refCon,
657 @param target An instance reference for the callback's use.
665 void * target, void * ref = 0,
701 void * target, void * ref,
987 @param target An object instance to be passed to the interrupt handler.
992 virtual IOReturn registerInterrupt(int source, OSObject *target,
[all...]
H A DIOUserClient.h138 typedef IOReturn (*IOExternalMethodAction)(OSObject * target, void * reference,
183 IOExternalMethodDispatch * dispatch = 0, OSObject * target = 0, void * reference = 0 );
H A DIORegistryEntry.h156 @param target
158 was specified, this parameter is implicitly the first parameter in the target
165 typedef IOReturn (*Action)(OSObject *target,
179 virtual IOReturn runPropertyAction(Action action, OSObject *target,
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.h114 void *target,
H A Dmachine_routines.c278 void *target,
286 PE_install_interrupt_handler(nub, source, target,
275 ml_install_interrupt_handler( void *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_routines.h88 void *target,
H A Dstatus.c1032 thread_t target)
1041 sv = get_user_regs(target); /* Allocate and initialze context in the new activation */
1055 target->machine.curctx->FPUsave = NULL; /* Assume no floating point */
1060 fsvn->save_hdr.save_act = target;
1064 target->machine.curctx->FPUsave = fsvn; /* Chain in the floating point */
1073 target->machine.curctx->VMXsave = NULL; /* Assume no vector */
1078 vsvn->save_hdr.save_act = target;
1082 target->machine.curctx->VMXsave = vsvn; /* Chain in the floating point */
1030 machine_thread_dup( thread_t self, thread_t target) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c393 * get the target process's task port. This is only
397 * - The target process's real, effective, and saved uids
399 * - The target process's group set is a subset of the
401 * - The target process hasn't switched credentials.
407 task_for_pid_posix_check(proc_t target) argument
414 if (target == PROC_NULL || target->p_stat == SZOMB) {
426 if (target == current_proc())
437 targetcred = kauth_cred_proc_ref(target);
440 /* Do target'
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_lookup.c108 * If flag has LOCKPARENT or'ed into it and the target of the pathname
109 * exists, lookup returns both the target and its parent directory locked.
110 * When creating or renaming and LOCKPARENT is specified, the target may
111 * not be ".". When deleting and LOCKPARENT is specified, the target may
125 * if at end of path and rewriting (RENAME and LOCKPARENT), lock target
370 * to find our target, we must check the beginning as well.
504 * This can only occur if the target is ".".
521 * unlocked as "pdp". We must get the target inode before unlocking
995 * Check if source directory is in the path of the target directory.
999 ufs_checkpath(source, target, cre
[all...]

Completed in 229 milliseconds

123