Searched refs:pn_getcomponent (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpathname.h77 extern int pn_getcomponent(struct pathname *, char *);
/illumos-gate/usr/src/uts/common/fs/
H A Dpathname.c159 * called (from lookuppnvp), we have called pn_getcomponent(), found it is a
231 pn_getcomponent(struct pathname *pnp, char *component) function
H A Dlookup.c277 if (error = pn_getcomponent(pnp, component)) {
955 if (pn_getcomponent(&pn, component) != 0)
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c138 if (error = pn_getcomponent(pnp, component)) {
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_profile.c406 (void) pn_getcomponent(&pn, marg.expr);
859 (void) pn_getcomponent(&pn, name);
877 (void) pn_getcomponent(&pn, name);
H A Dsdev_subr.c2682 (void) pn_getcomponent(&pn, nm);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c414 if ((err = pn_getcomponent(&upn, component)) != 0)
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c1754 (void) pn_getcomponent(&pn, nm);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c1400 error = pn_getcomponent(&oldpn, component);
1434 if (error = pn_getcomponent(&oldpn, component))
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c3857 (void) pn_getcomponent(&pn, component);
H A Dsunpm.c1793 (void) pn_getcomponent(&pn, component);

Completed in 178 milliseconds