Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.1.9/makedefs/
H A DMakeInc.rule565 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
572 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
579 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
612 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
617 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
624 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
631 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
638 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
645 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
652 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
H A DMakeInc.dir5 # MakeInc.dir allows makefiles throughout the XNU codebase to leverage recursive
21 # This function/template provides generic recursive build functionality that
H A DMakeInc.top14 # invoke the recursive make build system.
178 # kernel's recursive build system will build the 3rd element as the KernelPlatform
H A DMakeInc.kernel6 # recursive build system with rules specific
H A DMakeInc.def40 # Setup up *_LC variables during recursive invocations
/xnu-12377.1.9/osfmk/mach/
H A Dvm_map.defs399 * A recursive form of vm_region which probes submaps withint the
/xnu-12377.1.9/
H A DREADME.md105 * $ make -w # trace recursive make invocations. Useful in combination with VERBOSE=YES
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c12527 boolean_t recursive = FALSE; in vfs_nested_trigger_unmounts() local
12532 recursive = TRUE; in vfs_nested_trigger_unmounts()
12535 if (recursive) { in vfs_nested_trigger_unmounts()