Home
last modified time | relevance | path

Searched refs:sch_next (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_scheme.c223 sp->sch_next = NULL; in fmd_scheme_create()
283 np = sp->sch_next; in fmd_scheme_hash_destroy()
284 sp->sch_next = NULL; in fmd_scheme_hash_destroy()
305 np = sp->sch_next; in fmd_scheme_hash_trygc()
306 sp->sch_next = NULL; in fmd_scheme_hash_trygc()
336 for (sp = shp->sch_hash[h]; sp != NULL; sp = sp->sch_next) { in fmd_scheme_hash_xlookup()
370 nsp->sch_next = shp->sch_hash[h]; in fmd_scheme_hash_lookup()
H A Dfmd_scheme.h63 struct fmd_scheme *sch_next; /* next scheme on hash bucket chain */ member
/titanic_41/usr/src/cmd/fm/fmdump/common/
H A Dscheme.c66 struct fmd_scheme *sch_next; /* next scheme on list of schemes */ member
120 sp->sch_next = sch_list; in fmd_scheme_create()
149 for (sp = sch_list; sp != NULL; sp = sp->sch_next) { in fmd_scheme_lookup()
/titanic_41/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c67 struct fmd_scheme *sch_next; /* next scheme on list of schemes */ member
123 sp->sch_next = sch_list; in fmd_scheme_create()
152 for (sp = sch_list; sp != NULL; sp = sp->sch_next) { in fmd_scheme_lookup()