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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_serd.c73 ngp = sgp->sg_next;
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];
138 for (sgp = shp->sh_hash[h]; sgp != NULL; sgp = sgp->sg_next) {
152 for (sgp = *pp; sgp != NULL; sgp = sgp->sg_next) {
154 pp = &sgp->sg_next;
160 *pp = sgp->sg_next;
H A Dfmd_serd.h46 struct fmd_serd_eng *sg_next; /* next engine on hash chain */ member in struct:fmd_serd_eng
H A Dfmd_mdb.c952 OFFSETOF(fmd_serd_eng_t, sg_next)));
/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv_impl.h63 struct sv_gclient_s *sg_next; /* linked list */ member in struct:sv_gclient_s
/illumos-gate/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c260 wsp->walk_addr = (uintptr_t)(((sv_gclient_t *)wsp->walk_data)->sg_next);
314 addr, sg.sg_next, sg.sg_id, name);

Completed in 76 milliseconds