| /f-stack/dpdk/ |
| H A D | meson_options.txt | 3 option('disable_drivers', type: 'string', value: '', 7 option('enable_docs', type: 'boolean', value: false, 9 option('enable_kmods', type: 'boolean', value: false, 11 option('examples', type: 'string', value: '', 13 option('flexran_sdk', type: 'string', value: '', 19 option('kernel_dir', type: 'string', value: '', 21 option('lib_musdk_dir', type: 'string', value: '', 23 option('machine', type: 'string', value: 'native', 27 option('max_lcores', type: 'integer', value: 128, 33 option('tests', type: 'boolean', value: true, [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-trib.rb | 51 option = arg[2..-1] 54 if option == "--verbose" 59 ALLOWED_OPTIONS[cmd][option] == nil 62 if ALLOWED_OPTIONS[cmd][option] != false 71 if ALLOWED_OPTIONS[cmd][option] == [] 72 options[option] = [] if !options[option] 73 options[option] << value 75 options[option] = value
|
| H A D | config.c | 1645 sds opt = sdsnew(option); 1740 sds o = sdsnew(option); 1743 rewriteConfigMarkAsProcessed(state,option); 1827 line = sdsnew(option); 1921 char *option = "notify-keyspace-events"; local 1925 line = sdsnew(option); 1935 char *option = "client-output-buffer-limit"; local 1955 option, typename, hard, soft, 1965 char *option = "bind"; local 1975 line = sdsnew(option); [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/ |
| H A D | zfs_share_005_pos.ksh | 75 option=`get_prop sharenfs $TESTPOOL/$TESTFS` 76 if [[ $option != ${shareopts[i]} ]]; then 77 log_fail "get sharenfs failed. ($option != ${shareopts[i]})" 82 option=`echo "$option" | cut -f2 -d','` 85 showshares_nfs | grep $option > /dev/null 2>&1 87 log_fail "The '$option' option was not found in share output."
|
| H A D | zfs_share_008_neg.ksh | 58 option=`get_prop sharenfs ${datasets[i]}` 59 if [[ $option == ${datasets[i]} ]]; then 60 log_fail "set sharenfs failed. ($option == ${datasets[i]})" 64 log_fail "An invalid setting '$option' was propagated."
|
| H A D | zfs_share_007_neg.ksh | 66 showshares_nfs | grep $option > /dev/null 2>&1 68 log_fail "An invalid setting '$option' was propagated."
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 85 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 97 # as-option 100 as-option = $(call try-run,\ 109 # cc-option 112 cc-option = $(call try-run,\ 115 # cc-option-yn 117 cc-option-yn = $(call try-run,\ 120 # cc-option-align 148 # ld-option 150 ld-option = $(call try-run,\ [all …]
|
| /f-stack/freebsd/x86/xen/ |
| H A D | pv.c | 427 static bool reject_option(const char *option) in reject_option() argument 435 if (strncmp(option, reject[i], strlen(reject[i])) == 0) in reject_option() 444 char *option; in xen_pvh_set_env() local 449 option = env; in xen_pvh_set_env() 450 while (*option != 0) { in xen_pvh_set_env() 453 if (filter != NULL && filter(option)) { in xen_pvh_set_env() 454 option += strlen(option) + 1; in xen_pvh_set_env() 458 value = option; in xen_pvh_set_env() 459 option = strsep(&value, "="); in xen_pvh_set_env() 460 if (kern_setenv(option, value) != 0) in xen_pvh_set_env() [all …]
|
| /f-stack/dpdk/drivers/net/vdev_netvsc/ |
| H A D | meson.build | 15 foreach option:cflags_options 16 if cc.has_argument(option) 17 cflags += option
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | gtm601.txt | 5 "option,gtm601" = 8kHz mono 11 "option,gtm601" 18 compatible = "option,gtm601";
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | always-compiler-options.m4 | 49 dnl # Check if gcc supports -Wframe-larger-than=<size> option. 70 dnl # Check if gcc supports -Wno-format-truncation option. 91 dnl # Check if gcc supports -Wno-format-truncation option. 113 dnl # Check if gcc supports -Wno-bool-compare option. 115 dnl # We actually invoke gcc with the -Wbool-compare option 139 dnl # Check if gcc supports -Wno-unused-but-set-variable option. 141 dnl # We actually invoke gcc with the -Wunused-but-set-variable option 165 dnl # Check if gcc supports -fno-omit-frame-pointer option. 186 dnl # Check if cc supports -fno-ipa-sra option.
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | meson.build | 26 foreach option:cflags_options 27 if cc.has_argument(option) 28 cflags += option
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_012_pos.ksh | 70 log_note "Try to import $option ${devs[i]} ${pools[i]}" 71 zpool import $option ${devs[i]} ${pools[i]} 126 for option in "" "-Df"; do 149 if [[ -z $option ]]; then 168 zpool import $option ${devs[i]} \ 175 log_must zpool import $option \
|
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | getopt.h | 65 struct option { struct 87 const struct option *longopts, int *longindex); argument 91 const struct option *long_options, int *idx);
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | meson.build | 27 foreach option:cflags_options 28 if cc.has_argument(option) 29 cflags += option
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | meson.build | 28 foreach option:cflags_options 29 if cc.has_argument(option) 30 cflags += option
|
| /f-stack/tools/libxo/doc/ |
| H A D | xohtml.rst | 14 option. If not command is given, standard input is used. The 17 the file given in the "-f" option. The "-b" option can be used to 28 The "-c" option takes a full command with arguments, including
|
| H A D | xopo.rst | 16 either standard input or a file given by the "-f" option, and the 17 output is either standard output or a file given by the "-o" option. 19 In the second mode, a simple message given using the "-s" option on 43 Use of the `--no-wrap` option for `xgettext` is required to
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/truncate/ |
| H A D | truncate_timestamps.ksh | 38 typeset option="$3" 45 log_must $STF_SUITE/tests/functional/truncate/truncate_test -s $size $filename $option 53 log_must $STF_SUITE/tests/functional/truncate/truncate_test -s $size $filename $option
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount_remount.ksh | 86 typeset option="$2" 96 elif [[ ! -z "${options##*$option*}" ]]; then 98 "option $option ($options)" 100 log_note "Dataset $dataset is mounted with option $option"
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | meson.build | 46 foreach option:cflags_options 47 if cc.has_argument(option) 48 cflags += option
|
| /f-stack/freebsd/kern/ |
| H A D | genassym.sh | 52 while getopts "o:" option 54 case "$option" in
|
| H A D | genoffset.sh | 121 while getopts "o:" option 123 case "$option" in
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | disassem.c | 342 int shift, rm, rt, rd, rn, imm, sf, idx, option, scale, amount; in disasm() local 351 shift = rd = rm = rn = imm = idx = option = amount = scale = 0; in disasm() 437 arm64_disasm_read_token(i_ptr, insn, "OPTION", &option); in disasm() 449 option = 0; in disasm() 451 switch (option) { in disasm() 484 arm64_reg(option & 1, rm)); in disasm() 490 switch (option) { in disasm()
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | options | 176 for option 180 case "$option" in 185 case "$option" in 217 $0: warning: the \"--with-ipv6\" option is deprecated" 302 $0: warning: the \"--with-imap\" option is deprecated, \ 303 use the \"--with-mail\" option instead" 309 use the \"--with-mail_ssl_module\" option instead" 367 $0: warning: the \"--with-md5\" option is deprecated" 371 $0: warning: the \"--with-md5-opt\" option is deprecated" 380 $0: warning: the \"--with-sha1\" option is deprecated" [all …]
|