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

1234

/darwin-on-arm/xnu/osfmk/kern/
H A Dextmod_statistics.h42 extern void extmod_statistics_incr_task_for_pid(task_t target);
43 extern void extmod_statistics_incr_thread_set_state(thread_t target);
44 extern void extmod_statistics_incr_thread_create(task_t target);
H A Dextmod_statistics.c47 * We assume the target task has a lifecycle lock
70 extmod_statistics_log(task_t current_task, task_t target);
73 extmod_statistics_incr_task_for_pid(task_t target) argument
77 if ((ctask == kernel_task) || (target == TASK_NULL))
80 if (target != ctask) {
82 target->extmod_statistics.task_for_pid_count++;
88 extmod_statistics_incr_thread_set_state(thread_t target) argument
93 if ((ctask == kernel_task) || (target == THREAD_NULL))
96 ttask = get_threadtask(target);
109 extmod_statistics_incr_thread_create(task_t target) argument
126 extmod_statistics_log(task_t current_task, task_t target) argument
[all...]
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_interrupt.c42 void *target; member in struct:i386_interrupt_handler
61 void *, vector->target, IOInterruptHandler, vector->handler,
65 vector->handler(vector->target, NULL, vector->nub, interrupt);
69 void *, vector->target, IOInterruptHandler, vector->handler,
76 void *target,
87 vector->target = target;
74 PE_install_interrupt_handler(void *nub, __unused int source, void *target, IOInterruptHandler handler, void *refCon) argument
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dmk_tarball21 target=$here/libMicro.tar
26 tar cvf $target $dirname
H A Dselect.c53 static int target = 0; variable
132 target = optr + optw;
191 if (select(maxfd, my_iset, my_oset, NULL, &tv) != target) {
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_vm.c44 vm_map_t target,
51 rv = _kernelrpc_mach_vm_allocate_trap(target, address, size, flags);
54 rv = _kernelrpc_mach_vm_allocate(target, address, size, flags);
61 vm_map_t target,
67 rv = _kernelrpc_mach_vm_deallocate_trap(target, address, size);
70 rv = _kernelrpc_mach_vm_deallocate(target, address, size);
43 mach_vm_allocate( vm_map_t target, mach_vm_address_t *address, mach_vm_size_t size, int flags) argument
60 mach_vm_deallocate( vm_map_t target, mach_vm_address_t address, mach_vm_size_t size) argument
/darwin-on-arm/xnu/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
81 void *target,
134 void *target,
H A DIOCommandQueue.h84 // For each entry in the commandQueue call the target/action.
87 virtual int performAndFlush(OSObject *target = 0,
H A DIOServicePM.h56 IOService * target; member in struct:IOPMDriverCallEntry
/darwin-on-arm/xnu/osfmk/i386/commpage/
H A Dcommpage.h96 /* COMMPAGE_CALL(target,from,start)
103 * indirect call, which is slower because the target of an
106 * target = the commpage routine we are calling
111 #define COMMPAGE_CALL(target,from,start) \
112 COMMPAGE_CALL_INTERNAL(target,from,start,__LINE__)
114 #define COMMPAGE_CALL_INTERNAL(target,from,start,unique) \
116 .set UNIQUEID(unique), L ## start - . + target - from - 4 ;\
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSSerialize.h294 typedef bool (*OSSerializerCallback)(void * target, void * ref,
301 void * target; member in class:OSSerializer
308 void * target,
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_kernelrpc.c42 task_t task = port_name_to_task(args->target);
64 task_t task = port_name_to_task(args->target);
81 task_t task = port_name_to_task(args->target);
99 task_t task = port_name_to_task(args->target);
120 task_t task = port_name_to_task(args->target);
137 task_t task = port_name_to_task(args->target);
154 task_t task = port_name_to_task(args->target);
172 task_t task = port_name_to_task(args->target);
189 task_t task = port_name_to_task(args->target);
214 task_t task = port_name_to_task(args->target);
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp246 kern_return_t PE_cpu_start(cpu_id_t target, argument
249 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
255 void PE_cpu_halt(cpu_id_t target) argument
257 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
262 void PE_cpu_signal(cpu_id_t source, cpu_id_t target) argument
265 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
270 void PE_cpu_machine_init(cpu_id_t target, boolean_t bootb) argument
272 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
277 void PE_cpu_machine_quiesce(cpu_id_t target) argument
279 IOCPU *targetCPU = OSDynamicCast(IOCPU, (OSObject *)target);
308 IOCPU *target; local
696 registerInterrupt(IOService *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
[all...]
H A DIOCommandQueue.cpp255 int IOCommandQueue::performAndFlush(OSObject *target, argument
262 if (!target)
263 target = owner;
287 (*inAction)(target, field0, field1, field2, field3);
/darwin-on-arm/xnu/pexpert/pexpert/
H A Dpexpert.h123 void *target, IOInterruptHandler handler, void *refCon);
273 cpu_id_t target,
278 cpu_id_t target);
282 cpu_id_t target);
285 cpu_id_t target,
289 cpu_id_t target);
/darwin-on-arm/xnu/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;
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.c66 /* include target-specific relocation prototypes */
119 kxld_addr_t link_pc, kxld_addr_t link_disp, u_int type, kxld_addr_t target,
132 kxld_addr_t link_pc, kxld_addr_t link_disp, u_int type, kxld_addr_t target,
134 static kern_return_t calculate_displacement_x86_64(uint64_t target,
147 kxld_addr_t link_pc, kxld_addr_t link_disp, u_int type, kxld_addr_t target,
172 static kern_return_t get_target_by_address_lookup(kxld_addr_t *target,
310 reloc->target = scatsrc->r_value;
317 reloc->target = src->r_symbolnum;
321 reloc->target -= 1;
471 sym = kxld_symtab_get_symbol_by_index(relocator->symtab, reloc->target);
700 kxld_addr_t target = 0; local
765 kxld_addr_t target = 0; local
812 kxld_addr_t target = 0; local
925 get_target_by_address_lookup(kxld_addr_t *target, kxld_addr_t addr, const KXLDArray *sectarray) argument
1145 uint32_t target = (uint32_t) _target; local
1237 uint64_t target = _target; local
1399 calculate_displacement_x86_64(uint64_t target, uint64_t adjustment, int32_t *instr32) argument
1467 uint32_t target = (uint32_t) _target; local
[all...]
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_traps.h152 mach_port_name_t target,
158 mach_port_name_t target,
164 mach_port_name_t target,
172 mach_port_name_t target,
179 mach_port_name_t target,
184 mach_port_name_t target,
189 mach_port_name_t target,
196 mach_port_name_t target,
202 mach_port_name_t target,
209 mach_port_name_t target,
[all...]
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfsdefs.h293 dn_copy_times(devnode_t * target, devnode_t * source) argument
296 target->dn_atime = source->dn_atime;
297 target->dn_mtime = source->dn_mtime;
298 target->dn_ctime = source->dn_ctime;
304 int devfs_make_symlink(devnode_t *dir_p, char *name, int mode, char *target, devdirent_t **newent);
/darwin-on-arm/xnu/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);
386 ifmedia_match(ifm, target, mask)
388 int target;
397 if ((next->ifm_media & mask) == (target & mask)) {
401 "0x%x/0x%x\n", target, mas
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dfslog.h93 /* Log information about external modification of a target process */
94 void fslog_extmod_msgtracer(proc_t caller, proc_t target);
/darwin-on-arm/xnu/libkern/c++/
H A DOSSerialize.cpp247 OSSerializer * OSSerializer::forTarget( void * target, argument
259 thing->target = target;
268 return( (*callback)(target, ref, s) );

Completed in 140 milliseconds

1234