Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dresolvepath.c47 error = lookuppn(&lookpn, &resolvepn, FOLLOW, NULL, NULL); in resolvepath()
/illumos-gate/usr/src/uts/common/sys/
H A Dpathname.h90 extern int lookuppn(struct pathname *, struct pathname *, int follow,
/illumos-gate/usr/src/common/fs/
H A Dpcfs.c89 static int lookuppn(char *, _dir_entry_p);
223 if (lookuppn(str, &d)) { in bpcfs_open()
542 lookuppn(char *n, _dir_entry_p dp) in lookuppn() function
/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c201 error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp); in shbinexec()
/illumos-gate/usr/src/uts/common/exec/java/
H A Djava.c155 if (error = lookuppn(&lookpn, &resolvepn, FOLLOW, NULLVPP, &nvp)) { in javaexec()
/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c227 if (error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp)) { in intpexec()
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootdev.c457 error = lookuppn(&pn, &rpn, FOLLOW, NULL, NULL); in resolve_devfs_name()
/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c124 lookuppn( in lookuppn() function
1504 if (lookuppn(&pnp, &rpnp, NO_FOLLOW, NULL, &compvp) == 0) { in dogetcwd()
H A Dvfs.c1321 if ((error = lookuppn(&pn, &rpn, FOLLOW, NULL, in domount()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c757 error = lookuppn(&pn, NULL, follow, dvp, vp); in port_fop_getdvp()
763 error = lookuppn(&pn, NULL, follow, NULL, vp); in port_fop_getdvp()
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c296 error = lookuppn(&pn, &resolvepn, FOLLOW, &dir, &vp); in exec_common()
309 if ((error = lookuppn(&pn, &resolvepn, FOLLOW, NULLVPP, in exec_common()
H A Dzone.c3469 if ((error = lookuppn(&upn, &pn, FOLLOW, NULLVPP, &vp)) == 0) { in zone_set_root()