Searched refs:recursive (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.1.9/makedefs/ |
| H A D | MakeInc.rule | 565 # 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 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 | 40 # Setup up *_LC variables during recursive invocations
|
| /xnu-12377.1.9/osfmk/mach/ |
| H A D | vm_map.defs | 399 * A recursive form of vm_region which probes submaps withint the
|
| /xnu-12377.1.9/ |
| H A D | README.md | 105 * $ make -w # trace recursive make invocations. Useful in combination with VERBOSE=YES
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_subr.c | 12527 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()
|