Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c73 uint16_t nwqid; in fs_walk() local
85 .rwalk = { .nwqid = &nwqid, .wqid = &wqid } in fs_walk()
88 g_assert_cmpint(nwqid, ==, P9_MAXWELEM); in fs_walk()
119 .nwname = 1, .wnames = wnames, .rwalk.nwqid = &nqid in fs_readdir()
183 .nwname = 1, .wnames = wnames, .rwalk.nwqid = &nqid in do_readdir_split()
280 uint16_t nwqid; in fs_walk_2nd_nonexistent() local
290 .rwalk = { .nwqid = &nwqid, .wqid = &wqid } in fs_walk_2nd_nonexistent()
296 assert(nwqid == 1); in fs_walk_2nd_nonexistent()
/openbmc/linux/net/9p/
H A Dprotocol.c444 uint16_t *nwqid = va_arg(ap, uint16_t *); in p9pdu_vreadf() local
451 p9pdu_readf(pdu, proto_version, "w", nwqid); in p9pdu_vreadf()
454 kmalloc_array(*nwqid, in p9pdu_vreadf()
464 for (i = 0; i < *nwqid; i++) { in p9pdu_vreadf()
640 uint16_t nwqid = va_arg(ap, int); in p9pdu_vwritef() local
645 nwqid); in p9pdu_vwritef()
649 for (i = 0; i < nwqid; i++) { in p9pdu_vwritef()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.h93 uint16_t *nwqid; member
470 void v9fs_rwalk(P9Req *req, uint16_t *nwqid, v9fs_qid **wqid);
H A Dvirtio-9p-client.c429 g_assert(!opt.expectErr || !(opt.rwalk.nwqid || opt.rwalk.wqid)); in v9fs_twalk()
461 v9fs_rwalk(req, opt.rwalk.nwqid, opt.rwalk.wqid); in v9fs_twalk()
475 void v9fs_rwalk(P9Req *req, uint16_t *nwqid, v9fs_qid **wqid) in v9fs_rwalk() argument
481 if (nwqid) { in v9fs_rwalk()
482 *nwqid = local_nwqid; in v9fs_rwalk()