Searched refs:scripts (Results 26 - 50 of 146) sorted by relevance

123456

/freebsd-current/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Ddefect213 scripts="temp|health|r_ucor|w_ucor"
215 scripts="temp|health|ata_err|realloc|rep_ucor|cmd_to|pend_sec|off_ucor"
217 scripts="temp|health|nvme_err"
223 scripts="hours_on|defect|nonmed|r_proc|w_proc"
225 scripts="hours_on|pwr_cyc"
227 scripts="hours_on|pwr_cyc"
231 scripts="test_type|test_status|test_progress|test_ended"
234 scripts="$script"
237 with_vals=$(echo "$out" | grep -E "$scripts")
240 without_vals=$(echo "$scripts" | t
[all...]
H A Dhealth213 scripts="temp|health|r_ucor|w_ucor"
215 scripts="temp|health|ata_err|realloc|rep_ucor|cmd_to|pend_sec|off_ucor"
217 scripts="temp|health|nvme_err"
223 scripts="hours_on|defect|nonmed|r_proc|w_proc"
225 scripts="hours_on|pwr_cyc"
227 scripts="hours_on|pwr_cyc"
231 scripts="test_type|test_status|test_progress|test_ended"
234 scripts="$script"
237 with_vals=$(echo "$out" | grep -E "$scripts")
240 without_vals=$(echo "$scripts" | t
[all...]
H A Dlocate_led21 scripts='enc encdev slot fault_led locate_led'
23 scripts="$script"
26 for i in $scripts ; do
H A Dfault_led21 scripts='enc encdev slot fault_led locate_led'
23 scripts="$script"
26 for i in $scripts ; do
H A Dencdev21 scripts='enc encdev slot fault_led locate_led'
23 scripts="$script"
26 for i in $scripts ; do
H A Dslot21 scripts='enc encdev slot fault_led locate_led'
23 scripts="$script"
26 for i in $scripts ; do
H A Dses21 scripts='enc encdev slot fault_led locate_led'
23 scripts="$script"
26 for i in $scripts ; do
H A Denc21 scripts='enc encdev slot fault_led locate_led'
23 scripts="$script"
26 for i in $scripts ; do
/freebsd-current/contrib/unifdef/scripts/
H A Dsvnup.sh3 git svn fetch -A scripts/authors.svn
/freebsd-current/usr.sbin/ntp/doc/drivers/scripts/
H A DMakefile5 FILESDIR= ${SHAREDIR}/doc/ntp/drivers/scripts
11 .PATH: ${SRCTOP}/contrib/ntp/html/drivers/scripts
/freebsd-current/contrib/bc/vs/tests/
H A Dtests_bc.bat3 set scripts=..\..\tests\bc variable
63 if exist "%scripts%\%%i.txt" (
64 "%bc%" "%args%" < "%scripts%\%%i.txt" > "%%i_results.txt"
71 fc.exe "%scripts%\%%i_results.txt" "%%i_results.txt" > NUL
85 if exist "%scripts%\leadingzero.txt" (
86 "%bc%" "%args%" -z < "%scripts%\leadingzero.txt" > "leadingzero_z_results.txt"
93 fc.exe "%scripts%\leadingzero_results.txt" "leadingzero_z_results.txt" > NUL
H A Dtests_dc.bat3 set scripts=..\..\tests\dc variable
41 if exist "%scripts%\%%i.txt" (
42 "%dc%" "%args%" < "%scripts%\%%i.txt" > "%%i_results.txt"
49 fc.exe "%scripts%\%%i_results.txt" "%%i_results.txt" > NUL
/freebsd-current/sys/contrib/openzfs/contrib/initramfs/
H A DMakefile.am24 i_t_scriptsdir = $(i_tdir)/scripts
26 %D%/scripts/zfs
31 %D%/scripts/local-top/zfs
/freebsd-current/usr.bin/gh-bc/tests/
H A DMakefile14 FILESfDIR= ${TESTSDIR}/scripts
15 FILESf= ${TEST_DIR}/scripts/functions.sh
36 FILESbc_scriptsDIR= ${TESTSDIR}/tests/bc/scripts
37 FILESbc_scripts!= echo ${TEST_DIR}/tests/bc/scripts/*.*
52 FILESdc_scriptsDIR= ${TESTSDIR}/tests/dc/scripts
53 FILESdc_scripts!= echo ${TEST_DIR}/tests/dc/scripts/*.*
/freebsd-current/contrib/unifdef/
H A DMakefile18 scripts/reversion.sh
21 scripts/runtests.sh tests
49 scripts/copycheck.sh
50 scripts/release.sh ${DISTEXTRA}
55 Changelog: version.sh scripts/gitlog2changelog.sh
56 scripts/gitlog2changelog.sh >Changelog
/freebsd-current/usr.sbin/bsdinstall/
H A DMakefile.depend9 usr.sbin/bsdinstall/scripts \
H A DMakefile2 SUBDIR= distextract distfetch include partedit runconsoles scripts
/freebsd-current/contrib/ntp/scripts/build/
H A DcheckHtmlFileDates10 # any, scripts/build/updateBEDate is used to update the embedded
31 ../scripts/build/updateBEDate $i
/freebsd-current/bin/ed/test/
H A Dckscripts.sh2 # This script runs the .ed scripts generated by mkscripts.sh
11 # Run the *.red scripts first, since these don't generate output;
20 # Run the remainding scripts; they exit with zero status
34 done >scripts.o 2>&1
36 grep -h '\*\*\*' errs.o scripts.o
/freebsd-current/libexec/hyperv/
H A DMakefile2 .PATH: ${SRCTOP}/contrib/hyperv/tools/scripts
/freebsd-current/sys/contrib/libsodium/
H A DMakefile.am16 msvc-scripts \
/freebsd-current/contrib/bc/scripts/
H A Dformat.sh45 *scripts/ministat.c) continue ;;
/freebsd-current/usr.sbin/ntp/doc/scripts/
H A DMakefile5 FILESDIR= ${SHAREDIR}/doc/ntp/scripts
13 .PATH: ${SRCTOP}/contrib/ntp/html/scripts
/freebsd-current/cddl/usr.libexec/zfs_prepare_disk/
H A DMakefile4 .PATH: ${ZFSTOP}/scripts
/freebsd-current/sys/contrib/openzfs/scripts/
H A DMakefile.am78 -e '/^export SCRIPT_DIR=/s|$$|$(abs_top_srcdir)/scripts|' \
82 ALL_LOCAL += scripts-all-local
83 scripts-all-local: %D%/common.sh
86 CLEAN_LOCAL += scripts-clean-local
87 scripts-clean-local:
90 INSTALL_DATA_HOOKS += scripts-install-data-hook
91 scripts-install-data-hook: %D%/common.sh.in Makefile

Completed in 124 milliseconds

123456