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

123

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu.c498 * block for the target, we lock the message block. Then we set the parameter(s).
506 int target,
517 if(((unsigned int)target) >= MAX_CPUS) panic("cpu_signal: invalid target CPU - %08X\n", target);
521 tpproc = PerProcTable[target].ppe_vaddr; /* Point to the target's block */
505 cpu_signal( int target, int signal, unsigned int p1, unsigned int p2) argument
H A Dmachine_routines.c231 void *target,
243 proc_info->interrupt_target = target;
228 ml_install_interrupt_handler( void *nub, int source, void *target, IOInterruptHandler handler, void *refCon) argument
H A Dsavearea_asm.s498 subfic r5,r8,LocalSaveTarget ; Get the number of saveareas we need to grab to get to target
638 subfic r5,r8,LocalSaveTarget ; Get the number of saveareas we need to grab to get to target
827 /* The local savearea chain has gotten too long. Trim it down to the target.
853 li r4,LocalSaveTarget ; Set the target count
898 /* The local savearea chain has gotten too long. Trim it down to the target.
924 li r4,LocalSaveTarget ; Set the target count
951 * Trim the free list down to the target count, ie by -(SVadjust) save areas.
1261 * Returns nonzero if we can get enough saveareas to hit the target. We scan the free
1502 lwz r2,SVtarget(0) ; Get the target
1509 sub r2,r2,r6 ; Get the distance from the target
[all...]
H A Dskiplists.s370 ; r9 = prev ptr, ie highest mapping that comes before search target (initially the pmap)
432 ; r9 = prev ptr, ie highest mapping that comes before search target
453 ; r9 = prev ptr, ie highest mapping that comes before search target (initially the pmap)
514 ; r9 = prev ptr, ie highest mapping that comes before search target, or 0
H A DEmulate.s286 bctrl ; Go set the target FP register
329 stw r23,saver0+4(r24) ; Update the target
361 rlwinm r18,r26,30,24,28 ; Get the target/source register displacement
H A Dmachine_routines_asm.s1707 cflushlp: lis r6,0x0040 ; Pick 4MB line as our target
1731 lis r6,0x0040 ; Pick 4MB line as our target
2320 addic r2,r4,-kMin ; Subtract minimum from target
H A Dhw_vm.s3501 mr r2,r3 ; Save our target
6520 mr r29,r8 ; Copy target frame's physical address
7997 mr r2,r3 ; Save our target
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c2022 char target[MAC_MAX_POLICY_NAME]; local
2027 error = copyinstr(uap->policy, target, sizeof(target), &ulen);
2031 AUDIT_ARG(mac_string, target);
2040 if (strcmp(mpc->mpc_name, target) == 0 &&
2053 if (strcmp(mpc->mpc_name, target) == 0 &&
H A Dmac_policy.h1680 the mount operation on the target vnode.
1699 the remount operation on the target vnode.
1757 the unmount operation on the target vnode.
2559 @param st Task label of target
2563 the label of the calling task, as well as the label of the target task.
2564 The target task is the one which recieves the first right for this port.
2943 EPERM for lack of privilege, or ESRCH to hide visibility of the target.
3666 @param target Peer socket
3667 @param targetlabel Policy label to fill in for target
3679 socket_t target,
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c1123 dtrace_cas32(uint32_t *target, uint32_t cmp, uint32_t new) argument
1125 if (OSCompareAndSwap( cmp, new, (unsigned long *)target ))
1132 dtrace_casptr(void *target, void *cmp, void *new) argument
1137 if (OSCompareAndSwap( (uint32_t)cmp, (uint32_t)new, (unsigned long *)target ))
H A Ddtrace.c630 * the target of a neo-puritan witch trial, we're
921 * invoking ECB match the target credentials
953 * matches the target credentials
3355 char c, target = (char)tupregs[1].dttk_value;
3358 if ((c = dtrace_load8(addr)) == target) {
7924 err += efunc(pc, "invalid branch target %u\n",
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOUserClient.cpp424 static bool _handler( void * target,
456 static IOReturn _handler( void * target, void * ref,
589 bool IOServiceUserNotification::_handler( void * target, argument
592 return( ((IOServiceUserNotification *) target)->handler( ref, newService ));
723 IOReturn IOServiceMessageUserNotification::_handler( void * target, void * ref, argument
727 return( ((IOServiceMessageUserNotification *) target)->handler(
3940 IOService *target = NULL; local
3942 trap = userClient->getTargetAndTrapForIndex(&target, args->index);
3944 if (trap && target) {
3950 result = (target
3960 externalMethod( uint32_t selector, IOExternalMethodArguments * args, IOExternalMethodDispatch * dispatch, OSObject * target, void * reference ) argument
[all...]
H A DIOHibernateIO.cpp196 static uint32_t gIOHibernateFreeRatio = 0; // free page target (percent)
242 while (remaining) { // (process another target segment?)
280 while (remaining) { // (process another target segment?)
375 IOHibernatePollerProbe(IOPolledFileIOVars * vars, IOService * target) argument
384 err = poller->probe(target);
436 IOHibernatePollerIOComplete(void * target, argument
456 completion.target = 0;
H A DIORegistryEntry.cpp532 runPropertyAction(Action inAction, OSObject *target, argument
539 res = (*inAction)(target, arg0, arg1, arg2, arg3);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.h523 thread_t target);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_sym.c1200 char *target,
1218 comp = (*compfun)(target, part);
1199 db_qsort_limit_search( char *target, char **start, char **db_end, int eltsize, int (*compfun)(char *, char *)) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_fsevents.c1300 remove_watcher(fs_event_watcher *target) argument
1310 if (watcher != target) {
H A Dkpi_vfs.c4149 struct vnode_attr *vap, char *target, vfs_context_t ctx)
4161 a.a_target = target;
4148 VNOP_SYMLINK(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vnode_attr *vap, char *target, vfs_context_t ctx) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c7589 int target; local
7610 target = KEY_SENDUP_ONE;
7832 return key_sendup_mbuf(so, m, target);

Completed in 378 milliseconds

123