Searched refs:fid (Results 1 – 2 of 2) sorted by relevance
| /dev/virtio/9p/include/dev/virtio/ |
| A D | 9p.h | 268 uint32_t fid; member 279 uint32_t fid; member 293 uint32_t fid; member 341 uint32_t fid; member 354 uint32_t fid; member 367 uint32_t fid; member 381 uint32_t fid; member 393 uint32_t fid; member 405 uint32_t fid; member 413 uint32_t fid; member [all …]
|
| /dev/virtio/9p/ |
| A D | protocol.c | 249 if ((ret = pdu_writed(&req->tc, tmsg->msg.tattach.fid)) != NO_ERROR) in p9_proto_tattach() 280 if ((ret = pdu_writed(&req->tc, tmsg->msg.twalk.fid)) != NO_ERROR) in p9_proto_twalk() 314 if ((ret = pdu_writed(&req->tc, tmsg->msg.topen.fid)) != NO_ERROR) in p9_proto_topen() 340 if ((ret = pdu_writed(&req->tc, tmsg->msg.tlopen.fid)) != NO_ERROR) in p9_proto_tlopen() 366 if ((ret = pdu_writed(&req->tc, tmsg->msg.tgetattr.fid)) != NO_ERROR) in p9_proto_tgetattr() 430 if ((ret = pdu_writed(&req->tc, tmsg->msg.tread.fid)) != NO_ERROR) in p9_proto_tread() 455 if ((ret = pdu_writed(&req->tc, tmsg->msg.twrite.fid)) != NO_ERROR) in p9_proto_twrite() 480 if ((ret = pdu_writed(&req->tc, tmsg->msg.tclunk.fid)) != NO_ERROR) in p9_proto_tclunk() 498 if ((ret = pdu_writed(&req->tc, tmsg->msg.tremove.fid)) != NO_ERROR) in p9_proto_tremove() 526 if ((ret = pdu_writed(&req->tc, tmsg->msg.tlcreate.fid)) != NO_ERROR) in p9_proto_tlcreate() [all …]
|
Completed in 10 milliseconds