Home
last modified time | relevance | path

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

/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c168 uint16_t local_len; in v9fs_string_read() local
170 v9fs_uint16_read(req, &local_len); in v9fs_string_read()
172 *len = local_len; in v9fs_string_read()
175 *string = g_malloc(local_len + 1); in v9fs_string_read()
176 v9fs_memread(req, *string, local_len); in v9fs_string_read()
177 (*string)[local_len] = 0; in v9fs_string_read()
179 v9fs_memskip(req, local_len); in v9fs_string_read()