Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/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-10063.141.1/doc/primitives/
H A Datomics.md153 and defaults to the `acq_rel` compiler barrier (which prevents the
/xnu-10063.141.1/
H A DREADME.md36 * `<sdkroot>`: path to macOS SDK on disk. (defaults to `/`)
/xnu-10063.141.1/makedefs/
H A DMakeInc.top230 # generate TARGET_CONFIGS using KERNEL_CONFIGS and ARCH_CONFIGS and MACHINE_CONFIGS (which defaults
H A DMakeInc.def960 # and defaults to enabled except for DEBUG kernels