Home
last modified time | relevance | path

Searched refs:defaults (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceTreeSupport.cpp381 IORegistryEntry *defaults; in IODTGetDefault() local
385 defaults = IORegistryEntry::fromPath( "/defaults", gIODTPlane ); in IODTGetDefault()
386 if (defaults == NULL) { in IODTGetDefault()
390 defaultObj = OSDynamicCast( OSData, defaults->getProperty(key)); in IODTGetDefault()
393 defaults->release(); in IODTGetDefault()
399 defaults->release(); in IODTGetDefault()
405 defaults->release(); in IODTGetDefault()
/xnu-12377.61.12/tools/lldbmacros/core/
H A Dcaching.py379 offs = len(spec.args) - len(spec.defaults)
380 if index < offs or spec.defaults[index - offs] is not None:
/xnu-12377.61.12/doc/primitives/
H A Datomics.md153 and defaults to the `acq_rel` compiler barrier (which prevents the
/xnu-12377.61.12/doc/mach_ipc/
H A Dguard_exceptions.md313 The `task_exc_guard_default` boot-arg can be used to change these defaults.
/xnu-12377.61.12/makedefs/
H A DMakeInc.top243 # generate TARGET_CONFIGS using KERNEL_CONFIGS and ARCH_CONFIGS and MACHINE_CONFIGS (which defaults
H A DMakeInc.def1250 # and defaults to enabled except for DEBUG kernels
/xnu-12377.61.12/
H A DREADME.md36 * `<sdkroot>`: path to macOS SDK on disk. (defaults to `/`)