Searched refs:target (Results 1 - 25 of 69) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_interrupt.c45 void *target; member in struct:i386_interrupt_handler
88 void *, vector->target, IOInterruptHandler, vector->handler,
93 vector->handler(vector->target, NULL, vector->nub, interrupt);
98 void *, vector->target, IOInterruptHandler, vector->handler,
109 void *target,
120 vector->target = target;
107 PE_install_interrupt_handler(void *nub, __unused int source, void *target, IOInterruptHandler handler, void *refCon) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/nullfs/
H A Dnull.h75 char *target; /* Target of loopback */ member in struct:null_args
89 user_addr_t target; /* Target of loopback */ member in struct:user_null_args
101 extern int null_node_create(struct mount *mp, struct vnode *target, struct vnode **vpp);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOInterrupts.h55 typedef void (*IOInterruptHandler)(void *target, void *refCon,
H A DIOPolledInterface.h50 typedef void (*IOPolledCompletionAction)( void * target,
56 void * target; member in struct:IOPolledCompletion
70 virtual IOReturn probe(IOService * target) = 0;
H A DIODMACommand.h107 typedef bool (*SegmentFunction)(IODMACommand *target,
117 static bool OutputHost32(IODMACommand *target,
128 static bool OutputBig32(IODMACommand *target,
139 static bool OutputLittle32(IODMACommand *target,
150 static bool OutputHost64(IODMACommand *target,
161 static bool OutputBig64(IODMACommand *target,
172 static bool OutputLittle64(IODMACommand *target,
283 @discussion Allocate the mapping resources neccessary for this transfer, specifying a sub range of the IOMemoryDescriptor that will be the target of the I/O. The complete() method frees these resources. Data may be copied to buffers for kIODirectionOut memory descriptors, depending on hardware mapping resource availabilty or alignment restrictions. It should be noted that the this function may block and should only be called on the clients context, i.e never call this routine while gated; also the call itself is not thread safe though this should be an issue as each IODMACommand is independant.
287 @param synchronize Copy any buffered data back from the target IOMemoryDescriptor. Defaults to true, if synchronize() is being used to explicitly copy data, passing false may avoid an unneeded copy.
296 @param synchronize Copy any buffered data back to the target IOMemoryDescripto
[all...]
H A DIOInterruptController.h54 void * target; member in struct:IOInterruptVector
76 void *target,
129 void *target,
H A DIOCommandQueue.h87 // For each entry in the commandQueue call the target/action.
90 virtual int performAndFlush(OSObject *target = 0,
H A DIOWorkLoop.h69 @param target
71 was specified, this parameter is implicitly the first parameter in the target
78 typedef IOReturn (*Action)(OSObject *target,
276 virtual IOReturn runAction(Action action, OSObject *target,
H A DIOCPU.h91 virtual void signalCPU(IOCPU *target);
137 void *target,
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSSerialize.h102 typedef bool (*OSSerializerCallback)(void * target, void * ref,
109 void * target; member in class:OSSerializer
115 static OSSerializer * forTarget(void * target,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCPU.cpp235 kern_return_t PE_cpu_start(cpu_id_t target, argument
238 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
244 void PE_cpu_halt(cpu_id_t target) argument
246 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
251 void PE_cpu_signal(cpu_id_t source, cpu_id_t target) argument
254 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
259 void PE_cpu_machine_init(cpu_id_t target, boolean_t bootb) argument
261 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
266 void PE_cpu_machine_quiesce(cpu_id_t target) argument
268 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
297 IOCPU *target; local
664 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
[all...]
H A DIOPMPowerStateQueue.h55 IOService *target; member in struct:IOPMPowerStateQueue::PowerChangeEntry
67 //typedef void (*Action)(IOService *target, unsigned long state);
H A DIOPMPowerStateQueue.cpp107 new_one->target = inTarget;
133 new_one->target = inTarget;
167 theTarget = theNode->target;
H A DIOCommandQueue.cpp234 int IOCommandQueue::performAndFlush(OSObject *target, argument
241 if (!target)
242 target = owner;
266 (*inAction)(target, field0, field1, field2, field3);
H A DIOInterruptController.cpp64 void *target,
149 vector->target,
178 vector->target = vector->sharedController;
198 error = vector->sharedController->registerInterrupt(nub, source, target,
208 vector->target = target;
258 vector->target = 0;
492 void *target,
542 vector->target = target;
63 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
490 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Dpexpert.h126 void *target, IOInterruptHandler handler, void *refCon);
241 cpu_id_t target,
246 cpu_id_t target);
250 cpu_id_t target);
253 cpu_id_t target,
257 cpu_id_t target);
/macosx-10.5.8/xnu-1228.15.4/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp35 static IOReturn IOWatchDogTimerSleepHandler(void *target, void *refCon,
100 static IOReturn IOWatchDogTimerSleepHandler(void *target, void */*refCon*/, argument
106 IOWatchDogTimer *watchDogTimer = (IOWatchDogTimer *)target;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu_internal.h47 int target,
52 #define SIGPast 0 /* Requests an ast on target processor */
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.cpp1248 IOPCIAddressSpace target = getBridgeSpace(); local
1264 configWrite32( target, kUniNDUMMY_PAGE, dummyPhys >> PAGE_SHIFT );
1376 configWrite32( target, kMacRISCAddressSelect,
1384 configWrite32( target, kUniNAGP_BASE, (agpBaseIndex << 28) | gartBaseExt );
1386 configWrite32( target, kUniNGART_BASE,
1453 IOPCIAddressSpace target = getBridgeSpace(); local
1455 return( configRead32( target, kUniNINTERNAL_STATUS ) );
1494 IOPCIAddressSpace target = getBridgeSpace(); local
1544 configSetClearMask( target, kUniNGART_CTRL, gartCtrl | kGART_EN, kGART_INV );
1547 configSetClearMask( target, kUniNGART_CTR
1559 IOPCIAddressSpace target = getBridgeSpace(); local
1613 IOPCIAddressSpace target = getBridgeSpace(); local
1759 IOPCIAddressSpace target = getBridgeSpace(); local
1786 IOPCIAddressSpace target = getBridgeSpace(); local
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h79 (OSObject *target, const OSSymbol *type, \
181 @param target The target of the callback, usually 'this'
190 OSObject *target,
201 @param target The target of the callback, usually 'this'
211 OSObject *target,
259 static IOReturn sysPowerDownHandler( void * target, void * refCon,
263 static IOReturn displayWranglerNotification( void * target, void * refCon,
267 static bool displayWranglerPublished( void * target, voi
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_media.c192 ifmedia_set(ifm, target)
194 int target;
199 match = ifmedia_match(ifm, target, ifm->ifm_mask);
203 target, ~ifm->ifm_mask);
210 printf("ifmedia_set: target ");
211 ifmedia_printword(target);
384 ifmedia_match(ifm, target, mask)
386 int target;
395 if ((next->ifm_media & mask) == (target & mask)) {
399 "0x%x/0x%x\n", target, mas
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfsdefs.h281 dn_copy_times(devnode_t * target, devnode_t * source) argument
283 target->dn_atime = source->dn_atime;
284 target->dn_mtime = source->dn_mtime;
285 target->dn_ctime = source->dn_ctime;
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSerialize.cpp246 OSSerializer * OSSerializer::forTarget( void * target, argument
258 thing->target = target;
267 return( (*callback)(target, ref, s) );
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dstack.c249 unsigned int target; local
256 target = stack_free_target + (STACK_CACHE_SIZE * processor_count);
257 target += (stack_free_delta >= 0)? stack_free_delta: -stack_free_delta;
259 while (stack_free_count > target) {
288 target = stack_free_target + (STACK_CACHE_SIZE * processor_count);
289 target += (stack_free_delta >= 0)? stack_free_delta: -stack_free_delta;
302 * Computes a new target free list count
H A Dthread_act.c560 register thread_t target)
565 if (target == THREAD_NULL || target == self)
568 thread_mtx_lock(target);
570 if (target->active) {
571 thread_hold(target);
573 thread_mtx_unlock(target);
575 if (thread_stop(target)) {
576 thread_mtx_lock(target);
577 result = machine_thread_dup(self, target);
559 thread_dup( register thread_t target) argument
[all...]

Completed in 103 milliseconds

123