| /spdk/test/spdkcli/ |
| H A D | vhost.sh | 56 $rootdir/test/app/match/match $testdir/match_files/spdkcli_details_lvs.test.match 88 $rootdir/test/app/match/match $testdir/match_files/spdkcli_details_vhost_target.test.match 92 $rootdir/test/app/match/match $testdir/match_files/spdkcli_details_vhost.test.match 96 $rootdir/test/app/match/match $testdir/match_files/spdkcli_details_vhost_ctrl.test.match
|
| H A D | common.sh | 45 $rootdir/test/app/match/match $testdir/match_files/${MATCH_FILE}.match
|
| /spdk/scripts/perf/pm/ |
| H A D | collect-vmstat | 35 local match="" data node hp hps 39 match+="|MemAvailable" 40 match+="|Shmem" 41 match+="|HugePages_(Total|Free)" 42 match+="|Hugepagesize" 44 data=($(grep -E "^($match):" /proc/meminfo | awk '{print $2}'))
|
| /spdk/scripts/bpf/ |
| H A D | gen.py | 38 match = regex.match(line) 39 if match is not None: 40 ptype, function = match.groups()
|
| H A D | trace.py | 93 match = regex.match(line) 94 if match is None: 96 name, args = match.groups() 115 for match in regex.finditer(file.read()): 116 nargs, name = match.group(1), match.group(2)
|
| /spdk/test/blobstore/ |
| H A D | blobstore.sh | 27 $rootdir/test/app/match/match -v $testdir/btest.out.match
|
| H A D | btest.out.match | 2 [ DPDK EAL parameters: blobcli --no-shconf -c 0x1 --log-level=lib.eal:6 --log-level=lib.cryptodev:5 --log-level=user1:6 --iova-mode=pa --base-virtaddr=0x200000000000 --match-allocations --file-prefix=spdk_pid1641656 ]
|
| /spdk/scripts/ |
| H A D | genconfig.py | 16 m = assign.match(arg) 27 if not comment.match(line): 28 m = assign.match(line)
|
| H A D | sync_dev_uevents.sh | 16 UEVENT_ACTION - uevent action to match on - ${UEVENT_ACTION:-add} 18 DEVPATH_SUBSYSTEM - subsystem given dev should match in DEVPATH
|
| H A D | rxe_cfg_small.sh | 309 IFS= read -r match < <(
|
| /spdk/test/app/match/ |
| H A D | match | 138 match($mfile, $ofile, $ifile); 187 sub match { subroutine 251 match($mfile, $ofile);
|
| /spdk/scripts/env_dpdk/ |
| H A D | README.md | 45 Please note that the directories should match only the first DPDK version that modified the API.
|
| /spdk/doc/ |
| H A D | nvme_multipath.md | 23 the NVMe bdev module attempts to match it with an existing NVMe bdev. If it finds a match, it adds 24 the given namespace as an alternate path. If it does not find a match, it creates a new NVMe bdev.
|
| H A D | containers.md | 69 --base-virtaddr=0x200000000000 --match-allocations --file-prefix=spdk0 --proc-type=auto ]
|
| H A D | scheduler.md | 36 load. Only CPU cores that match the application cpu_mask may be modified. The
|
| H A D | backporting.md | 35 * if the code was modified heavily, then the body of the message should match that.
|
| H A D | sma.md | 177 the protocol shall match the type specified in `CreateDeviceRequest.params`
|
| H A D | two.min.js | 54 a,!0)},path:function(a){var c=a.getAttribute("d"),f=new p.Anchor,e,g,n=!1,t=!1,y=c.match(/[a-df-z][… 64 …e");d.isNull(m)&&(m=(c=l?l.match(/stop\-color\:\s?([\#a-fA-F0-9]*)/):!1)&&1<c.length?c[1]:void 0);… 65 …ttribute("stop-opacity"),z=k.getAttribute("style");d.isNull(B)&&(B=(k=z?z.match(/stop\-color\:\s?(… 66 !1)&&1<k.length?k[1]:void 0);d.isNull(l)&&(l=(k=z?z.match(/stop\-opacity\:\s?([0-9\.\-]*)/):!1)&&1<…
|
| /spdk/test/json_config/ |
| H A D | json_config.sh | 83 Expected events did not match.
|
| /spdk/lib/util/ |
| H A D | dif.c | 497 bool match; in spdk_dif_ctx_init() 502 match = (_ref_tag == (ref_tag & REFTAG_MASK_16)); in spdk_dif_ctx_init() 504 match = (_ref_tag == ref_tag); in spdk_dif_ctx_init() 506 match = (_ref_tag == (ref_tag & REFTAG_MASK_64)); in spdk_dif_ctx_init() 509 return match; in spdk_dif_ctx_init() 437 bool match; _dif_reftag_match() local
|
| /spdk/proto/ |
| H A D | sma.proto | 203 // subsystem). The type of volume doesn't need to match the type of device
|
| /spdk/scripts/vagrant/ |
| H A D | Vagrantfile | 182 elsif !nvme_namespaces[index].nil? && !nvme_namespaces[index].match(/^[0-9]+$/)
|
| /spdk/lib/nvme/ |
| H A D | nvme_opal.c | 455 uint8_t match) in opal_response_token_matches() argument 459 token->pos[0] != match) { in opal_response_token_matches()
|
| /spdk/scripts/perf/nvmf/ |
| H A D | run_nvmf.py | 89 if not re.match(r'^[A-Za-z0-9\-]+$', name):
|