Searched refs:sh_hash (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_serd.c61 shp->sh_hash = fmd_zalloc(sizeof (void *) * shp->sh_hashlen, FMD_SLEEP);
72 for (sgp = shp->sh_hash[i]; sgp != NULL; sgp = ngp) {
78 fmd_free(shp->sh_hash, sizeof (void *) * shp->sh_hashlen);
89 for (sgp = shp->sh_hash[i]; sgp != NULL; sgp = sgp->sg_next)
107 for (sgp = shp->sh_hash[i]; sgp != NULL; sgp = sgp->sg_next) {
125 sgp->sg_next = shp->sh_hash[h];
126 shp->sh_hash[h] = sgp;
138 for (sgp = shp->sh_hash[h]; sgp != NULL; sgp = sgp->sg_next) {
150 fmd_serd_eng_t *sgp, **pp = &shp->sh_hash[h];
H A Dfmd_serd.h60 fmd_serd_eng_t **sh_hash; /* hash bucket array for buffers */ member in struct:fmd_serd_hash
H A Dfmd_mdb.c950 return (hash_walk_init(wsp, (uintptr_t)sh.sh_hash, sh.sh_hashlen,
/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c159 shp->sh_hash = smb_zalloc(sizeof (smb_struct_t *) * shp->sh_hashlen);
163 if (shp->sh_structs == NULL || shp->sh_hash == NULL)
208 stp->smbst_next = shp->sh_hash[h];
215 shp->sh_hash[h] = stp;
250 smb_free(shp->sh_hash, sizeof (smb_struct_t *) * shp->sh_hashlen);
369 const smb_struct_t *stp = shp->sh_hash[id & (shp->sh_hashlen - 1)];
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h452 smb_struct_t **sh_hash; /* hash bucket array for descriptors */ member in struct:smbios_hdl

Completed in 66 milliseconds