Searched refs:override (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/tools/tests/
H A DMakefile12 # must resolve these to a full path and override SDKROOT.
18 override SDKROOT = $(SDKROOT_RESOLVED)
/xnu-2782.1.97/makedefs/
H A DMakeInc.cmd42 # must resolve these to a full path and override SDKROOT.
50 override SDKROOT = $(SDKROOT_RESOLVED)
55 override HOST_SDKROOT = $(HOST_SDKROOT_RESOLVED)
/xnu-2782.1.97/libkern/kxld/
H A DMakefile38 override DSTROOT := $(DSTROOT)/$(INSTALL_LOCATION)
/xnu-2782.1.97/osfmk/vm/
H A Dvm_resident.c415 unsigned int n, override; local
417 if ( PE_parse_boot_argn("colors", &override, sizeof (override)) ) /* colors specified as a boot-arg? */
418 n = override;
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_serv.c4814 int override)
4839 if (override && (error == EACCES)) {
4808 nfsrv_authorize( vnode_t vp, vnode_t dvp, kauth_action_t action, vfs_context_t ctx, struct nfs_export_options *nxo, int override) argument

Completed in 37 milliseconds