Home
last modified time | relevance | path

Searched refs:_sd_shared_t (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c177 (sdbc_max_devices - 1) * sizeof (_sd_shared_t)); in sd_stats_lintmain()
179 (sdbc_max_devices - 1) * sizeof (_sd_shared_t)); in sd_stats_lintmain()
181 (sdbc_max_devices - 1) * sizeof (_sd_shared_t)); in sd_stats_lintmain()
H A Dscmadm.c722 (sdbc_max_devices - 1) * sizeof (_sd_shared_t)); in cd_to_device()
1791 (sdbc_max_devices - 1) * sizeof (_sd_shared_t));
1871 (sdbc_max_devices - 1) * sizeof (_sd_shared_t));
1927 (sdbc_max_devices - 1) * sizeof (_sd_shared_t));
H A Dsd_trace.c480 (sdbc_max_devices - 1) * sizeof (_sd_shared_t)); in do_calc()
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dcache_kstats_readme.txt58 _sd_stats_t and _sd_shared_t structs, defined in
60 statistics that are global to the entire cache, while the _sd_shared_t struct
123 The "cd" kstats correspond to fields in the _sd_shared_t structure. The
125 the _sd_shared_t structure, also providing a description where appropriate.
127 KSTAT FIELD _sd_shared_t DESCRIPTION
151 been added to the _sd_shared_t struct.
H A Dsd_bcache.h523 } _sd_shared_t; typedef
603 _sd_shared_t st_shared[1]; /* shared structures */
625 _sd_shared_t st_shared[1]; /* shared structures */
H A Dsd_bcache.c616 (sdbc_max_devs - 1) * sizeof (_sd_shared_t)); in _sdbc_stats_deconfigure()
622 (sdbc_max_devs - 1) * sizeof (_sd_shared_t)); in _sdbc_stats_deconfigure()
633 (sdbc_max_devs - 1) * sizeof (_sd_shared_t), KM_SLEEP); in _sdbc_stats_configure()
641 (sdbc_max_devs - 1) * sizeof (_sd_shared_t), KM_SLEEP); in _sdbc_stats_configure()
6629 sizeof (_sd_shared_t) * sdbc_max_devs);
6632 (sdbc_max_devs - 1) * sizeof (_sd_shared_t)))
6680 sizeof (_sd_stats_t) + (sdbc_max_devs - 1) * sizeof (_sd_shared_t)))
7214 _sd_shared_t *shstats_vars;
7220 shstats_vars = (_sd_shared_t *)(ksp->ks_private);
H A Dsd_io.c1801 _sd_shared_t *shi; in _sd_flush_thread()
/titanic_44/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c206 _sd_shared_t *sh; in sdbc_stats()
221 sizeof (_sd_shared_t); in sdbc_stats()
2326 _sd_shared_t sd_shared; in sdbc_cdinfo()
2368 if (mdb_vread(&sd_shared, sizeof (_sd_shared_t), in sdbc_cdinfo()