Searched refs:hashinfo (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/nsswitch/files/common/ |
H A D | getprojent.c | 89 static files_hash_t hashinfo = { variable 125 return (_nss_files_XY_hash(be, a, 0, &hashinfo, 0, in getbyname() 131 return (_nss_files_XY_hash(be, a, 0, &hashinfo, 1, check_projid)); in getbyprojid() 152 &hashinfo));
|
H A D | getgrent.c | 89 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 D | getpwnam.c | 91 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));
|
H A D | files_common.c | 631 if (be->hashinfo != NULL) { 632 (void) mutex_lock(&be->hashinfo->fh_lock); 633 if (--be->hashinfo->fh_refcnt == 0) 634 _nss_files_hash_destroy(be->hashinfo); 635 (void) mutex_unlock(&be->hashinfo->fh_lock); 661 be->hashinfo = fhp;
|
H A D | files_common.h | 80 files_hash_t *hashinfo; member
|
/titanic_41/usr/src/cmd/boot/common/ |
H A D | bblk_einfo.c | 272 bblk_hash_t *hashinfo = bblk_hash_list[BBLK_DEFAULT_HASH]; in prepare_and_write_einfo() local 279 hash_size = hashinfo->size; in prepare_and_write_einfo() 289 if (compute_hash(hs, data, hashinfo) < 0) { in prepare_and_write_einfo() 291 hashinfo->name); in prepare_and_write_einfo() 295 einfo->hash_type = hashinfo->type; in prepare_and_write_einfo() 296 einfo->hash_size = hashinfo->size; in prepare_and_write_einfo()
|