Searched refs:sh (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile63 bench.sh \
65 coreos_bench.sh \
68 multiview.sh \
72 wrapper.sh \
80 @cp bench.sh bench
81 @cp coreos_bench.sh coreos_bench
82 @cp embd_bench.sh embd_bench
83 @cp multiview.sh multiview
84 @cp wrapper.sh wrapper
85 @cp create_stuff.sh create_stuf
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A DMakefile144 MAKESYSCALLS = $(SRCROOT)/bsd/kern/makesyscalls.sh
154 MAKE_POSIX_AVAILABILITY = $(SRCROOT)/bsd/sys/make_posix_availability.sh
159 MAKE_SYMBOL_ALIASING = $(SRCROOT)/bsd/sys/make_symbol_aliasing.sh
/darwin-on-arm/xnu/config/
H A DMakefile179 $(_v) $(SRCROOT)/$(COMPONENT)/list_supported.sh $(SRCROOT)/$(COMPONENT) $(ARCH_CONFIG_LC) $(OBJPATH)/${MD_SUPPORTED_KPI_FILENAME};
182 $(SRCROOT)/$(COMPONENT)/list_supported.sh $(SRCROOT)/$(COMPONENT) "ALL" $(OBJROOT)/${MI_SUPPORTED_KPI_FILENAME}; \
229 $(SOURCE)/generate_linker_exports.sh $(OBJPATH)/kernel-kpi.exp \
232 $(SOURCE)/generate_linker_exports.sh $(OBJPATH)/kernel-kpi.exp \
/darwin-on-arm/xnu/tools/
H A Dremote_build.sh133 BUILDSCRIPTNAME="build.sh"
144 $MAKE print_exports "${ARGS[@]}" XCRUN="${SRC}/tools/xcrun_cache.sh -c \"${BUILDTOOLSDIR}\"" >/dev/null || die "Could not cache build tools"
147 MAKE_SDKROOT=`"${SRC}/tools/xcrun_cache.sh" -u "${BUILDTOOLSDIR}" -sdk / -show-sdk-path`
148 "${SRC}/tools/xcrun_cache.sh" -c "${BUILDTOOLSDIR}" -sdk "${MAKE_SDKROOT}" -find make >/dev/null || die "Could not cache make"
153 #!/bin/sh
161 MAKE=\`\$PWD/tools/xcrun_cache.sh -u "\$PWD/${REMOTE_BUILDTOOLSREL}" -sdk / -find make\`
163 \${MAKE} ${TARGET} ${REMOTEARGS[@]} XCRUN="\$PWD/tools/xcrun_cache.sh -u \"\$PWD/${REMOTE_BUILDTOOLSREL}\""
207 rsync -azv --delete $RSYNC_ARGS --include=/build.sh --include=/BuildTools --include=/BuildTools/\*\* --exclude=\* "${OBJROOT}/" $REMOTEBUILD:"${REMOTEBUILDPATH}/BUILD/obj/" || die "Could not rsync build tree"
/darwin-on-arm/xnu/
H A Dxnu-build1 #!/bin/sh
152 export SHELL="/bin/sh"
181 SCRIPT="$BuildRoot/$vartmp/$projnam/build-$project_tag~$build_version.sh"
184 #!/bin/sh
230 echo " xcode version: \$(sh -c \\\"$buildtool -version\\\")"
234 echo " make version: \$(sh -c \\\"$buildtool -version\\\" | head -1 2>/dev/null)"
358 chroot -u root -g wheel $BuildRoot $vartmp/$projnam/build-$project_tag~$build_version.sh 2>&1 | tee -a "$LOG";
364 $BuildRoot/$vartmp/$projnam/build-$project_tag~$build_version.sh 2>&1 | tee -a "$LOG"
/darwin-on-arm/xnu/tools/tests/execperf/
H A DMakefile79 ./test.sh
/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template336 MAKESYSCALLS = $(SRCROOT)/bsd/kern/makesyscalls.sh
/darwin-on-arm/xnu/libsyscall/
H A DMakefile180 xcodescripts/mach_install_mig.sh
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c1823 pf_print_sk_host(struct pf_state_host *sh, sa_family_t af, int proto, argument
1826 pf_print_addr(&sh->addr, af);
1830 if (sh->xport.spi)
1831 printf("[%08x]", ntohl(sh->xport.spi));
1836 printf("[%u]", ntohs(sh->xport.call_id));
1841 printf("[%u]", ntohs(sh->xport.port));

Completed in 95 milliseconds