Home
last modified time | relevance | path

Searched refs:sop_expand (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_scheme.c190 .sop_expand = fmd_scheme_notsup,
203 .sop_expand = fmd_scheme_notsup,
220 { "fmd_fmri_expand", offsetof(fmd_scheme_ops_t, sop_expand) },
H A Dfmd_scheme.h46 int (*sop_expand)(nvlist_t *); member
H A Dfmd_fmri.c300 rv = sp->sch_ops.sop_expand(nvl); in fmd_fmri_expand()