Home
last modified time | relevance | path

Searched refs:lookuppn (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dresolvepath.c47 error = lookuppn(&lookpn, &resolvepn, FOLLOW, NULL, NULL); in resolvepath()
/titanic_41/usr/src/uts/common/sys/
H A Dpathname.h89 extern int lookuppn(struct pathname *, struct pathname *, int follow,
/titanic_41/usr/src/common/fs/
H A Dpcfs.c91 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 Dshbin.c202 error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp); in shbinexec()
/titanic_41/usr/src/uts/common/exec/java/
H A Djava.c153 if (error = lookuppn(&lookpn, &resolvepn, FOLLOW, NULLVPP, &nvp)) { in javaexec()
/titanic_41/usr/src/uts/common/exec/intp/
H A Dintp.c204 if (error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp)) { in intpexec()
/titanic_41/usr/src/uts/sparc/os/
H A Dbootdev.c455 error = lookuppn(&pn, &rpn, FOLLOW, NULL, NULL); in resolve_devfs_name()
/titanic_41/usr/src/uts/common/fs/
H A Dlookup.c123 lookuppn( in lookuppn() function
1442 if (lookuppn(&pnp, &rpnp, NO_FOLLOW, NULL, &compvp) == 0) { in dogetcwd()
H A Dvfs.c1394 if ((error = lookuppn(&pn, &rpn, FOLLOW, NULL, in domount()
/titanic_41/usr/src/uts/common/os/
H A Dexec.c201 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 Dzone.c3311 if ((error = lookuppn(&upn, &pn, FOLLOW, NULLVPP, &vp)) == 0) { in zone_set_root()
/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport_fop.c756 error = lookuppn(&pn, NULL, follow, dvp, vp); in port_fop_getdvp()
762 error = lookuppn(&pn, NULL, follow, NULL, vp); in port_fop_getdvp()