Searched refs:zl_retcode (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zut/ |
H A D | zut.c | 301 zl->zl_retcode = zut_open_dir(zl->zl_dir, NULL, cr, flags, &rpn, &dvn); in zut_lookup() 302 if (zl->zl_retcode) in zut_lookup() 308 zl->zl_retcode = VOP_LOOKUP(dvn, zl->zl_file, &fvn, NULL, flags, NULL, 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() 333 zl->zl_retcode = VOP_GETATTR(fvn, &vattr, 0, cr, NULL); in zut_lookup() 334 if (zl->zl_retcode) in zut_lookup() 337 zl->zl_retcode = VOP_LOOKUP(fvn, "", &xdvn, NULL, in zut_lookup() [all …]
|
/illumos-gate/usr/src/cmd/zlook/ |
H A D | zlook.c | 389 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 D | zut.h | 61 int zl_retcode; /* output */ member
|