Home
last modified time | relevance | path

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

/openbmc/linux/include/net/9p/
H A D9p.h117 P9_RLERROR, enumerator
/openbmc/linux/include/trace/events/
H A D9p.h12 EM( P9_RLERROR, "P9_RLERROR" ) \
/openbmc/qemu/hw/9pfs/
H A D9p.h15 P9_RLERROR, enumerator
H A D9p.c1078 id = P9_RLERROR; in pdu_complete()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c229 id == P9_RLERROR ? "RLERROR" : in rmessage_name()
269 if (hdr.id == P9_RLERROR) { in v9fs_req_recv()
288 v9fs_req_recv(req, P9_RLERROR); in v9fs_rlerror()
/openbmc/linux/net/9p/
H A Dprotocol.c169 case P9_RLERROR: in p9_msg_buf_size()
H A Dclient.c541 if (type != P9_RERROR && type != P9_RLERROR) in p9_check_errors()