Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/net/9p/
H A Dprotocol.c547 struct p9_fcall fake_pdu; in p9stat_read() local
550 fake_pdu.size = len; in p9stat_read()
551 fake_pdu.capacity = len; in p9stat_read()
552 fake_pdu.sdata = buf; in p9stat_read()
553 fake_pdu.offset = 0; in p9stat_read()
562 return fake_pdu.offset; in p9stat_read()
601 fake_pdu.size = len; in p9dirent_read()
602 fake_pdu.capacity = len; in p9dirent_read()
603 fake_pdu.sdata = buf; in p9dirent_read()
604 fake_pdu.offset = 0; in p9dirent_read()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/9p/
H A Dprotocol.c547 struct p9_fcall fake_pdu; in p9stat_read() local
550 fake_pdu.size = len; in p9stat_read()
551 fake_pdu.capacity = len; in p9stat_read()
552 fake_pdu.sdata = buf; in p9stat_read()
553 fake_pdu.offset = 0; in p9stat_read()
562 return fake_pdu.offset; in p9stat_read()
601 fake_pdu.size = len; in p9dirent_read()
602 fake_pdu.capacity = len; in p9dirent_read()
603 fake_pdu.sdata = buf; in p9dirent_read()
604 fake_pdu.offset = 0; in p9dirent_read()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/9p/
H A Dprotocol.c547 struct p9_fcall fake_pdu; in p9stat_read() local
550 fake_pdu.size = len; in p9stat_read()
551 fake_pdu.capacity = len; in p9stat_read()
552 fake_pdu.sdata = buf; in p9stat_read()
553 fake_pdu.offset = 0; in p9stat_read()
562 return fake_pdu.offset; in p9stat_read()
601 fake_pdu.size = len; in p9dirent_read()
602 fake_pdu.capacity = len; in p9dirent_read()
603 fake_pdu.sdata = buf; in p9dirent_read()
604 fake_pdu.offset = 0; in p9dirent_read()
[all …]