Home
last modified time | relevance | path

Searched refs:zl_retcode (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zut/
H A Dzut.c302 if (zl->zl_retcode) in zut_lookup()
310 if (zl->zl_retcode) in zut_lookup()
324 zl->zl_retcode = VOP_ACCESS(fvn, ACE_READ_NAMED_ATTRS, in zut_lookup()
327 zl->zl_retcode = VOP_ACCESS(fvn, VREAD, 0, cr, NULL); in zut_lookup()
329 if (zl->zl_retcode) in zut_lookup()
334 if (zl->zl_retcode) in zut_lookup()
337 zl->zl_retcode = VOP_LOOKUP(fvn, "", &xdvn, NULL, in zut_lookup()
339 if (zl->zl_retcode) in zut_lookup()
344 zl->zl_retcode = VOP_LOOKUP(xdvn, zl->zl_xfile, &xfvn, in zut_lookup()
346 if (zl->zl_retcode) in zut_lookup()
[all …]
/illumos-gate/usr/src/cmd/zlook/
H A Dzlook.c389 if (lk.zl_retcode) { in main()
391 strerror(lk.zl_retcode), lk.zl_retcode); in main()
393 return (lk.zl_retcode); in main()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzut.h61 int zl_retcode; /* output */ member