Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 27) sorted by relevance

12

/spdk/lib/rocksdb/
H A Denv_spdk.cc28 std::string g_bdev_name;
73 static std::string
74 sanitize_path(const std::string &input, const std::string &mount_directory) in sanitize_path()
77 std::string name; in sanitize_path()
78 std::string input_tmp; in sanitize_path()
356 SpdkAppStartException(std::string mess): std::runtime_error(mess) {} in SpdkAppStartException()
363 std::string mDirectory;
364 std::string mConfig;
365 std::string mBdev;
368 SpdkEnv(Env *base_env, const std::string &dir, const std::string &conf,
[all …]
/spdk/proto/
H A Dnvmf_tcp.proto10 string subnqn = 1;
12 string adrfam = 2;
14 string traddr = 3;
16 string trsvcid = 4;
21 repeated string hosts = 6;
H A Dnvmf.proto10 string trtype = 1;
12 string traddr = 2;
14 string trsvcid = 3;
27 string subnqn = 1;
30 string hostnqn = 2;
H A Dsma.proto91 string handle = 1;
97 string handle = 1;
108 string device_handle = 2;
119 string device_handle = 2;
146 string device_handle = 1;
/spdk/test/nvmf/target/
H A Dinvalid.sh22 local string
25 string+="$(echo -e "\x$(printf '%x' "${chars[RANDOM % ${#chars[@]}]}")")"
28 if [[ ${string::1} == "-" ]]; then
29 string=${string/-/\\-}
31 echo "$string"
/spdk/test/dd/
H A Dcommon.sh40 # suffixed with unique _ID (ID may be any string). Default arrays
41 # should be prefixed with _method string. The keys of the array
103 local string
112 string+=${bytes[RANDOM % ${#bytes[@]}]}
114 printf '%b' "$string"
/spdk/doc/
H A Djsonrpc_proxy.md11 server IP | Required | string | IP address that JSON objects shall be received on
13 user name | Required | string | User name that will be used for authentication
14 password | Required | string | Password that will be used for authentication
15 RPC listen address | Optional | string | Path to SPDK JSON RPC socket. Default: /var/tmp/…
H A Dapplications.md30 -c | --config | string | | @ref cmd_arg_config_file
39 -r | --rpc-socket | string | /var/tmp/spdk.sock | RPC listen address
47 | | --huge-dir | string | the first discovered | allocate hugepages from a s…
48 -L | --logflag | string | | @ref cmd_arg_log_flags
145 Whenever the `CPU mask` is mentioned it is a string in one of the following formats:
147 - Case insensitive hexadecimal string with or without "0x" prefix.
H A Dusdt.md21 replace that string with the full path name using information from procfs.
26 that string with the PID provided to the script.
H A Dbdev_pg.md63 All block devices have a simple string name. At any time, a pointer to the
68 Some block devices may also be given aliases, which are also string names.
H A Doverview.md86 - `string.h`
H A Dbdev_module.md157 spdk_bdev_open_ext(), where the string name is provided by the user via an RPC.
/spdk/scripts/perf/nvme/
H A Drun_fio_test.py46string = "s_" + str(io_size_bytes) + "_q_" + str(qd) + "_m_" + str(rw_mix) + "_c_" + str(cpu_mask)…
53 + " fio " + str(path_to_fio_conf) + " -output=" + string + " -output-format=json"
71string = "s_" + str(io_size_bytes) + "_q_" + str(qd) + "_m_" + str(rw_mix) + "_c_" + str(cpu_mask)…
72 with open(string) as json_file:
/spdk/test/unit/lib/util/
H A DMakefile10 file.c iov.c math.c net.c pipe.c string.c xor.c
/spdk/include/spdk/
H A Dtrace_parser.h100 char string[UINT8_MAX + 1]; member
/spdk/lib/util/
H A DMakefile14 pipe.c strerror_tls.c string.c uuid.c xor.c zipf.c md5.c
H A Dspdk_util.map127 # public functions in string.h
/spdk/lib/trace_parser/
H A Dtrace.cpp148 if (argoff < sizeof(pe->args[0].u.string)) { in build_arg()
149 memcpy(&pe->args[argid].u.string[argoff], &buffer->data[argctx->offset], in build_arg()
150 spdk_min(curlen, sizeof(pe->args[0].u.string) - argoff)); in build_arg()
/spdk/scripts/
H A Dposix.txt50 <string.h>
/spdk/app/trace/
H A Dtrace.cpp189 print_string(d->args[i].name, entry->args[i].u.string); in print_event()
258 spdk_json_write_string(g_json, entry->args[i].u.string); in print_event_json()
/spdk/test/app/fuzz/nvme_fuzz/
H A DREADME.md49 is represented as a base64 string. If writing custom commands for input, please note this
/spdk/app/spdk_top/
H A Dspdk_top.c1136 const char *string) in print_max_len() argument
1144 len = strlen(string); in print_max_len()
1167 snprintf(tmp_str, max_str, "%s%*c", string, max_len - len - 1, ' '); in print_max_len()
1169 snprintf(tmp_str, max_str, "%*c%s", max_len - len - 1, ' ', string); in print_max_len()
1173 snprintf(tmp_str, max_str, "%s", string); in print_max_len()
1849 print_in_middle(WINDOW *win, int starty, int startx, int width, char *string, chtype color) in print_in_middle() argument
1853 length = strlen(string); in print_in_middle()
1856 mvwprintw(win, starty, startx + temp, "%s", string); in print_in_middle()
1861 print_left(WINDOW *win, int starty, int startx, int width, const char *string, chtype color) in print_left() argument
1864 mvwprintw(win, starty, startx, "%s", string); in print_left()
/spdk/app/fio/nvme/
H A DREADME.md57 To select NVMe devices, you pass an SPDK Transport Identifier string as the filename. These are in …
79 specified at the end of the string.
/spdk/test/unit/
H A Dunittest.sh141 $valgrind $testdir/lib/util/string.c/string_ut
/spdk/scripts/bpf/
H A Dtrace.py390 TracepointArgument.TYPE_STR: lambda a: str(a.string, 'ascii')}

12