| /f-stack/dpdk/lib/librte_cfgfile/ |
| H A D | rte_cfgfile.c | 220 char *split[2] = {NULL}; in rte_cfgfile_load_with_params() local 222 split[0] = buffer; in rte_cfgfile_load_with_params() 223 split[1] = memchr(buffer, '=', len); in rte_cfgfile_load_with_params() 224 if (split[1] == NULL) { in rte_cfgfile_load_with_params() 230 *split[1] = '\0'; in rte_cfgfile_load_with_params() 231 split[1]++; in rte_cfgfile_load_with_params() 233 _strip(split[0], strlen(split[0])); in rte_cfgfile_load_with_params() 234 _strip(split[1], strlen(split[1])); in rte_cfgfile_load_with_params() 235 char *end = memchr(split[1], '\\', strlen(split[1])); in rte_cfgfile_load_with_params() 248 (*split[1] == '\0')) { in rte_cfgfile_load_with_params() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/ |
| H A D | zpool_split_cliargs.ksh | 62 log_must zpool split $opt $TESTPOOL $TESTPOOL2 70 log_mustnot zpool split $opt $TESTPOOL $TESTPOOL2 78 log_mustnot zpool split $TESTPOOL $TESTPOOL2
|
| H A D | zpool_split_wholedisk.ksh | 70 log_must zpool split -R "$ALTROOT" $TESTPOOL $TESTPOOL2 $DISK_DEVICE 80 log_must zpool split -R "$ALTROOT" $TESTPOOL $TESTPOOL2 $FILE_DEVICE
|
| H A D | zpool_split_devices.ksh | 90 log_mustnot zpool split $TESTPOOL $TESTPOOL2 ${baddevs[$i]} 91 log_must zpool split -R $altroot $TESTPOOL $TESTPOOL2 ${gooddevs[$i]}
|
| H A D | zpool_split_props.ksh | 77 log_must zpool split -o $prop $TESTPOOL $TESTPOOL2 91 log_mustnot zpool split -o $prop $TESTPOOL $TESTPOOL2
|
| H A D | zpool_split_vdevs.ksh | 130 log_must zpool split -R $altroot $TESTPOOL $TESTPOOL2 145 log_mustnot zpool split -R $altroot $TESTPOOL $TESTPOOL2
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-pmdinfo.py | 42 self.ID = vendorStr.split()[0] 52 devID = s.split()[0] 80 self.ID = s.split()[0] 95 spl = s.split() 98 subDeviceName = s.split(" ")[-1] 184 return l.split()[-2].replace("-", "") 203 deviceID = l.strip().split()[0] 206 vendorID = l.split()[0] 222 self.date = idsfile[0].split("/")[1].split("-")[0] 230 for path in search_path.split(':'):
|
| H A D | dpdk-devbind.py | 148 name, value = line.decode("utf8").split("\t", 1) 194 name, value = dev_line.decode("utf8").split("\t", 1) 211 rt_info = route.split() 228 if _if in devices[d]["Interface"].split(","): 244 modules = devices[d]["Module_str"].split(",") 259 value_list = devices_type[i][key].split(',') 282 if dev_name in devices[d]["Interface"].split(","):
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | Makefile.PL | 23 } (split /\s+/, $ENV{NGX_INCS})), 28 } (split(/\s+/, $ENV{NGX_DEPS}),
|
| /f-stack/freebsd/contrib/openzfs/cmd/dbufstat/ |
| H A D | dbufstat.in | 471 for i, v in enumerate(next(filehandle).split()): 476 update_dict(dnodes, 'object', line.split(), labels) 490 for i, v in enumerate(next(filehandle).split()): 495 update_dict(types, 'dtype', line.split(), labels) 508 for i, v in enumerate(next(filehandle).split()): 516 vals = parse_line(line.split(), labels) 586 fils = [x.strip() for x in arg.split(",")] 589 f = [x.strip() for x in fil.split("=")] 632 hdr = desired_cols.split(",")
|
| /f-stack/dpdk/devtools/ |
| H A D | check-forbidden-tokens.awk | 11 split(FOLDERS,deny_folders," "); 12 split(EXPRESSIONS,deny_expr," ");
|
| /f-stack/dpdk/drivers/crypto/snow3g/ |
| H A D | meson.build | 10 # version comes with quotes, so we split based on " and take the middle 12 prefix : '#include<intel-ipsec-mb.h>').split('"')[1]
|
| /f-stack/dpdk/drivers/crypto/zuc/ |
| H A D | meson.build | 10 # version comes with quotes, so we split based on " and take the middle 12 prefix : '#include<intel-ipsec-mb.h>').split('"')[1]
|
| /f-stack/dpdk/drivers/crypto/aesni_gcm/ |
| H A D | meson.build | 12 # version comes with quotes, so we split based on " and take the middle 14 prefix : '#include<intel-ipsec-mb.h>').split('"')[1]
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | meson.build | 12 # version comes with quotes, so we split based on " and take the middle 14 prefix : '#include<intel-ipsec-mb.h>').split('"')[1]
|
| /f-stack/dpdk/drivers/crypto/kasumi/ |
| H A D | meson.build | 10 # version comes with quotes, so we split based on " and take the middle 12 prefix : '#include<intel-ipsec-mb.h>').split('"')[1]
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | flow_bifurcation.rst | 8 to split traffic between Linux user space and kernel space. Since it is a 12 movement during the traffic split. This can yield better performance with 24 SR-IOV is a PCI standard that allows the same physical adapter to be split as 51 so there is no need to split into SR-IOV PF/VF
|
| /f-stack/freebsd/tools/sound/ |
| H A D | feeder_eq_mkfilter.awk | 291 split(ARGV[1], arg, ":"); 300 split(arg[i++], subarg, ","); 303 split(arg[i++], subarg, ","); 306 split(arg[i++], subarg, ","); 324 split(arg[i], subarg, ",");
|
| /f-stack/dpdk/drivers/ |
| H A D | meson.build | 22 ).stdout().split() 39 driver_path = subpath.split('/') 129 config_flag_fmt.split('_PMD_@0@')) 132 config_flag_fmt.split('_PMD_@0@_EVENTDEV')) 235 dependency_name = ''.join(lib_name.split('rte_'))
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/ |
| H A D | extent.c | 175 assert_ptr_ne(old_hooks->split, extent_split_hook, in test_manual_hook_body() 202 assert_ptr_eq(old_hooks->split, default_hooks->split, in test_manual_hook_body()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_sglist.c | 758 size_t space, split; in sglist_split() local 767 split = 0; in sglist_split() 778 split = space - length; in sglist_split() 811 if (split != 0) { in sglist_split() 813 sg->sg_segs[count].ss_len -= split; in sglist_split() 815 sg->sg_segs[count].ss_paddr + split; in sglist_split() 816 original->sg_segs[count].ss_len = split; in sglist_split()
|
| /f-stack/dpdk/examples/ |
| H A D | meson.build | 59 examples = get_option('examples').split(',') 68 name = example.split('/')[-1]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | private_symbols.sh | 17 split("\\
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/ |
| H A D | alloc_class_006_pos.ksh | 38 log_must zpool split $TESTPOOL split_pool
|
| /f-stack/dpdk/buildtools/ |
| H A D | list-dir-globs.py | 16 for path in sys.argv[1].split(','):
|