Home
last modified time | relevance | path

Searched refs:pn_get_buf (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/fs/
H A Dpathname.c104 pn_get_buf(char *str, enum uio_seg seg, struct pathname *pnp, in pn_get_buf() function
131 if ((error = pn_get_buf(str, seg, pnp, buf, MAXPATHLEN)) != 0) in pn_get()
H A Dlookup.c95 error = pn_get_buf(fnamep, seg, &lookpn, namebuf, sizeof (namebuf)); in lookupnameatcred()
/titanic_50/usr/src/uts/common/sys/
H A Dpathname.h72 extern int pn_get_buf(char *, enum uio_seg, struct pathname *,
/titanic_50/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1714 error = pn_get_buf(path, UIO_SYSSPACE, &lookpn, in auto_getmntpnt()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c2910 error = pn_get_buf(path, UIO_SYSSPACE, &pn, namebuf, sizeof (namebuf)); in rfs_pathname()