Searched refs:lookuppn (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/syscall/ |
H A D | resolvepath.c | 47 error = lookuppn(&lookpn, &resolvepn, FOLLOW, NULL, NULL); in resolvepath()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | pathname.h | 89 extern int lookuppn(struct pathname *, struct pathname *, int follow,
|
/titanic_41/usr/src/common/fs/ |
H A D | pcfs.c | 91 static int lookuppn(char *, _dir_entry_p); 225 if (lookuppn(str, &d)) { in bpcfs_open() 544 lookuppn(char *n, _dir_entry_p dp) in lookuppn() function
|
/titanic_41/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 202 error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp); in shbinexec()
|
/titanic_41/usr/src/uts/common/exec/java/ |
H A D | java.c | 153 if (error = lookuppn(&lookpn, &resolvepn, FOLLOW, NULLVPP, &nvp)) { in javaexec()
|
/titanic_41/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 204 if (error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp)) { in intpexec()
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | bootdev.c | 455 error = lookuppn(&pn, &rpn, FOLLOW, NULL, NULL); in resolve_devfs_name()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | lookup.c | 123 lookuppn( in lookuppn() function 1442 if (lookuppn(&pnp, &rpnp, NO_FOLLOW, NULL, &compvp) == 0) { in dogetcwd()
|
H A D | vfs.c | 1394 if ((error = lookuppn(&pn, &rpn, FOLLOW, NULL, in domount()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | exec.c | 201 if ((error = lookuppn(&pn, &resolvepn, FOLLOW, &dir, &vp)) != 0) { in exec_common() 211 if ((error = lookuppn(&pn, &resolvepn, FOLLOW, NULLVPP, in exec_common()
|
H A D | zone.c | 3311 if ((error = lookuppn(&upn, &pn, FOLLOW, NULLVPP, &vp)) == 0) { in zone_set_root()
|
/titanic_41/usr/src/uts/common/fs/portfs/ |
H A D | port_fop.c | 756 error = lookuppn(&pn, NULL, follow, dvp, vp); in port_fop_getdvp() 762 error = lookuppn(&pn, NULL, follow, NULL, vp); in port_fop_getdvp()
|