| /xnu-11417.140.69/osfmk/kern/ |
| H A D | ipc_kobject.c | 1750 ipc_port_t subst = IP_NULL; in ipc_kobject_label_substitute_task() local 1754 if ((subst = kolabel->ikol_alt_port)) { in ipc_kobject_label_substitute_task() 1755 return subst; in ipc_kobject_label_substitute_task() 1780 ipc_port_t subst = IP_NULL; in ipc_kobject_label_substitute_task_read() local 1784 if ((subst = kolabel->ikol_alt_port)) { in ipc_kobject_label_substitute_task_read() 1785 return subst; in ipc_kobject_label_substitute_task_read() 1810 ipc_port_t subst = IP_NULL; in ipc_kobject_label_substitute_thread() local 1814 if ((subst = kolabel->ikol_alt_port) != IP_NULL) { in ipc_kobject_label_substitute_thread() 1815 return subst; in ipc_kobject_label_substitute_thread() 1840 ipc_port_t subst = IP_NULL; in ipc_kobject_label_substitute_thread_read() local [all …]
|
| /xnu-11417.140.69/makedefs/ |
| H A D | MakeInc.top | 204 …fig))),$(foreach my_kernel_config,$(KERNEL_CONFIGS),$(my_kernel_config) $(subst ;, ,$(my_devicemap… 205 …fig))),$(foreach my_kernel_config,$(KERNEL_CONFIGS),$(my_kernel_config) $(subst ;, ,$(my_devicemap… 211 …oduct_config)))),$(foreach my_kernel_config,RELEASE,$(my_kernel_config) $(subst ;, ,$(my_devicemap… 213 …oduct_config)))),$(foreach my_kernel_config,RELEASE,$(my_kernel_config) $(subst ;, ,$(my_devicemap… 216 …t_config)))),$(foreach my_kernel_config,DEVELOPMENT,$(my_kernel_config) $(subst ;, ,$(my_devicemap… 218 …t_config)))),$(foreach my_kernel_config,DEVELOPMENT,$(my_kernel_config) $(subst ;, ,$(my_devicemap… 221 …foreach my_kernel_config,$(KERNEL_CONFIGS_EMBEDDED),$(my_kernel_config) $(subst ;, ,$(my_devicemap… 223 …foreach my_kernel_config,$(KERNEL_CONFIGS_EMBEDDED),$(my_kernel_config) $(subst ;, ,$(my_devicemap… 227 …oduct_config)))),$(foreach my_kernel_config,RELEASE,$(my_kernel_config) $(subst ;, ,$(my_devicemap… 229 …oduct_config)))),$(foreach my_kernel_config,RELEASE,$(my_kernel_config) $(subst ;, ,$(my_devicemap… [all …]
|
| H A D | MakeInc.cmd | 465 $(word 1,$(subst ^, ,$(1))), \ 466 $(word 2,$(subst ^, ,$(1))), \ 467 $(word 3,$(subst ^, ,$(1))) \ 471 function_extract_kernel_config_from_build_config = $(word 1,$(subst ^, ,$(1))) 472 function_extract_arch_config_from_build_config = $(word 2,$(subst ^, ,$(1))) 473 function_extract_machine_config_from_build_config = $(word 3,$(subst ^, ,$(1))) 506 $(if $(filter $(word 1,$(subst :, ,$(word 1,$(2)))),$(1)), \ 507 $(word 2,$(subst :, ,$(word 1,$(2)))), \
|
| H A D | MakeInc.color | 23 export _MACHINE := $$(subst OSX,,$$(PLATFORM))
|
| H A D | MakeInc.def | 70 …PONENT = $(if $(word 2,$(subst /, ,$(RELATIVE_SOURCE_PATH))),$(word 2,$(subst /, ,$(RELATIVE_SOURC… 1408 CURRENT_ALIAS_MACHINE_CONFIG = $(word 4,$(subst ^, ,$(CURRENT_BUILD_CONFIG)))
|
| /xnu-11417.140.69/ |
| H A D | Makefile | 292 xcodebuild -target Default $(subst _libkdd,,$@) \ 303 xcodebuild -target tests $(subst _libkdd_tests,,$@) \ 314 xcodebuild -configuration ReleaseHost -target kdd.framework $(subst _libkdd_host,,$@) \
|
| /xnu-11417.140.69/tools/tests/affinity/ |
| H A D | Makefile | 19 $(ARCH_64_TARGETS): $(DSTROOT)/%: $(SRCROOT)/$$(subst 64,,%).c
|
| /xnu-11417.140.69/libkern/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-11417.140.69/osfmk/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| H A D | Makefile.template | 105 VM_UBSAN_FLAGS = -fsanitize=$(subst ${} ${},,${VM_UBSAN_CHECKS})
|
| /xnu-11417.140.69/iokit/conf/ |
| H A D | Makefile | 34 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-11417.140.69/security/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-11417.140.69/pexpert/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-11417.140.69/libsa/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-11417.140.69/san/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-11417.140.69/bsd/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-11417.140.69/libkern/kxld/ |
| H A D | Makefile | 112 SRCROOTESC=$(subst /,\/,$(SRCROOT)) 113 OBJROOTESC=$(subst /,\/,$(OBJROOT))
|
| /xnu-11417.140.69/tests/ |
| H A D | Makefile | 215 -user $@ -header $(subst _$*_,_,$(@:.c=.h)) \ 221 -user $@ -header $(subst _$*_,_,$(@:.c=.h)) \ 230 -user $@ -header $(subst _$*_,_,$(@:.c=.h)) \ 239 -user $@ -header $(subst _$*_,_,$(@:.c=.h)) \
|