Home
last modified time | relevance | path

Searched defs:string (Results 1 – 3 of 3) sorted by relevance

/spdk/go/rpc/client/
H A Dclient.go28 Call(method string, params any) (*Response, error)
99 func createRequest(method string, requestId uint64, params any) (*Request, error) {
114 func createConnectionToSocket(socketAddress string) (net.Conn, error) {
129 func createConnectionToTcp(tcpAddress string) (net.Conn, error) {
165 func CreateClientWithJsonCodec(network, address string) (*Client, error) {
/spdk/include/spdk/
H A Dtrace_parser.h100 char string[UINT8_MAX + 1]; member
/spdk/app/spdk_top/
H A Dspdk_top.c1136 const char *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()
1861 print_left(WINDOW *win, int starty, int startx, int width, const char *string, chtype color) in print_left()