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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c101 fmd_ckpt_create(fmd_ckpt_t *ckp, fmd_module_t *mp) argument
107 bzero(ckp, sizeof (fmd_ckpt_t));
108 ckp->ckp_mp = mp;
110 ckp->ckp_size = sizeof (fcf_hdr_t);
111 ckp->ckp_strn = 1; /* for \0 */
113 (void) snprintf(ckp->ckp_src, PATH_MAX, "%s/%s+", dir, name);
114 (void) snprintf(ckp->ckp_dst, PATH_MAX, "%s/%s", dir, name);
116 (void) unlink(ckp->ckp_src);
118 ckp->ckp_fd = open64(ckp
125 fmd_ckpt_inval(fmd_ckpt_t *ckp, const char *format, ...) argument
138 fmd_ckpt_open(fmd_ckpt_t *ckp, fmd_module_t *mp) argument
333 fmd_ckpt_destroy(fmd_ckpt_t *ckp) argument
350 fmd_ckpt_error(fmd_ckpt_t *ckp, int err, const char *format, ...) argument
367 fmd_ckpt_section(fmd_ckpt_t *ckp, const void *data, uint_t type, uint64_t size) argument
398 fmd_ckpt_string(fmd_ckpt_t *ckp, const char *s) argument
409 fmd_ckpt_alloc(fmd_ckpt_t *ckp, uint64_t gen) argument
457 fmd_ckpt_commit(fmd_ckpt_t *ckp) argument
485 fmd_ckpt_resv(fmd_ckpt_t *ckp, size_t size, size_t align) argument
494 fmd_ckpt_resv_buf(fmd_buf_t *bp, fmd_ckpt_t *ckp) argument
502 fmd_ckpt_save_buf(fmd_buf_t *bp, fmd_ckpt_t *ckp) argument
514 fmd_ckpt_save_event(fmd_ckpt_t *ckp, fmd_event_t *e) argument
531 fmd_ckpt_save_nvlist(fmd_ckpt_t *ckp, nvlist_t *nvl) argument
548 fmd_ckpt_resv_serd(fmd_serd_eng_t *sgp, fmd_ckpt_t *ckp) argument
557 fmd_ckpt_save_serd(fmd_serd_eng_t *sgp, fmd_ckpt_t *ckp) argument
582 fmd_ckpt_resv_case(fmd_ckpt_t *ckp, fmd_case_t *cp) argument
620 fmd_ckpt_save_case(fmd_ckpt_t *ckp, fmd_case_t *cp) argument
696 fmd_ckpt_resv_module(fmd_ckpt_t *ckp, fmd_module_t *mp) argument
721 fmd_ckpt_save_module(fmd_ckpt_t *ckp, fmd_module_t *mp) argument
771 fmd_ckpt_t ckp; local
856 fmd_ckpt_secptr(fmd_ckpt_t *ckp, fcf_secidx_t sid, uint_t type) argument
870 fmd_ckpt_dataptr(fmd_ckpt_t *ckp, const fcf_sec_t *sp) argument
880 fmd_ckpt_datalim(fmd_ckpt_t *ckp, const fcf_sec_t *sp) argument
890 fmd_ckpt_strptr(fmd_ckpt_t *ckp, fcf_stridx_t sid, const char *defstr) argument
896 fmd_ckpt_restore_events(fmd_ckpt_t *ckp, fcf_secidx_t sid, void (*func)(void *, fmd_event_t *), void *arg) argument
955 fmd_ckpt_restore_suspects(fmd_ckpt_t *ckp, fmd_case_t *cp, fcf_secidx_t sid) argument
996 fmd_ckpt_restore_bufs(fmd_ckpt_t *ckp, fmd_module_t *mp, fmd_case_t *cp, fcf_secidx_t sid) argument
1031 fmd_ckpt_restore_case(fmd_ckpt_t *ckp, fmd_module_t *mp, const fcf_sec_t *sp) argument
1084 fmd_ckpt_restore_serd(fmd_ckpt_t *ckp, fmd_module_t *mp, const fcf_sec_t *sp) argument
1117 fmd_ckpt_restore_module(fmd_ckpt_t *ckp, fmd_module_t *mp) argument
1155 fmd_ckpt_t ckp; local
[all...]
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dbbh.h63 #define BBH_GETCK_SECTOR(X, ckp) ((ckp)->ck_sector)
64 #define BBH_GETCK_SECLEN(X, ckp) ((ckp)->ck_seclen)
/illumos-gate/usr/src/uts/common/os/
H A Dklpd.c344 credklpd_t *ckp; local
367 if ((ckp = crgetcrklpd(cr)) != NULL) {
368 mutex_enter(&ckp->crkl_lock);
369 if ((p = ckp->crkl_reg) != NULL &&
373 mutex_exit(&ckp->crkl_lock);
375 mutex_enter(&ckp->crkl_lock);
377 mutex_exit(&ckp->crkl_lock);
381 mutex_exit(&ckp->crkl_lock);
454 credklpd_t *ckp = NULL; local
474 ckp
610 credklpd_t *ckp; local
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c2009 bbh_cookie_t ckp; local
2012 ckp = hp->h_cktab + hp->h_idx;
2014 return (ckp);
2053 struct bbh_cookie *ckp; local
2124 (cnt * sizeof (*ckp))), KM_SLEEP);
2128 ckp = hp->h_cktab = (struct bbh_cookie *)(hp + 1);
2129 ckp[0].ck_sector = GET_BP_SEC(bp);
2130 ckp[0].ck_seclen = d_count;
2140 if (ckp[idx].ck_sector > altp->bad_end)
2144 if ((ckp[id
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dprom_subr.c559 prom_generation_cookie_t *ckp)
569 if (ckp != NULL && *ckp != prom_tree_gen) {
570 *ckp = prom_tree_gen;
558 prom_tree_access(int (*callback)(void *arg, int has_changed), void *arg, prom_generation_cookie_t *ckp) argument
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3438 ddi_dma_cookie_t cookie, *ckp; local
3443 ckp = qlt_get_cookie_array(dbuf);
3448 if (ckp) {
3449 ASSERT(ckp->dmac_size);
3450 QMEM_WR64(qlt, req+0x34, ckp->dmac_laddress);
3451 QMEM_WR32(qlt, req+0x3c, ckp->dmac_size);
3475 if (ckp) {
3476 ++ckp; /* next cookie */
3477 ASSERT(ckp->dmac_size != 0);
3479 ckp
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h1436 #define IDN_MSGTIMER_START(domid, typ, subtyp, tim, ckp) \
1440 ushort_t *_ckp = (ckp); \

Completed in 282 milliseconds