Searched refs:_fmd_xprt_stat_tmpl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c193 static const fmd_xprt_stat_t _fmd_xprt_stat_tmpl = { variable
805 statc = sizeof (_fmd_xprt_stat_tmpl) / sizeof (fmd_stat_t);
806 statv = fmd_alloc(sizeof (_fmd_xprt_stat_tmpl), FMD_SLEEP);
807 bcopy(&_fmd_xprt_stat_tmpl, statv, sizeof (_fmd_xprt_stat_tmpl));
812 ((fmd_stat_t *)&_fmd_xprt_stat_tmpl + i)->fmds_name);
987 n = sizeof (_fmd_xprt_stat_tmpl) / sizeof (fmd_stat_t);
988 sp = fmd_alloc(sizeof (_fmd_xprt_stat_tmpl), FMD_SLEEP);
989 bcopy(&_fmd_xprt_stat_tmpl, sp, sizeof (_fmd_xprt_stat_tmpl));
[all...]

Completed in 45 milliseconds