HomeSort by: relevance | last modified time | path
    Searched defs:getret (Results 1 - 4 of 4) sorted by relevancy

  /src/games/hack/
hack.tty.c 271 getret(void) function in typeref:typename:void
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 245 int error = 0, getret = 0; local in function:nfsvno_accchk
315 getret = VOP_GETATTR(vp, &vattr, cred);
316 if (getret == 0 && cred->cr_uid == vattr.va_uid)
1580 int nlen, error = 0, getret = 1; local in function:nfsrvd_readdir
1589 nfsrv_postopattr(nd, getret, &at);
1609 nd->nd_repstat = getret = nfsvno_getattr(vp, &at, nd->nd_cred,
1638 nfsrv_postopattr(nd, getret, &at);
1668 getret = nfsvno_getattr(vp, &at, nd->nd_cred, p, 1);
1670 nd->nd_repstat = getret;
1682 nfsrv_postopattr(nd, getret, &at)
1828 int nlen, r, error = 0, getret = 1, usevget = 1; local in function:nfsrvd_readdirplus
    [all...]
nfs_nfsdserv.c 97 int getret, error = 0; local in function:nfsrvd_access
156 getret = nfsvno_getattr(vp, &nva, nd->nd_cred, p, 1);
157 nfsrv_postopattr(nd, getret, &nva);
600 int getret = 1, len; local in function:nfsrvd_readlink
604 nfsrv_postopattr(nd, getret, &nva);
617 getret = nfsvno_getattr(vp, &nva, nd->nd_cred, p, 1);
620 nfsrv_postopattr(nd, getret, &nva);
642 int error = 0, cnt, getret = 1, reqlen, eof = 0; local in function:nfsrvd_read
652 nfsrv_postopattr(nd, getret, &nva);
712 getret = nfsvno_getattr(vp, &nva, nd->nd_cred, p, 1)
1623 int error = 0, dirfor_ret = 1, diraft_ret = 1, getret = 1; local in function:nfsrvd_link
2037 int getret = 1; local in function:nfsrvd_statfs
2095 int getret = 1; local in function:nfsrvd_fsinfo
2133 int getret = 1; local in function:nfsrvd_pathconf
    [all...]
  /src/sys/nfs/
nfs_serv.c 174 int error = 0, rdonly, cache = 0, getret; local in function:nfsrv3_access
213 getret = VOP_GETATTR(vp, &va, cred);
216 nfsm_srvpostop_attr(getret, &va);
536 int error = 0, rdonly, cache = 0, i, padlen, getret; local in function:nfsrv_readlink
595 getret = VOP_GETATTR(vp, &attr, cred);
601 nfsm_srvpostop_attr(getret, &attr);
634 int error = 0, rdonly, cache = 0, getret; local in function:nfsrv_read
676 getret = VOP_GETATTR(vp, &va, cred);
678 error = getret;
682 nfsm_srvpostop_attr(getret, &va)
2178 int getret = 1, v3 = (nfsd->nd_flag & ND_NFSV3); local in function:nfsrv_link
2688 int len, nlen, rem, xfer, tsiz, i, error = 0, getret = 1; local in function:nfsrv_readdir
2953 int len, nlen, rem, xfer, tsiz, i, error = 0, getret = 1; local in function:nfsrv_readdirplus
3331 int error = 0, rdonly, cache = 0, getret = 1; local in function:nfsrv_statfs
3400 int error = 0, rdonly, cache = 0, getret = 1; local in function:nfsrv_fsinfo
3470 int error = 0, rdonly, cache = 0, getret = 1; local in function:nfsrv_pathconf
    [all...]

Completed in 15 milliseconds