Searched refs:pn_get_buf (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/fs/ |
H A D | pathname.c | 104 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 D | lookup.c | 95 error = pn_get_buf(fnamep, seg, &lookpn, namebuf, sizeof (namebuf)); in lookupnameatcred()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | pathname.h | 72 extern int pn_get_buf(char *, enum uio_seg, struct pathname *,
|
/titanic_50/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 1714 error = pn_get_buf(path, UIO_SYSSPACE, &lookpn, in auto_getmntpnt()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 2910 error = pn_get_buf(path, UIO_SYSSPACE, &pn, namebuf, sizeof (namebuf)); in rfs_pathname()
|