Home
last modified time | relevance | path

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

/xnu-11215/makedefs/
H A DMakeInc.rule592 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
599 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
606 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
639 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
644 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
651 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
658 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
665 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
672 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
679 # 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.def38 # Setup up *_LC variables during recursive invocations
/xnu-11215/osfmk/mach/
H A Dvm_map.defs399 * A recursive form of vm_region which probes submaps withint the
/xnu-11215/
H A DREADME.md105 * $ make -w # trace recursive make invocations. Useful in combination with VERBOSE=YES
/xnu-11215/bsd/vfs/
H A Dvfs_subr.c12411 boolean_t recursive = FALSE; in vfs_nested_trigger_unmounts() local
12416 recursive = TRUE; in vfs_nested_trigger_unmounts()
12419 if (recursive) { in vfs_nested_trigger_unmounts()