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

  /src/usr.sbin/puffs/mount_psshfs/
fs.c 115 if (psbuf_get_str(pb, &ext, NULL) != 0)
117 if (psbuf_get_str(pb, &val, NULL) != 0)
140 if (psbuf_get_str(pb, &rootpath, NULL) == -1)
psbuf.c 347 psbuf_get_str(struct puffs_framebuf *pb, char **strp, uint32_t *strlenp) function in typeref:typename:int
495 FAILRV(psbuf_get_str(pb, hand, handlen));
psshfs.h 214 int psbuf_get_str(struct puffs_framebuf *, char **, uint32_t *);
subr.c 334 if ((rv = psbuf_get_str(pb,
337 if ((rv = psbuf_get_str(pb, &longname, NULL)) != 0)
node.c 712 rv = psbuf_get_str(pb, &psn->symlink, NULL);

Completed in 21 milliseconds