Searched refs:replace (Results 1 – 18 of 18) sorted by relevance
/spdk/scripts/bpf/ |
H A D | gen.py | 42 line = line.replace('__EXE__', path) 44 result += line.replace('__EXE__', self._path).replace('__PID__', str(self._pid))
|
/spdk/lib/util/ |
H A D | string.c | 554 const char *replace) in spdk_strcpy_replace() argument 560 if (dst == NULL || src == NULL || search == NULL || replace == NULL) { in spdk_strcpy_replace() 565 replace_size = strlen(replace); in spdk_strcpy_replace() 584 memcpy(r, replace, replace_size); in spdk_strcpy_replace()
|
/spdk/python/spdk/sma/ |
H A D | common.py | 25 return uuid.replace('-', '')
|
/spdk/examples/go/hello_gorpc/ |
H A D | go.mod | 8 replace "github.com/spdk/spdk/go/rpc" v0.0.0 => "./../../../go/rpc"
|
/spdk/scripts/ |
H A D | dpdk_mem_info.py | 251 name = name.replace("<", "") 252 name = name.replace(">", "") 269 name = name.replace("<", "") 270 name = name.replace(">", "") 284 mem_size = int(line.replace("DPDK memory size ", ""))
|
H A D | genconfig.py | 41 strval = val.replace('"', '\"')
|
H A D | spdk-gpt.py | 70 if is_spdk_gpt(args.block.replace("/dev/", ""), args.entry):
|
H A D | rpc.py | 4027 args[i] = '='.join([opt.replace('_', '-'), *vals])
|
/spdk/include/spdk/ |
H A D | string.h | 286 const char *replace);
|
/spdk/scripts/perf/nvme/ |
H A D | run_fio_test.py | 129 filestring = "filename=trtype=PCIe traddr=0000." + bdf.replace(":", ".") + " ns=1"
|
/spdk/doc/ |
H A D | usdt.md | 21 replace that string with the full path name using information from procfs. 25 written with a __PID__ marker, and bpftrace.sh will dynamically replace
|
H A D | vagrant.md | 96 default: Vagrant insecure key detected. Vagrant will automatically replace
|
H A D | libraries.md | 184 Any environment can replace the `spdk_env_dpdk` environment by implementing the `include/env.h` hea…
|
H A D | two.min.js | 51 …ion=f.rotation;c.scale=f.scaleX;f=parseFloat((e.x+"").replace("px"));g=parseFloat((e.y+"").replace… 52 …eak;case "fill":case "stroke":/url\(\#.*\)/i.test(y)?c[t]=this.getById(y.replace(/url\(\#(.*)\)/i,… 53 …replace(/svg\:/ig,"").toLowerCase();g in p.Utils.read&&(d=p.Utils.read[g].call(c,d),c.add(d))}retu… 55 …ach(y,function(a,c){var y=a[0],D=y.toLowerCase();g=a.slice(1).trim();g=g.replace(/(-?\d+(?:\.\d*)?…
|
/spdk/scripts/perf/nvmf/ |
H A D | common.py | 164 i_results_filename = re.sub(r"run_\d+_", "", i_results[0].replace("json", "csv"))
|
H A D | run_nvmf.py | 123 core_mask = core_mask.replace("[", "") 124 core_mask = core_mask.replace("]", "") 1283 bdfs = [b.replace(":", ".") for b in bdfs]
|
/spdk/python/spdk/spdkcli/ |
H A D | ui_root.py | 111 # Following replace needs to be done in order for some of the bdev 115 bdev_type = bdev_type.replace("_", " ")
|
H A D | ui_node.py | 782 UINode.__init__(self, target["target_name"].replace(" ", "_"), parent)
|