Searched refs:recursive (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/makedefs/ |
| H A D | MakeInc.rule | 592 # 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 D | MakeInc.dir | 5 # MakeInc.dir allows makefiles throughout the XNU codebase to leverage recursive 21 # This function/template provides generic recursive build functionality that
|
| H A D | MakeInc.top | 14 # invoke the recursive make build system. 178 # kernel's recursive build system will build the 3rd element as the KernelPlatform
|
| H A D | MakeInc.kernel | 6 # recursive build system with rules specific
|
| H A D | MakeInc.def | 38 # Setup up *_LC variables during recursive invocations
|
| /xnu-11215/osfmk/mach/ |
| H A D | vm_map.defs | 399 * A recursive form of vm_region which probes submaps withint the
|
| /xnu-11215/ |
| H A D | README.md | 105 * $ make -w # trace recursive make invocations. Useful in combination with VERBOSE=YES
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_subr.c | 12411 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()
|