Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_serd.c73 ngp = sgp->sg_next; in fmd_serd_hash_destroy()
89 for (sgp = shp->sh_hash[i]; sgp != NULL; sgp = sgp->sg_next) in fmd_serd_hash_apply()
107 for (sgp = shp->sh_hash[i]; sgp != NULL; sgp = sgp->sg_next) { in fmd_serd_hash_contains()
125 sgp->sg_next = shp->sh_hash[h]; in fmd_serd_eng_insert()
138 for (sgp = shp->sh_hash[h]; sgp != NULL; sgp = sgp->sg_next) { in fmd_serd_eng_lookup()
152 for (sgp = *pp; sgp != NULL; sgp = sgp->sg_next) { in fmd_serd_eng_delete()
154 pp = &sgp->sg_next; in fmd_serd_eng_delete()
160 *pp = sgp->sg_next; in fmd_serd_eng_delete()
H A Dfmd_serd.h46 struct fmd_serd_eng *sg_next; /* next engine on hash chain */ member
H A Dfmd_mdb.c952 OFFSETOF(fmd_serd_eng_t, sg_next))); in serd_walk_init()
/titanic_41/usr/src/uts/common/avs/ns/sv/
H A Dsv_impl.h63 struct sv_gclient_s *sg_next; /* linked list */ member
/titanic_41/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c260 wsp->walk_addr = (uintptr_t)(((sv_gclient_t *)wsp->walk_data)->sg_next); in sv_gclient_wstep()
314 addr, sg.sg_next, sg.sg_id, name); in sv_gclient()