Lines Matching defs:cbident
3151 u_int32_t minorvers = 0, retops = 0, *retopsp = NULL, *repp, cbident;
3197 cbident = fxdr_unsigned(u_int32_t, *tl++);
3235 mp = nfscl_getmnt(minorvers, sessionid, cbident,
3303 clp = nfscl_getclnt(cbident);
3563 * Generate the next cbident value. Basically just increment a static value
3579 * Search the clientid list for one already using this cbident.
3599 * Get the mount point related to a given cbident or session and busy it.
3602 nfscl_getmnt(int minorvers, uint8_t *sessionid, u_int32_t cbident,
3613 if (clp->nfsc_cbident == cbident)
3635 * Get the clientid pointer related to a given cbident.
3638 nfscl_getclnt(u_int32_t cbident)
3643 if (clp->nfsc_cbident == cbident)