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

1234

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c780 * the target of a neo-puritan witch trial, we're
1286 * invoking ECB match the target credentials
1318 * matches the target credentials
3992 char c, target = (char)tupregs[1].dttk_value;
3995 if ((c = dtrace_load8(addr)) == target) {
9222 err += efunc(pc, "invalid branch target %u\n",
16620 /* Syncmode set means we target and traverse entire modctl list. */
H A Ddtrace_glue.c1128 dtrace_cas32(uint32_t *target, uint32_t cmp, uint32_t new) argument
1130 if (OSCompareAndSwap( (UInt32)cmp, (UInt32)new, (volatile UInt32 *)target ))
1137 dtrace_casptr(void *target, void *cmp, void *new) argument
1139 if (OSCompareAndSwapPtr( cmp, new, (void**)target ))
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_symfile.c202 dev_t target = 0; local
349 if (!target)
351 target = getphysreq.dev;
353 else if (target != getphysreq.dev)
366 p1 = ⌖
431 *image_device_result = target;
H A Dsys_pipe.c329 unsigned long target; local
332 target = expected;
334 target = current;
336 while ( i >0 && pipesize_blocks[i-1] > target) {
363 /* create enough space in the target */
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vnops.c198 * If flag has LOCKPARENT or'ed into it and the target of the pathname
199 * exists, lookup returns both the target and its parent directory locked.
200 * When creating or renaming and LOCKPARENT is specified, the target may
201 * not be ".". When deleting and LOCKPARENT is specified, the target may
217 * if at end of path and rewriting (RENAME and LOCKPARENT), lock target
359 * This can only occur if the target is ".".
372 * unlocked as "saved_dir_node" XXX. We must get the target
834 * to it. Also, ensure source and target are compatible
914 * When the target exists, both the directory
915 * and target vnode
1181 devfs_make_symlink(devnode_t *dir_p, char *name, int mode, char *target, devdirent_t **newent) argument
[all...]
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/netkey/
H A Dkey.c8285 int target; local
8306 target = KEY_SENDUP_ONE;
8528 return key_sendup_mbuf(so, m, target);
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.
/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/bsd/vfs/
H A Dkpi_vfs.c4745 /* If you're replacing the target, post a deletion for it */
4818 /* If you're replacing the target, post a deletion for it */
5265 struct vnode_attr *vap, char *target, vfs_context_t ctx)
5279 a.a_target = target;
5264 VNOP_SYMLINK(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vnode_attr *vap, char *target, vfs_context_t ctx) argument
H A Dvfs_cluster.c168 static void cluster_iostate_wait(struct clios *iostate, u_int target, const char *wait_name);
527 cluster_iostate_wait(struct clios *iostate, u_int target, const char *wait_name) argument
532 while ((iostate->io_issued - iostate->io_completed) > target) {
535 iostate->io_issued, iostate->io_completed, target, 0, 0);
541 iostate->io_issued, iostate->io_completed, target, 0, 0);
2010 * the uio request doesn't target USERSPACE
2534 * -- the target address is physically contiguous
3421 * the uio request doesn't target USERSPACE
4569 * -- the target address is physically contiguous for read_length
H A Dvfs_fsevents.c962 remove_watcher(fs_event_watcher *target) argument
972 if (watcher != target) {
H A Dvfs_fslog.c475 * and target are appropriately locked.
483 fslog_extmod_msgtracer(proc_t caller, proc_t target) argument
485 if ((caller != PROC_NULL) && (target != PROC_NULL)) {
505 strlcpy(t_name, target->p_comm, sizeof(t_name));
506 uuid_unparse_upper(target->p_uuid, uuidstr);
519 proc_pid(target));
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c171 printf("%s (map: %p) triggered DYLD shared region unnest for map: %p, region 0x%qx->0x%qx. While not abnormal for debuggers, this increases system memory footprint until the target exits.\n", current_proc()->p_comm, get_task_map(current_proc()->task), m, (uint64_t)s, (uint64_t)e);
454 * get the target process's task port. This is only
458 * - The target process's real, effective, and saved uids
460 * - The target process's group set is a subset of the
462 * - The target process hasn't switched credentials.
468 task_for_pid_posix_check(proc_t target) argument
475 if (target->p_stat == SZOMB) {
487 if (target == current_proc())
498 targetcred = kauth_cred_proc_ref(target);
501 /* Do target'
731 task_t target = NULL; local
817 task_t target = NULL; local
[all...]
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DIOCPU.h90 virtual void signalCPU(IOCPU * target);
135 virtual IOReturn registerInterrupt(IOService * nub, int source, void *target, IOInterruptHandler handler, void *refCon);
/darwin-on-arm/xnu/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp152 vector->handler(vector->target, vector->refCon,
/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/iokit/IOKit/
H A DIOCPU.h91 virtual void signalCPU(IOCPU *target);
137 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 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 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 DIORegistryEntry.h155 @param target
157 was specified, this parameter is implicitly the first parameter in the target
164 typedef IOReturn (*Action)(OSObject *target,
178 virtual IOReturn runPropertyAction(Action action, OSObject *target,

Completed in 280 milliseconds

1234