Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 18 of 18) sorted by relevance

/spdk/scripts/bpf/
H A Dgen.py42 line = line.replace('__EXE__', path)
44 result += line.replace('__EXE__', self._path).replace('__PID__', str(self._pid))
/spdk/lib/util/
H A Dstring.c554 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 Dcommon.py25 return uuid.replace('-', '')
/spdk/examples/go/hello_gorpc/
H A Dgo.mod8 replace "github.com/spdk/spdk/go/rpc" v0.0.0 => "./../../../go/rpc"
/spdk/scripts/
H A Ddpdk_mem_info.py251 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 Dgenconfig.py41 strval = val.replace('"', '\"')
H A Dspdk-gpt.py70 if is_spdk_gpt(args.block.replace("/dev/", ""), args.entry):
H A Drpc.py4027 args[i] = '='.join([opt.replace('_', '-'), *vals])
/spdk/include/spdk/
H A Dstring.h286 const char *replace);
/spdk/scripts/perf/nvme/
H A Drun_fio_test.py129 filestring = "filename=trtype=PCIe traddr=0000." + bdf.replace(":", ".") + " ns=1"
/spdk/doc/
H A Dusdt.md21 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 Dvagrant.md96 default: Vagrant insecure key detected. Vagrant will automatically replace
H A Dlibraries.md184 Any environment can replace the `spdk_env_dpdk` environment by implementing the `include/env.h` hea…
H A Dtwo.min.js51 …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,…
53replace(/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 Dcommon.py164 i_results_filename = re.sub(r"run_\d+_", "", i_results[0].replace("json", "csv"))
H A Drun_nvmf.py123 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 Dui_root.py111 # Following replace needs to be done in order for some of the bdev
115 bdev_type = bdev_type.replace("_", " ")
H A Dui_node.py782 UINode.__init__(self, target["target_name"].replace(" ", "_"), parent)