Home
last modified time | relevance | path

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/dev/
H A Dsdev_profile.c406 (void) pn_getcomponent(&pn, marg.expr); in is_nonempty_dir()
859 (void) pn_getcomponent(&pn, name); in process_rule()
877 (void) pn_getcomponent(&pn, name); in process_rule()
H A Dsdev_subr.c2550 (void) pn_getcomponent(&pn, nm); in sdev_modctl_lookup()
/illumos-gate/usr/src/uts/common/fs/
H A Dpathname.c231 pn_getcomponent(struct pathname *pnp, char *component) in pn_getcomponent() function
H A Dlookup.c283 if (error = pn_getcomponent(pnp, component)) { in lookuppnvp()
962 if (pn_getcomponent(&pn, component) != 0) in localpath()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c224 if ((error = pn_getcomponent(pnp, component)) != 0) { in lookuppnvp()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c498 if ((err = pn_getcomponent(&upn, component)) != 0) in smb_pathname()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c1756 (void) pn_getcomponent(&pn, nm); in devfs_remdrv_cleanup()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c1401 error = pn_getcomponent(&oldpn, component); in resolve_sympath()
1435 if (error = pn_getcomponent(&oldpn, component)) in resolve_sympath()
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c4013 (void) pn_getcomponent(&pn, component); in resolve_pathname()
H A Dsunpm.c1793 (void) pn_getcomponent(&pn, component); in pm_name_to_dip()