Home
last modified time | relevance | path

Searched refs:fcfd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c559 fcf_serd_t *fcfd = ckp->ckp_arg; in fmd_ckpt_save_serd() local
573 fcfd->fcfd_events = evsec; in fmd_ckpt_save_serd()
574 fcfd->fcfd_pad = 0; in fmd_ckpt_save_serd()
575 fcfd->fcfd_n = sgp->sg_n; in fmd_ckpt_save_serd()
576 fcfd->fcfd_t = sgp->sg_t; in fmd_ckpt_save_serd()
578 ckp->ckp_arg = fcfd + 1; in fmd_ckpt_save_serd()
1086 const fcf_serd_t *fcfd = fmd_ckpt_dataptr(ckp, sp); in fmd_ckpt_restore_serd() local
1101 "serd name %u is corrupt\n", fcfd->fcfd_name); in fmd_ckpt_restore_serd()
1104 fmd_serd_create((fmd_hdl_t *)mp, s, fcfd->fcfd_n, fcfd->fcfd_t); in fmd_ckpt_restore_serd()
1107 fmd_ckpt_restore_events(ckp, fcfd->fcfd_events, in fmd_ckpt_restore_serd()
[all …]
H A Dfmd_mdb.c1350 fcf_serd_t fcfd; in fcf_serd() local
1355 if (mdb_vread(&fcfd, sizeof (fcfd), addr) != sizeof (fcfd)) { in fcf_serd()
1360 mdb_printf("fcfd_name = 0x%x\n", fcfd.fcfd_name); in fcf_serd()
1361 mdb_printf("fcfd_events = %u\n", fcfd.fcfd_events); in fcf_serd()
1362 mdb_printf("fcfd_n = >%u\n", fcfd.fcfd_n); in fcf_serd()
1363 mdb_printf("fcfd_t = %lluns\n", fcfd.fcfd_t); in fcf_serd()