Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 20 of 20) sorted by relevance

/xnu-12377.1.9/tools/tests/MPMMTest/
H A DMakefile13 TARGETS := MPMMtest_perf.sh $(if $(ARCH_CONFIGS_64), $(ARCH_64_TARGETS))
29 $(DSTROOT)/MPMMtest_perf.sh: MPMMtest_run.sh
/xnu-12377.1.9/tools/tests/personas/
H A DMakefile12 TARGETS := persona_mgr persona_spawn persona_test_run.sh persona_spawn_unentitled
26 $(DSTROOT)/persona_test_run.sh: persona_test_run_src.sh
/xnu-12377.1.9/config/
H A DMakefile107 $$(_v)$$(SOURCE)/generate_symbolset_plist.sh $$@ $$+ $$(_vstdout)
118 $(_v)$(SOURCE)/generate_combined_symbolsets_plist.sh $@ $^ $(_vstdout)
144 $(_v)$(SRCROOT)/config/list_supported.sh $(SOURCE) $(EXPORT_SOURCE_ARCH_CONFIG_LC) $@
148 $(_v)$(SRCROOT)/config/list_supported.sh $(SOURCE) all $@
214 $(_v)$(SOURCE)/generate_linker_exports.sh $@ $+ $(Kasan_EXPORTS) $(Kcov_EXPORTS)
217 $(_v)$(SOURCE)/generate_linker_aliases.sh $@ $+ $(Kasan_EXPORTS) $(Kcov_EXPORTS)
/xnu-12377.1.9/tools/
H A Dremote_build.sh172 MAKE=\`\$PWD/tools/xcrun_cache.sh -u "\$PWD/${REMOTE_BUILDTOOLSREL}" -sdk / -find make\`
220 …rsync $RSYNC_ARGS --delete $RSYNC_DELETE_EXCLUDED --include=/build.sh --include=/BuildTools --incl…
/xnu-12377.1.9/san/memory/
H A Dkasan-classic.c387 uint8_t *sh = SHADOW_FOR_ADDRESS(base); in kasan_check_shadow() local
388 if (*sh && *sh != shadow_match_value) { in kasan_check_shadow()
H A DMakefile41 $(_v)$(SRCROOT)/san/tools/validate_denylist.sh "$@"
/xnu-12377.1.9/doc/debugging/
H A Dmacro_testing.md25 ```sh
32 ```sh
/xnu-12377.1.9/san/coverage/
H A DMakefile43 $(_v)$(SRCROOT)/san/tools/validate_denylist.sh "$@"
/xnu-12377.1.9/bsd/sys/
H A DMakefile317 MAKESYSCALLS = $(SRCROOT)/bsd/kern/makesyscalls.sh
340 MAKE_POSIX_AVAILABILITY = $(SRCROOT)/bsd/sys/make_posix_availability.sh
345 MAKE_SYMBOL_ALIASING = $(SRCROOT)/bsd/sys/make_symbol_aliasing.sh
/xnu-12377.1.9/tools/tests/execperf/
H A DMakefile88 $(DSTROOT)/test: test.sh
/xnu-12377.1.9/tools/lldbmacros/
H A DMakefile108 plugins/iosspeedtracer.sh
/xnu-12377.1.9/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj493 …/* mach_install_mig.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.sc…
604 …edded_private_headers.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = …
864 240D716711933ED300556E97 /* mach_install_mig.sh */,
865 84A59E912859038E00EA1221 /* copy_embedded_private_headers.sh */,
1397 shellPath = /bin/sh;
1412 shellPath = /bin/sh;
1424 "$(PROJECT_DIR)/xcodescripts/copy_embedded_private_headers.sh",
1433 shellPath = /bin/sh;
1434 shellScript = ". xcodescripts/copy_embedded_private_headers.sh\n";
1447 shellPath = /bin/sh;
[all …]
/xnu-12377.1.9/
H A DREADME.md129 ```sh
166 ```sh
172 ```sh
179 ```sh
H A DMakefile235 …$(_v)$(VERSDIR)/tools/remote_build.sh _REMOTEBUILD_TARGET=$@ _REMOTEBUILD_MAKE=$(MAKE) $(if $(filt…
/xnu-12377.1.9/tests/unit/
H A DMakefile278 RUN_UT_SCRIPT := $(SYMROOT)/run_unittests.sh
H A DREADME.md41 > ./tests/unit/build/sym/run_unittests.sh
46 > ./BUILD/sym/run_unittests.sh
/xnu-12377.1.9/bsd/conf/
H A DMakefile.template619 MAKESYSCALLS = $(SRCROOT)/bsd/kern/makesyscalls.sh
/xnu-12377.1.9/doc/vm/
H A Dsanitize.md198 - Modify `bsd/kern/makesyscalls.sh` to handle the new types added.
/xnu-12377.1.9/bsd/net/
H A Dpf.c1937 pf_print_sk_host(struct pf_state_host *sh, sa_family_t af, int proto, in pf_print_sk_host() argument
1940 pf_print_addr(&sh->addr, af); in pf_print_sk_host()
1944 if (sh->xport.spi) { in pf_print_sk_host()
1945 printf("[%08x]", ntohl(sh->xport.spi)); in pf_print_sk_host()
1951 printf("[%u]", ntohs(sh->xport.call_id)); in pf_print_sk_host()
1957 printf("[%u]", ntohs(sh->xport.port)); in pf_print_sk_host()
/xnu-12377.1.9/libkdd/kdd.xcodeproj/
H A Dproject.pbxproj758 shellPath = /bin/sh;