Home
last modified time | relevance | path

Searched refs:nwname (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/p9fs/
H A Dp9_protocol.c241 uint16_t nwname; in p9_buf_vreadf() local
249 nwname = *nwname_p; in p9_buf_vreadf()
250 wnames = malloc(sizeof(char *) * nwname, M_TEMP, M_NOWAIT | M_ZERO); in p9_buf_vreadf()
252 for (i = 0; i < nwname && (error == 0); i++) in p9_buf_vreadf()
256 for (i = 0; i < nwname; i++) in p9_buf_vreadf()
/freebsd/contrib/lib9p/
H A Dfcall.h340 uint16_t nwname; member
H A Dpack.c521 r = l9p_pustrings(msg, &fcall->twalk.nwname, in l9p_pufcall()
892 for (i = 0; i < fcall->twalk.nwname; i++) in l9p_freefcall()
H A Dutils.c906 if (fcall->twalk.nwname) { in l9p_describe_fcall()
908 for (i = 0; i < fcall->twalk.nwname; i++) in l9p_describe_fcall()
/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py816 pkt = self.proto.Twalk(tag=tag, fid=fid, newfid=newfid, nwname=0,
851 nwname=len(components), wname=components)
1417 nwname=1, wname=components)
1463 nwname=1, wname=components)
/freebsd/contrib/lib9p/backend/
H A Dfs.c1792 int i, nwname; in fs_walk() local
1838 nwname = (int)req->lr_req.twalk.nwname; in fs_walk()
1840 for (i = 0; i < nwname; i++) { in fs_walk()