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);
/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.c91 static int lookuppn(char *, _dir_entry_p);
225 if (lookuppn(str, &d)) {
544 lookuppn(char *n, _dir_entry_p dp) function
551 dprintf("lookuppn: path = %s\n", n);
/illumos-gate/usr/src/uts/common/exec/java/
H A Djava.c153 if (error = lookuppn(&lookpn, &resolvepn, FOLLOW, NULLVPP, &nvp)) {
/illumos-gate/usr/src/uts/common/exec/shbin/
H A Dshbin.c202 error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp);
/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c226 if (error = lookuppn(&intppn, &resolvepn, FOLLOW, NULLVPP, &nvp)) {
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootdev.c455 error = lookuppn(&pn, &rpn, FOLLOW, NULL, NULL);
/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c122 lookuppn( function
690 * lookuppn() expects a held vnode to be
1505 if (lookuppn(&pnp, &rpnp, NO_FOLLOW, NULL, &compvp) == 0) {
H A Dvfs.c835 * to point to it. These are used by lookuppn() so that it
1293 * would deadlock with lookuppn().
1334 * lookuppn() here would cause us to block waiting for
1339 if ((error = lookuppn(&pn, &rpn, FOLLOW, NULL,
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c749 * lookuppn may fail with EINVAL, if dvp is non-null(like when
756 error = lookuppn(&pn, NULL, follow, dvp, vp);
762 error = lookuppn(&pn, NULL, follow, NULL, vp);
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c208 * first call to lookuppn() may fail and return EINVAL because
210 * lookuppn() with dirvpp set to NULL; p_execdir will be NULL,
217 if ((error = lookuppn(&pn, &resolvepn, FOLLOW, &dir, &vp)) != 0) {
227 if ((error = lookuppn(&pn, &resolvepn, FOLLOW, NULLVPP,
H A Dzone.c3441 if ((error = lookuppn(&upn, &pn, FOLLOW, NULLVPP, &vp)) == 0) {

Completed in 1299 milliseconds