Searched refs:pn_getcomponent (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pathname.h | 77 extern int pn_getcomponent(struct pathname *, char *);
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_profile.c | 406 (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 D | sdev_subr.c | 2550 (void) pn_getcomponent(&pn, nm); in sdev_modctl_lookup()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | pathname.c | 231 pn_getcomponent(struct pathname *pnp, char *component) in pn_getcomponent() function
|
H A D | lookup.c | 283 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 D | fake_lookup.c | 224 if ((error = pn_getcomponent(pnp, component)) != 0) { in lookuppnvp()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_pathname.c | 498 if ((err = pn_getcomponent(&upn, component)) != 0) in smb_pathname()
|
/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_subr.c | 1756 (void) pn_getcomponent(&pn, nm); in devfs_remdrv_cleanup()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vfsops.c | 1401 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 D | devcfg.c | 4025 (void) pn_getcomponent(&pn, component); in resolve_pathname()
|
H A D | sunpm.c | 1793 (void) pn_getcomponent(&pn, component); in pm_name_to_dip()
|