Home
last modified time | relevance | path

Searched refs:ss_centry_info_t (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore.h119 } ss_centry_info_t; typedef
312 int (* ssop_getcdirent)(ss_cdir_t *, ss_centry_info_t *);
316 int (* ssop_getcentry)(ss_centry_info_t *);
317 int (* ssop_setcentry)(const ss_centry_info_t *);
H A Dsafestore_ram.c56 static int ss_ram_getcdirent(ss_cdir_t *, ss_centry_info_t *);
60 static int ss_ram_getcentry(ss_centry_info_t *);
61 static int ss_ram_setcentry(const ss_centry_info_t *);
359 ss_ram_getcdirent(ss_cdir_t *cdir, ss_centry_info_t *centry) in ss_ram_getcdirent()
433 ss_ram_getcentry(ss_centry_info_t *centry) in ss_ram_getcentry()
456 ss_ram_setcentry(const ss_centry_info_t *centry) in ss_ram_setcentry()
H A Dsd_ft.c80 static int _sd_ft_clone(ss_centry_info_t *, int);
435 _sd_ft_clone(ss_centry_info_t *ft_cent, int async) in _sd_ft_clone()
840 ss_centry_info_t *wctl; in _sd_cd_online()
999 ss_centry_info_t *cinfo; in sdbc_recover_vol()
1000 ss_centry_info_t centry; in sdbc_recover_vol()
1003 ss_centry_info_t *sdbc_get_cinfo_byres(ss_resource_t *); in sdbc_recover_vol()
1044 bcopy(&centry, cinfo, sizeof (ss_centry_info_t)); in sdbc_recover_vol()
H A Dsd_bcache.h238 ss_centry_info_t *cc_write; /* mirrored writes control block */
463 ss_centry_info_t wc_centry_info;
810 ss_centry_info_t *gl = (cc_entry)->cc_write; \
819 ss_centry_info_t *gl = (cc_entry)->cc_write; \
H A Dsd_io.c201 ss_centry_info_t *wctl; in sdbc_dealloc_dm_shutdown()
318 ss_centry_info_t *wctl; in _sd_dealloc_dm()
1149 ss_centry_info_t *wctl; in _sd_process_pending()
H A Dsd_bcache.c240 static ss_centry_info_t *_sdbc_gl_centry_info;
1042 ss_centry_info_t *cinfo; in _sdbc_gl_centry_configure()
1049 _sdbc_gl_centry_info_size = sizeof (ss_centry_info_t) * wblocks; in _sdbc_gl_centry_configure()
4849 ss_centry_info_t *wctl;
4935 ss_centry_info_t *
4938 ss_centry_info_t *cinfo;
4939 ss_centry_info_t *cend;
4949 (_sdbc_gl_centry_info_size / sizeof (ss_centry_info_t)) - 1;
6829 ss_centry_info_t *wctl;
/titanic_50/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1460 ss_centry_info_t *gl_centry_info; in sdbc_glcinfo_winit()
1505 wsp->walk_addr += sizeof (ss_centry_info_t); in sdbc_glcinfo_wstep()
2094 ss_centry_info_t gl_info; in sdbc_wctl()
2095 ss_centry_info_t nv_gl_info; in sdbc_wctl()
2133 if (mdb_vread(&gl_info, sizeof (ss_centry_info_t), in sdbc_wctl()
2167 if (mdb_vread(&nv_gl_info, sizeof (ss_centry_info_t), in sdbc_wctl()
2175 sizeof (ss_centry_info_t) != 0)) { in sdbc_wctl()
2512 ss_centry_info_t gl_info; in sdbc_ftctl()
2513 ss_centry_info_t nv_gl_info; in sdbc_ftctl()
2551 if (mdb_vread(&gl_info, sizeof (ss_centry_info_t), in sdbc_ftctl()
[all …]