Searched refs:clientid (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c126 static int nfsrv_checkrestart(nfsquad_t clientid, u_int32_t flags,
249 * client is trying to update a confirmed clientid.
376 /* Get rid of all sessions on this clientid. */
445 /* For NFSv4.1, mark that we found a confirmed clientid. */
520 nfsrv_getclient(nfsquad_t clientid, int opflags, struct nfsclient **clpp, argument
537 opflags != CLOPS_RENEW) && nfsrvboottime != clientid.lval[0]) {
560 sessid[1] = clientid.qval;
580 hp = NFSCLIENTHASH(clientid);
582 if (clp->lc_clientid.lval[1] == clientid.lval[1])
725 * Perform the NFSv4.1 destroy clientid
728 nfsrv_destroyclient(nfsquad_t clientid, NFSPROC_T *p) argument
1601 nfsrv_lockctrl(vnode_t vp, struct nfsstate **new_stpp, struct nfslock **new_lopp, struct nfslockconflict *cfp, nfsquad_t clientid, nfsv4stateid_t *stateidp, __unused struct nfsexstuff *exp, struct nfsrv_descript *nd, NFSPROC_T *p) argument
2330 nfsrv_opencheck(nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *new_stp, vnode_t vp, struct nfsrv_descript *nd, NFSPROC_T *p, int repstat) argument
2581 nfsrv_openctrl(struct nfsrv_descript *nd, vnode_t vp, struct nfsstate **new_stpp, nfsquad_t clientid, nfsv4stateid_t *stateidp, nfsv4stateid_t *delegstateidp, u_int32_t *rflagsp, struct nfsexstuff *exp, NFSPROC_T *p, u_quad_t filerev) argument
3347 nfsrv_openupdate(vnode_t vp, struct nfsstate *new_stp, nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsrv_descript *nd, NFSPROC_T *p) argument
3505 nfsrv_delegupdate(struct nfsrv_descript *nd, nfsquad_t clientid, nfsv4stateid_t *stateidp, vnode_t vp, int op, struct ucred *cred, NFSPROC_T *p) argument
3588 nfsrv_releaselckown(struct nfsstate *new_stp, nfsquad_t clientid, NFSPROC_T *p) argument
4233 nfsrv_checkrestart(nfsquad_t clientid, u_int32_t flags, nfsv4stateid_t *stateidp, int specialid) argument
5495 nfsquad_t clientid; local
[all...]
H A Dnfs_nfsdserv.c656 nfsquad_t clientid; local
688 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++;
689 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++;
692 clientid.qval = nd->nd_clientid.qval;
693 else if (nd->nd_clientid.qval != clientid.qval)
697 printf("EEK! no clientid from session\n");
699 nd->nd_clientid.qval = clientid.qval;
734 nd->nd_repstat = nfsrv_lockctrl(vp, &stp, &lop, NULL, clientid,
819 nfsquad_t clientid; local
844 clientid
2201 nfsquad_t clientid; local
2383 nfsquad_t clientid; local
2496 nfsquad_t clientid; local
2601 nfsquad_t clientid; local
3067 nfsquad_t clientid; local
3115 nfsquad_t clientid; local
3152 nfsquad_t clientid; local
3206 nfsquad_t clientid; local
3259 nfsquad_t clientid; local
3345 nfsquad_t clientid; local
3500 nfsquad_t clientid, confirm; local
3649 nfsquad_t clientid, confirm; local
3745 nfsquad_t clientid; local
3805 nfsquad_t clientid, confirm; local
3964 nfsquad_t clientid, confirm; local
4143 nfsquad_t clientid; local
[all...]
H A Dnfs_nfsdport.c1408 nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *stp,
1418 nd->nd_repstat = nfsrv_opencheck(clientid,
1468 nd->nd_repstat = nfsrv_opencheck(clientid,
1478 nd->nd_repstat = nfsrv_opencheck(clientid,
1407 nfsvno_open(struct nfsrv_descript *nd, struct nameidata *ndp, nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *stp, int *exclusive_flagp, struct nfsvattr *nvap, int32_t *cverf, int create, NFSACL_T *aclp, nfsattrbit_t *attrbitp, struct ucred *cred, struct thread *p, struct nfsexstuff *exp, struct vnode **vpp) argument
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c2665 int clientid; member in struct:service_data_struct
2691 service_data[j].clientid = service_ptr->client_id;
2716 service_data[i].clientid,
/freebsd-11-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c378 svc_rpc_gss_find_client(uint32_t clientid) argument
384 log_debug("in svc_rpc_gss_find_client(%d)", clientid);
386 list = &svc_rpc_gss_client_hash[clientid % CLIENT_HASH_SIZE];
388 if (client->cl_id == clientid) {
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3519 clientid, thrfunc, thrctx)
3524 void *clientid;

Completed in 128 milliseconds