| /f-stack/freebsd/contrib/openzfs/cmd/zpool/zpool.d/ |
| H A D | lsblk | 51 script=$(basename "$0") 54 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2- 58 if [ "$script" = "lsblk" ] ; then 61 list=$(echo "$script" | tr '[:upper:]' '[:lower:]')
|
| H A D | ses | 14 script=$(basename "$0") 16 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2- 20 if [ "$script" = "ses" ] ; then 23 scripts="$script"
|
| H A D | iostat | 12 script=$(basename "$0") 14 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2- 18 if [ "$script" = "iostat-1s" ] ; then 23 elif [ "$script" = "iostat-10s" ] ; then
|
| H A D | smart | 65 script=$(basename "$0") 68 echo "$helpstr" | grep "$script:" | tr -s '\t' | cut -f 2- 203 case $script in 228 scripts="$script"
|
| /f-stack/freebsd/ddb/ |
| H A D | db_script.c | 172 if (strlen(script) >= DB_MAXSCRIPTLEN) in db_script_valid() 175 strcpy(buffer, script); in db_script_valid() 189 db_script_set(const char *scriptname, const char *script) in db_script_set() argument 194 error = db_script_valid(scriptname, script); in db_script_set() 205 strlcpy(dsp->ds_script, script, sizeof(dsp->ds_script)); in db_script_set() 507 char *buffer, *script, *scriptname; in sysctl_debug_ddb_scripting_script() local 524 script = buffer; in sysctl_debug_ddb_scripting_script() 525 scriptname = strsep(&script, "="); in sysctl_debug_ddb_scripting_script() 526 if (script == NULL) { in sysctl_debug_ddb_scripting_script() 531 error = db_script_set(scriptname, script); in sysctl_debug_ddb_scripting_script() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | zpool_script.shlib | 11 script="$1" 14 wholecmd="$cmd $script $testpool" 27 # Get the new column name that the script created 36 # Count the number of columns for each vdev. Each script should produce 39 # zpool iostat -v output is 7 columns, so if the script ran correctly
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.c | 343 int script; in pmain() local 352 script = collectargs(argv, &has_i, &has_v, &has_e); in pmain() 353 if (script < 0) { /* invalid args? */ in pmain() 359 s->status = runargs(L, argv, (script > 0) ? script : s->argc); in pmain() 361 if (script) in pmain() 362 s->status = handle_script(L, argv, script); in pmain() 366 else if (script == 0 && !has_e && !has_v) { in pmain()
|
| /f-stack/tools/libxo/doc/ |
| H A D | getting.rst | 76 script, described in the next section. 84 script, run the "*make*" command, and run the regression tests. 107 Run the "*setup.sh*" script to set up the build. This script runs the 108 "*autoreconf*" command to generate the "*configure*" script and other 119 software in diverse environments. Our configure script supports 126 To run the configure script, change into the "*build*" directory, and 127 run the "*configure*" script. Add any required options to the 133 Expect to see the "*configure*" script generate the following error:: 153 Once the "*configure*" script is run, build the images using the
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | index.html.tpl | 30 <script> 88 var s = document.getElementsByTagName('script')[0]; 89 var st = document.createElement('script'); 96 </script>
|
| /f-stack/app/nginx-1.16.1/contrib/ |
| H A D | README | 4 The perl script to convert CSV geoip database ( free download 11 The perl script to convert unicode mappings ( available
|
| /f-stack/freebsd/contrib/openzfs/contrib/dracut/ |
| H A D | README.dracut.markdown | 120 This file is run by the Dracut script within the live system, not at boot 142 Run during the cmdline phase of the initramfs boot process, this script 145 requires this script to adjust the `root` variable if required and to set 147 script must run before udev is settled and kernel modules are known to be 151 certain that ZFS is what is desired, though this script is unable to 156 If no root= parameter is set, the best this script can do is guess that 160 that would ever be the case when an initramfs is in use, so this script 174 This script is run after udev has settled and all tasks in the initqueue 215 This script will try to export all remaining zpools after Dracut has 217 Dracut will call this script once more with the `final` option, [all …]
|
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | replication-3.tcl | 70 set script "return redis.call('incr','$key')" 71 set sha1 [r eval "return redis.sha1hex(\"$script\")" 0] 73 r eval $script 0
|
| /f-stack/app/redis-5.0.5/utils/graphs/commits-over-time/ |
| H A D | README.md | 1 This Tcl script is what I used in order to generate the graph you 15 not make the script, as it is, able to analyze a different repository.
|
| /f-stack/freebsd/contrib/openzfs/tests/ |
| H A D | README.md | 32 the zfs-tests.sh script will construct three loopback devices to 43 Once the pre-requisites are satisfied simply run the zfs-tests.sh script: 47 Alternately, the zfs-tests.sh script can be run from the source tree to allow 69 specified the script will attempt to remove any leftover 73 can be DANGEROUS because it is possible that the script 77 zfs-tests.sh script will not perform any additional cleanup 120 with the `zfs-tests.sh` wrapper script will look something like this:
|
| /f-stack/freebsd/contrib/openzfs/contrib/initramfs/ |
| H A D | README.initramfs.markdown | 8 primarily the `/etc/zfs/zfs-functions` script. 17 This script supports the following kernel command line argument combinations 45 this script will attempt to find a root filesystem automatically (in the 62 filesystem is mounted manually by the initramfs script.
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | telemetry.rst | 45 and query information using the telemetry client python script. 51 #. Launch the telemetry client script:: 55 #. When connected, the script displays the following, waiting for user input::
|
| H A D | lm_bond_virtio_sriov.rst | 383 # This script is run on the host 10.237.212.46 to setup the VF 428 -netdev type=tap,id=net1,script=no,downscript=no,ifname=tap1 \ 441 # This script is run on the host 10.237.212.46 to setup the bridge 470 # This script is run on both hosts when the VM is up, 483 # This script is run on the host 10.237.212.131 to setup the VF 531 -netdev type=tap,id=net1,script=no,downscript=no,ifname=tap1 \ 544 # This script is run on the host to setup the bridge 580 # this script matches the vm_virtio_vf_one script 661 Sample switch configuration script 664 The ``/root/switch_config`` script:
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/ |
| H A D | xattrtest.c | 97 static char script[PATH_MAX] = "/bin/true"; variable 176 strncpy(script, optarg, PATH_MAX); in parse_args() 177 script[PATH_MAX - 1] = '\0'; in parse_args() 221 fprintf(stdout, "script: %s\n", script); in parse_args() 298 char *argv[3] = { script, phase, (char *)0 }; in post_hook() 310 rc = run_process(script, argv); in post_hook()
|
| /f-stack/dpdk/doc/guides/regexdevs/ |
| H A D | octeontx2.rst | 31 for use. The script ``dpdk-devbind.py`` script included with DPDK can be
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/ |
| H A D | perf.shlib | 59 typeset script=$1 126 do_setup_nfs $script 152 --output $outfile $FIO_SCRIPTS/$script 172 typeset script=$1 182 $script \ 200 typeset script=$1 210 # The variables in the fio script are only available in our current 212 # the resulting script over to the target machine. 217 done < $FIO_SCRIPTS/$script > /tmp/test.fio 225 # The script at index N is launched in the background, with its output
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | fsl-imx-sdma.txt | 17 correct ROM script addresses needed for the driver to work without additional 24 - fsl,sdma-ram-script-name : Should contain the full path of SDMA RAM 82 fsl,sdma-ram-script-name = "sdma-imx51.bin";
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 65 ngx_stream_log_script_t *script; member 100 ngx_stream_log_script_t *script, u_char **name, u_char *buf, size_t len); 365 if (log->script == NULL) { in ngx_stream_log_write() 383 n = ngx_stream_log_script_write(s, log->script, &name, buf, len); in ngx_stream_log_write() 421 ngx_stream_log_script_t *script, u_char **name, u_char *buf, size_t len) in ngx_stream_log_script_write() argument 428 if (ngx_stream_script_run(s, &log, script->lengths->elts, 1, in ngx_stream_log_script_write() 429 script->values->elts) in ngx_stream_log_script_write() 1047 if (log->script == NULL) { in ngx_stream_log_set_log() 1055 sc.lengths = &log->script->lengths; in ngx_stream_log_set_log() 1056 sc.values = &log->script->values; in ngx_stream_log_set_log() [all …]
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | scripting.tcl | 287 r script flush 294 … r script exists a27e7e8a43702b7046d4f6a7ccf5b60cef6b9bd9 a27e7e8a43702b7046d4f6a7ccf5b60cef6b9bda 299 [r script load "return 'loaded'"] \ 345 test {Test an example script DECR_IF_GT} { 367 test {Scripting engine resets PRNG at every script execution} { 498 r script kill 503 test {Timedout script link is still usable after Lua returns} { 516 catch {r script kill} e 524 test {SHUTDOWN NOSAVE can kill a timedout script anyway} {
|
| /f-stack/tools/libxo/ |
| H A D | .travis.yml | 3 script: printenv && uname -a && ls -l && /bin/sh -x ./bin/setup.sh && cd build && ../configure --en…
|
| /f-stack/freebsd/contrib/openzfs/contrib/initramfs/conf-hooks.d/ |
| H A D | zfs | 7 # Require the plymouth script to guarantee working video for the passphrase
|