Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_scheme.c240 sp->sch_next = NULL; in fmd_scheme_create()
300 np = sp->sch_next; in fmd_scheme_hash_destroy()
301 sp->sch_next = NULL; in fmd_scheme_hash_destroy()
322 np = sp->sch_next; in fmd_scheme_hash_trygc()
323 sp->sch_next = NULL; in fmd_scheme_hash_trygc()
353 for (sp = shp->sch_hash[h]; sp != NULL; sp = sp->sch_next) { in fmd_scheme_hash_xlookup()
387 nsp->sch_next = shp->sch_hash[h]; in fmd_scheme_hash_lookup()
H A Dfmd_scheme.h61 struct fmd_scheme *sch_next; /* next scheme on hash bucket chain */ member
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dscheme.c64 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()
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c65 struct fmd_scheme *sch_next; /* next scheme on list of schemes */ member
127 sp->sch_next = sch_list; in fmd_scheme_create()
156 for (sp = sch_list; sp != NULL; sp = sp->sch_next) { in fmd_scheme_lookup()