Lines Matching defs:clientid
3166 * Set the clientid for the server for "mi". No-op if the clientid is
3517 * handling of clientid in use errors (regen another
3518 * clientid and try again?)
3532 tmp_clientid = s_resok->clientid;
3539 clientid4 clientid;
3543 cid.clientid = s_resok->clientid;
3546 "nfs4setclientid_otw: OK, clientid = %x,%x, "
3562 argop[0].nfs_argop4_u.opsetclientid_confirm.clientid = tmp_clientid;
3614 np->clientid = tmp_clientid;
3637 * mi's clientid the same as sp's.
3686 /* set mi's clientid to that of sp's for later matching */
3687 mi->mi_clientid = sp->clientid;
3690 * Update the clientid for any other mi's belonging to sp. This
3699 tmi->mi_clientid = sp->clientid;
3961 sp->clientid = 0;
3975 dumpnfs4slist(char *txt, mntinfo4_t *mi, clientid4 clientid, servinfo4_t *srv_p)
3983 "mi 0x%p, want clientid %llx, addr %d/%04X",
3984 mi, (longlong_t)clientid, srv_p->sv_addr.len,
3989 "node 0x%p, clientid %llx, addr %d/%04X, cnt %d",
3990 np, (longlong_t)np->clientid, np->saddr.len,
3998 if (np->clientid == clientid || np->clientid == 0)
4000 " - clientid matches"));