Searched refs:sg_next (Results 1 – 5 of 5) sorted by relevance
73 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()
46 struct fmd_serd_eng *sg_next; /* next engine on hash chain */ member
952 OFFSETOF(fmd_serd_eng_t, sg_next))); in serd_walk_init()
63 struct sv_gclient_s *sg_next; /* linked list */ member
260 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()