Home
last modified time | relevance | path

Searched refs:v9fs_string_write (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c156 void v9fs_string_write(P9Req *req, const char *string) in v9fs_string_write() function
324 v9fs_string_write(req, opt.version); in v9fs_tversion()
386 v9fs_string_write(req, uname); in v9fs_tattach()
387 v9fs_string_write(req, aname); in v9fs_tattach()
452 v9fs_string_write(req, opt.wnames[i]); in v9fs_twalk()
803 v9fs_string_write(req, opt.name); in v9fs_tmkdir()
863 v9fs_string_write(req, opt.name); in v9fs_tlcreate()
924 v9fs_string_write(req, opt.name); in v9fs_tsymlink()
925 v9fs_string_write(req, opt.symtgt); in v9fs_tsymlink()
985 v9fs_string_write(req, opt.name); in v9fs_tlink()
[all …]
H A Dvirtio-9p-client.h456 void v9fs_string_write(P9Req *req, const char *string);