Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/puffs/mount_9p/
Dfs.c70 uint32_t maxreq; in p9p_handshake() local
84 p9pbuf_put_4(pb, p9p->maxreq); in p9p_handshake()
98 if (p9pbuf_get_4(pb, &maxreq)) in p9p_handshake()
100 if (maxreq < P9P_MINREQLEN) in p9p_handshake()
102 "%d vs. %d", P9P_MINREQLEN, maxreq); in p9p_handshake()
103 p9p->maxreq = maxreq; in p9p_handshake()
Dninepuffs.h105 size_t maxreq; /* negotiated with server */ member
Dnode.c345 p9pbuf_put_4(pb, MIN((uint32_t)*resid,p9p->maxreq-24)); in puffs9p_node_read()
386 chunk = MIN(*resid, p9p->maxreq-32); in puffs9p_node_write()
Dninepuffs.c253 p9p.maxreq = P9P_DEFREQLEN; in main()