Searched refs:fmd_ckpt_section (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_ckpt.c | 367 fmd_ckpt_section(fmd_ckpt_t *ckp, const void *data, uint_t type, uint64_t size) in fmd_ckpt_section() function 452 (void) fmd_ckpt_section(ckp, NULL, FCF_SECT_NONE, 0); in fmd_ckpt_alloc() 469 (void) fmd_ckpt_section(ckp, NULL, FCF_SECT_STRTAB, ckp->ckp_strn); in fmd_ckpt_commit() 507 fcfb->fcfb_data = fmd_ckpt_section(ckp, in fmd_ckpt_save_buf() 564 evsec = fmd_ckpt_section(ckp, NULL, FCF_SECT_EVENTS, in fmd_ckpt_save_serd() 644 bufsec = fmd_ckpt_section(ckp, bufs, FCF_SECT_BUFS, size); in fmd_ckpt_save_case() 649 prsec = fmd_ckpt_section(ckp, NULL, FCF_SECT_EVENTS, in fmd_ckpt_save_case() 656 evsec = fmd_ckpt_section(ckp, NULL, FCF_SECT_EVENTS, in fmd_ckpt_save_case() 664 nvsec = fmd_ckpt_section(ckp, NULL, in fmd_ckpt_save_case() 692 (void) fmd_ckpt_section(ckp, &fcfc, FCF_SECT_CASE, sizeof (fcf_case_t)); in fmd_ckpt_save_case() [all …]
|