Searched defs:rqst_c_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1280 char *rqst_c_str; local
1284 if ((rqst_c_str = utf8_to_str(u8s, &rqst_len, NULL)) == NULL) {
1294 *hashno = pkp_tab_hash(rqst_c_str, rqst_len - 1);
1320 if (bcmp(p->id_val, rqst_c_str, (rqst_len - 1)) == 0) {
1336 if (rqst_c_str != NULL)
1337 kmem_free(rqst_c_str, rqst_len);

Completed in 46 milliseconds