Searched refs:nwname (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/net/9p/
H A Dprotocol.c238 uint16_t *nwname = va_arg(ap, uint16_t *); p9pdu_vreadf() local
242 "w", nwname); p9pdu_vreadf()
245 kmalloc(sizeof(char *) * *nwname, p9pdu_vreadf()
254 for (i = 0; i < *nwname; i++) { p9pdu_vreadf()
269 for (i = 0; i < *nwname; i++) p9pdu_vreadf()
453 uint16_t nwname = va_arg(ap, int); p9pdu_vwritef() local
457 nwname); p9pdu_vwritef()
461 for (i = 0; i < nwname; i++) { p9pdu_vwritef()
H A Dclient.c1151 struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname, p9_client_walk() argument
1177 p9_debug(P9_DEBUG_9P, ">>> TWALK fids %d,%d nwname %ud wname[0] %s\n", p9_client_walk()
1178 oldfid->fid, fid->fid, nwname, wnames ? wnames[0] : NULL); p9_client_walk()
1181 nwname, wnames); p9_client_walk()
1197 if (nwqids != nwname) { p9_client_walk()
1208 if (nwname) p9_client_walk()
/linux-4.1.27/include/net/9p/
H A Dclient.h227 struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname,

Completed in 96 milliseconds