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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c774 utf8string g_curr, g_last; member in struct:ug_cache
792 (ug)->g_last.utf8string_len = (ug)->g_curr.utf8string_len; \
793 if ((ug)->g_last.utf8string_val == (ug)->g_buf1) { \
794 (ug)->g_last.utf8string_val = (ug)->g_buf2; \
797 (ug)->g_last.utf8string_val = (ug)->g_buf1; \
810 pug->g_last.utf8string_len = 0;
814 pug->g_last.utf8string_val = pug->g_buf2;
1284 *group_length == pug->g_last.utf8string_len &&
1285 bcmp(group_val, pug->g_last.utf8string_val,
1885 *group_length == pug->g_last
[all...]

Completed in 62 milliseconds