Searched defs:ckp_arg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c74 void *ckp_arg; /* private arg for callbacks */ member in struct:fmd_ckpt
504 fcf_buf_t *fcfb = ckp->ckp_arg;
510 ckp->ckp_arg = fcfb + 1;
559 fcf_serd_t *fcfd = ckp->ckp_arg;
578 ckp->ckp_arg = fcfd + 1;
639 fcf_buf_t *bufs = ckp->ckp_arg = fmd_alloc(size, FMD_SLEEP);
733 fcf_serd_t *serds = ckp->ckp_arg = fmd_alloc(size, FMD_SLEEP);
744 fcf_buf_t *bufs = ckp->ckp_arg = fmd_alloc(size, FMD_SLEEP);

Completed in 46 milliseconds