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

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetprojent.c89 static files_hash_t hashinfo = { variable
125 return (_nss_files_XY_hash(be, a, 0, &hashinfo, 0,
131 return (_nss_files_XY_hash(be, a, 0, &hashinfo, 1, check_projid));
152 &hashinfo));
H A Dfiles_common.h80 files_hash_t *hashinfo; member in struct:files_backend
H A Dgetgrent.c89 static files_hash_t hashinfo = { variable
121 return (_nss_files_XY_hash(be, a, 0, &hashinfo, 0, check_grname));
164 return (_nss_files_XY_hash(be, argp, 0, &hashinfo, 1, check_grgid));
252 &hashinfo));
H A Dgetpwnam.c91 static files_hash_t hashinfo = { variable
123 return (_nss_files_XY_hash(be, a, 0, &hashinfo, 0, check_pwname));
166 return (_nss_files_XY_hash(be, argp, 0, &hashinfo, 1, check_pwuid));
249 &hashinfo));
/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.c272 bblk_hash_t *hashinfo = bblk_hash_list[BBLK_DEFAULT_HASH]; local
279 hash_size = hashinfo->size;
289 if (compute_hash(hs, data, hashinfo) < 0) {
291 hashinfo->name);
295 einfo->hash_type = hashinfo->type;
296 einfo->hash_size = hashinfo->size;

Completed in 53 milliseconds