Home
last modified time | relevance | path

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

/xnu-11215.81.4/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-11215.81.4/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-11215.81.4/config/
H A DMakefile103 $$(_v)$$(SOURCE)/generate_symbolset_plist.sh $$@ $$+ $$(_vstdout)
114 $(_v)$(SOURCE)/generate_combined_symbolsets_plist.sh $@ $^ $(_vstdout)
140 $(_v)$(SRCROOT)/config/list_supported.sh $(SOURCE) $(EXPORT_SOURCE_ARCH_CONFIG_LC) $@
144 $(_v)$(SRCROOT)/config/list_supported.sh $(SOURCE) all $@
210 $(_v)$(SOURCE)/generate_linker_exports.sh $@ $+ $(Kasan_EXPORTS) $(Kcov_EXPORTS)
213 $(_v)$(SOURCE)/generate_linker_aliases.sh $@ $+ $(Kasan_EXPORTS) $(Kcov_EXPORTS)
/xnu-11215.81.4/tools/
H A Dpre-commit.sh13 ./tools/uncrustify.sh $FILES || RESULT=$?
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-11215.81.4/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_blacklist.sh "$@"
/xnu-11215.81.4/doc/debugging/
H A Dmacro_testing.md25 ```sh
32 ```sh
/xnu-11215.81.4/san/coverage/
H A DMakefile43 $(_v)$(SRCROOT)/san/tools/validate_blacklist.sh "$@"
/xnu-11215.81.4/bsd/sys/
H A DMakefile304 MAKESYSCALLS = $(SRCROOT)/bsd/kern/makesyscalls.sh
327 MAKE_POSIX_AVAILABILITY = $(SRCROOT)/bsd/sys/make_posix_availability.sh
332 MAKE_SYMBOL_ALIASING = $(SRCROOT)/bsd/sys/make_symbol_aliasing.sh
/xnu-11215.81.4/tools/tests/execperf/
H A DMakefile88 $(DSTROOT)/test: test.sh
/xnu-11215.81.4/tools/lldbmacros/
H A DMakefile108 plugins/iosspeedtracer.sh
/xnu-11215.81.4/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj491 …/* mach_install_mig.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.sc…
600 …edded_private_headers.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = …
858 240D716711933ED300556E97 /* mach_install_mig.sh */,
859 84A59E912859038E00EA1221 /* copy_embedded_private_headers.sh */,
1389 shellPath = /bin/sh;
1404 shellPath = /bin/sh;
1416 "$(PROJECT_DIR)/xcodescripts/copy_embedded_private_headers.sh",
1425 shellPath = /bin/sh;
1426 shellScript = ". xcodescripts/copy_embedded_private_headers.sh\n";
1439 shellPath = /bin/sh;
[all …]
/xnu-11215.81.4/
H A DREADME.md129 ```sh
166 ```sh
172 ```sh
179 ```sh
H A DMakefile234 …$(_v)$(VERSDIR)/tools/remote_build.sh _REMOTEBUILD_TARGET=$@ _REMOTEBUILD_MAKE=$(MAKE) $(if $(filt…
/xnu-11215.81.4/bsd/conf/
H A DMakefile.template600 MAKESYSCALLS = $(SRCROOT)/bsd/kern/makesyscalls.sh
/xnu-11215.81.4/doc/vm/
H A Dsanitize.md198 - Modify `bsd/kern/makesyscalls.sh` to handle the new types added.
/xnu-11215.81.4/bsd/net/
H A Dpf.c1934 pf_print_sk_host(struct pf_state_host *sh, sa_family_t af, int proto, in pf_print_sk_host() argument
1937 pf_print_addr(&sh->addr, af); in pf_print_sk_host()
1941 if (sh->xport.spi) { in pf_print_sk_host()
1942 printf("[%08x]", ntohl(sh->xport.spi)); in pf_print_sk_host()
1948 printf("[%u]", ntohs(sh->xport.call_id)); in pf_print_sk_host()
1954 printf("[%u]", ntohs(sh->xport.port)); in pf_print_sk_host()
/xnu-11215.81.4/libkdd/kdd.xcodeproj/
H A Dproject.pbxproj758 shellPath = /bin/sh;