Searched refs:pn_getcomponent (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | pathname.h | 76 extern int pn_getcomponent(struct pathname *, char *);
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_profile.c | 405 (void) pn_getcomponent(&pn, marg.expr); in is_nonempty_dir() 858 (void) pn_getcomponent(&pn, name); in process_rule() 876 (void) pn_getcomponent(&pn, name); in process_rule()
|
H A D | sdev_subr.c | 2681 (void) pn_getcomponent(&pn, nm); in sdev_modctl_lookup()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | pathname.c | 228 pn_getcomponent(struct pathname *pnp, char *component) in pn_getcomponent() function
|
H A D | lookup.c | 278 if (error = pn_getcomponent(pnp, component)) { in lookuppnvp() 956 if (pn_getcomponent(&pn, component) != 0) in localpath()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_lookup.c | 138 if (error = pn_getcomponent(pnp, component)) { in lookuppnvp()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_pathname.c | 397 if ((err = pn_getcomponent(&upn, component)) != 0) in smb_pathname()
|
/titanic_44/usr/src/uts/common/fs/devfs/ |
H A D | devfs_subr.c | 1754 (void) pn_getcomponent(&pn, nm); in devfs_remdrv_cleanup()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vfsops.c | 1400 error = pn_getcomponent(&oldpn, component); in resolve_sympath() 1434 if (error = pn_getcomponent(&oldpn, component)) in resolve_sympath()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | devcfg.c | 3857 (void) pn_getcomponent(&pn, component); in resolve_pathname()
|
H A D | sunpm.c | 1793 (void) pn_getcomponent(&pn, component); in pm_name_to_dip()
|