| /xnu-12377.41.6/osfmk/kern/ |
| H A D | ipc_kobject.c | 1357 ipc_port_t subst = IP_NULL; in ipc_kobject_label_substitute_task_read() local 1361 if ((subst = kolabel->ikol_alt_port)) { in ipc_kobject_label_substitute_task_read() 1362 return subst; in ipc_kobject_label_substitute_task_read() 1387 ipc_port_t subst = IP_NULL; in ipc_kobject_label_substitute_thread_read() local 1391 if ((subst = kolabel->ikol_alt_port) != IP_NULL) { in ipc_kobject_label_substitute_thread_read() 1392 return subst; in ipc_kobject_label_substitute_thread_read() 1441 ipc_port_t subst = IP_NULL; in ipc_kobject_label_check_or_substitute() local 1449 subst = ipc_kobject_label_substitute_task_read(space, in ipc_kobject_label_check_or_substitute() 1453 subst = ipc_kobject_label_substitute_thread_read(space, in ipc_kobject_label_check_or_substitute() 1460 if (subst != IP_NULL) { in ipc_kobject_label_check_or_substitute() [all …]
|
| /xnu-12377.41.6/makedefs/ |
| H A D | MakeInc.cmd | 415 …_build_configs_do_expand_with_muxed_machine_config = $(foreach machine_config, $(subst &, ,$(3)), \ 466 …_alias_configs_do_expand_with_muxed_machine_config = $(foreach machine_config, $(subst &, ,$(3)), \ 495 $(word 1,$(subst ^, ,$(1))), \ 496 $(word 2,$(subst ^, ,$(1))), \ 497 $(word 3,$(subst ^, ,$(1))) \ 501 function_extract_kernel_config_from_build_config = $(word 1,$(subst ^, ,$(1))) 502 function_extract_arch_config_from_build_config = $(word 2,$(subst ^, ,$(1))) 503 function_extract_machine_config_from_build_config = $(word 3,$(subst ^, ,$(1))) 536 $(if $(filter $(word 1,$(subst :, ,$(word 1,$(2)))),$(1)), \ 537 $(word 2,$(subst :, ,$(word 1,$(2)))), \ [all …]
|
| 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.color | 23 export _MACHINE := $$(subst OSX,,$$(PLATFORM))
|
| H A D | MakeInc.def | 79 …PONENT = $(if $(word 2,$(subst /, ,$(RELATIVE_SOURCE_PATH))),$(word 2,$(subst /, ,$(RELATIVE_SOURC… 1491 CURRENT_ALIAS_MACHINE_CONFIG = $(word 4,$(subst ^, ,$(CURRENT_BUILD_CONFIG)))
|
| /xnu-12377.41.6/ |
| H A D | Makefile | 293 xcodebuild -target Default $(subst _libkdd,,$@) \ 304 xcodebuild -target tests $(subst _libkdd_tests,,$@) \ 315 xcodebuild -configuration ReleaseHost -target kdd.framework $(subst _libkdd_host,,$@) \
|
| /xnu-12377.41.6/tools/tests/affinity/ |
| H A D | Makefile | 19 $(ARCH_64_TARGETS): $(DSTROOT)/%: $(SRCROOT)/$$(subst 64,,%).c
|
| /xnu-12377.41.6/san/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-12377.41.6/pexpert/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-12377.41.6/security/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-12377.41.6/bsd/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-12377.41.6/libkern/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-12377.41.6/libsa/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-12377.41.6/osfmk/conf/ |
| H A D | Makefile | 35 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| H A D | Makefile.template | 106 VM_UBSAN_FLAGS = -fsanitize=$(subst ${} ${},,${VM_UBSAN_CHECKS})
|
| /xnu-12377.41.6/iokit/conf/ |
| H A D | Makefile | 34 SOURCE=$(subst conf/,,$(SOURCE)) \
|
| /xnu-12377.41.6/libkern/kxld/ |
| H A D | Makefile | 112 SRCROOTESC=$(subst /,\/,$(SRCROOT)) 113 OBJROOTESC=$(subst /,\/,$(OBJROOT))
|
| /xnu-12377.41.6/tests/unit/ |
| H A D | Makefile | 330 $(TEST_TARGETS): OTHER_CFLAGS += $(MODULE_CFLAGS) -MJ $(OBJROOT)/$(subst /,__,$@).json -rpath $(cal… 332 $(TEST_TARGETS): OTHER_CXXFLAGS += $(MODULE_CXXFLAGS) $(MODULE_CFLAGS) -MJ $(OBJROOT)/$(subst /,__,…
|
| /xnu-12377.41.6/tests/ |
| H A D | Makefile | 261 -user $@ -header $(subst _$*_,_,$(@:.c=.h)) \ 267 -user $@ -header $(subst _$*_,_,$(@:.c=.h)) \ 276 -user $@ -header $(subst _$*_,_,$(@:.c=.h)) \ 285 -user $@ -header $(subst _$*_,_,$(@:.c=.h)) \
|