Searched refs:ignore (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Packet.c365 }, /* %%% No we probably don't want to ignore in this case */
759 goto ignore;
776 goto ignore;
786 goto ignore;
792 goto ignore;
797 goto ignore;
810 goto ignore;
814 goto ignore;
820 goto ignore;
834 ignore
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c331 _timer_call_apply_cyclic( void *ignore, void *vTChdl ) argument
333 #pragma unused(ignore)
487 _cyclic_apply( void *ignore, void *vTChdl ) argument
489 #pragma unused(ignore)
530 noop_cyh_func(void * ignore) argument
532 #pragma unused(ignore)
752 kdi_dtrace_set(kdi_dtrace_set_t ignore) argument
754 #pragma unused(ignore)
773 * We ignore the M_NOWAIT bit in kmflag (all of kmflag, in fact).
789 * We ignore th
1535 dtrace_caller(int ignore) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_entry.c804 struct ipc_splay_tree ignore; local
834 &ignore);
909 ipc_splay_tree_join(&space->is_tree, &ignore);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Ddtrace_isa.c598 unsigned int ignore; local
599 return (NULL == mapping_phys_lookup(pn, &ignore)) ? FALSE : TRUE;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.c424 rtalloc_ign_locked(struct route *ro, u_long ignore) argument
426 return (rtalloc_ign_common_locked(ro, ignore, IFSCOPE_NONE));
430 rtalloc_scoped_ign_locked(struct route *ro, u_long ignore, unsigned int ifscope) argument
432 return (rtalloc_ign_common_locked(ro, ignore, ifscope));
436 rtalloc_ign_common_locked(struct route *ro, u_long ignore, argument
447 ro->ro_rt = rtalloc1_common_locked(&ro->ro_dst, 1, ignore, ifscope);
452 rtalloc_ign(struct route *ro, u_long ignore) argument
456 rtalloc_ign_locked(ro, ignore);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dbcopy.s67 ; values. Note that on 32-bit architectures that this will ignore the high half of the
148 ; values. Note that on 32-bit architectures that this will ignore the high half of the
H A Dlowmem_vectors.s68 ; ignore the interrupt).
70 ; Some machines (so far, 32-bit guys) will always ignore a non-START interrupt.
121 rfi ; Return and ignore the reset
133 rfid ; Return and ignore the reset
136 li r11,RESET_HANDLER_IGNORE ; Get set to ignore
2434 mfspr r8,scomc ; Get back the status (we just ignore it)
2445 mfspr r8,scomc ; Get back the status (we just ignore it)
2456 mfspr r8,scomc ; Get back the status (we just ignore it)
2466 mfspr r8,scomc ; Get back the status (we just ignore it)
2477 mfspr r8,scomc ; Get back the status (we just ignore i
[all...]
H A DFirmware.s1741 li r3,T_IN_VAIN ; Set to just ignore this one
1763 li r3,T_IN_VAIN ; Set to just ignore this one
2408 mfspr r11,scomc ; Get back the status (we just ignore it)
H A Dmachine_routines_asm.s1096 ; we will ignore any PTE misses that occur and cause an infinite loop.
1688 mfspr r8,scomc ; Get back the status (we just ignore it)
H A DEmulate.s96 bne+ eExit ; Not special op, ignore...
H A Dvmachmon_asm.s371 rlwinm. r2,r28,0,0,30 ; Is there a context there? (Note: we will ignore bit 31 so that we
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserializeXML.cpp2268 // check for idref's, note: we ignore the tag, for
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c2338 // the list of package extensions to ignore.
4683 * The 'ignore' flag is set when an operation modifying the immutability flags
4685 * immutability flags we can ignore.
4688 vnode_immutable(struct vnode_attr *vap, int append, int ignore) argument
4699 /* ignore only set when authorizing flags changes */
4700 if (ignore) {
4709 KAUTH_DEBUG("IMMUTABLE - file flags 0x%x mask 0x%x append = %d ignore = %d", vap->va_flags, mask, append, ignore);
5278 vnode_authorize_checkimmutable(vnode_t vp, struct vnode_attr *vap, int rights, int ignore) argument
5329 if ((error = vnode_immutable(vap, append, ignore)) !
[all...]

Completed in 122 milliseconds