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

/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c335 _timer_call_apply_cyclic( void *ignore, void *vTChdl ) argument
337 #pragma unused(ignore)
491 _cyclic_apply( void *ignore, void *vTChdl ) argument
493 #pragma unused(ignore)
534 noop_cyh_func(void * ignore) argument
536 #pragma unused(ignore)
756 kdi_dtrace_set(kdi_dtrace_set_t ignore) argument
758 #pragma unused(ignore)
777 * We ignore the M_NOWAIT bit in kmflag (all of kmflag, in fact).
793 * We ignore th
1537 dtrace_caller(int ignore) argument
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Droute.c801 rtalloc_ign_common_locked(struct route *ro, uint32_t ignore, argument
817 ro->ro_rt = rtalloc1_common_locked(&ro->ro_dst, 1, ignore, ifscope);
825 rtalloc_ign(struct route *ro, uint32_t ignore) argument
829 rtalloc_ign_common_locked(ro, ignore, IFSCOPE_NONE);
834 rtalloc_scoped_ign(struct route *ro, uint32_t ignore, unsigned int ifscope) argument
838 rtalloc_ign_common_locked(ro, ignore, ifscope);
2317 * Don't ignore RTF_CLONING, since we prefer that rt_gwroute
/darwin-on-arm/xnu/makedefs/
H A DMakeInc.dir21 # Can't build this yet, ignore \
403 # Can't build this yet, ignore \
744 $(_v)($(TAR) -c --mode go=r,+X --no-ignore-case --exclude .svn --exclude .git --exclude cscope.\* --exclude BUILD --exclude \*~ -f - .) | (cd $(SRCROOT) && $(TAR) --no-same-owner -xf -)
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1701 Drivers may eliminate the influence of the <code>changePowerStateTo</code> method on power state one of two ways. See @link powerOverrideOnPriv powerOverrideOnPriv@/link to ignore the method's influence, or call <code>changePowerStateTo(0)</code> in the driver's <code>start</code> routine to remove the <code>changePowerStateTo</code> method's power request.
1708 @abstract Allows a driver to ignore its children's power management requests and only use changePowerStateToPriv to define its own power state.
1737 IOReturn setIgnoreIdleTimer( bool ignore );
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserializeXML.cpp2296 // check for idref's, note: we ignore the tag, for
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c2552 // the list of package extensions to ignore.
5400 /* XXX may do duplicate work here, but ignore that for now (idempotent) */
5433 * namedstream data, ignore the macf checks because it
5762 * The 'ignore' flag is set when an operation modifying the immutability flags
5764 * immutability flags we can ignore.
5767 vnode_immutable(struct vnode_attr *vap, int append, int ignore) argument
5778 /* ignore only set when authorizing flags changes */
5779 if (ignore) {
5788 KAUTH_DEBUG("IMMUTABLE - file flags 0x%x mask 0x%x append = %d ignore = %d", vap->va_flags, mask, append, ignore);
6506 vnode_authorize_checkimmutable(vnode_t vp, struct vnode_attr *vap, int rights, int ignore) argument
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp855 // Tell idleTimerExpired() to ignore idle timer.
2963 IOReturn IOService::setIgnoreIdleTimer( bool ignore )
2968 OUR_PMLog(kIOPMRequestTypeIgnoreIdleTimer, ignore, 0);
2975 request->fArg0 = (void *) ignore;

Completed in 64 milliseconds