HomeSort by: relevance | last modified time | path
    Searched refs:p9pbuf_put_str (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/puffs/mount_9p/
fs.c 85 p9pbuf_put_str(pb, p9p_ver2str(p9p->protover));
119 p9pbuf_put_str(pb, username);
120 p9pbuf_put_str(pb, "");
nineproto.c 374 p9pbuf_put_str(pb, filename ? filename : "");
375 p9pbuf_put_str(pb, owner);
376 p9pbuf_put_str(pb, group);
377 p9pbuf_put_str(pb, ""); /* muid */
379 p9pbuf_put_str(pb, P9PROTO_STAT_NOSTR); /* extensions[s] */
ninepuffs.h 139 void p9pbuf_put_str(struct puffs_framebuf *, const char *);
node.c 107 p9pbuf_put_str(pb, pcn->pcn_name);
444 p9pbuf_put_str(pb, name);
448 p9pbuf_put_str(pb, ""); /* extension[s] */
470 p9pbuf_put_str(pb, name);
ninebuf.c 237 p9pbuf_put_str(struct puffs_framebuf *pb, const char *str) function in typeref:typename:void

Completed in 14 milliseconds