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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h85 } fmd_xprt_stat_t; typedef in typeref:struct:fmd_xprt_stat
110 fmd_xprt_stat_t *xi_stats; /* built-in per-transport statistics */
H A Dfmd_rpc_adm.c1002 rms->rms_buf.rms_buf_val = malloc(sizeof (fmd_xprt_stat_t));
1003 rms->rms_buf.rms_buf_len = sizeof (fmd_xprt_stat_t) /
1028 bcopy(sp, cp, sizeof (fmd_xprt_stat_t));
H A Dfmd_xprt.c191 * The values in this array must match fmd_xprt_stat_t from <fmd_xprt.h>.
193 static const fmd_xprt_stat_t _fmd_xprt_stat_tmpl = {
815 xip->xi_stats = (fmd_xprt_stat_t *)fmd_ustat_insert(
998 fmd_free(xip->xi_stats, sizeof (fmd_xprt_stat_t));

Completed in 60 milliseconds