Searched refs:_sdbc_gl_file_info (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c533 cd_gl = _sdbc_gl_file_info + cd;
935 extern ss_voldata_t *_sdbc_gl_file_info;
938 cd_gl = _sdbc_gl_file_info + cd;
998 ss_voldata_t *cd_gl = _sdbc_gl_file_info + cd;
H A Dsd_bcache.c235 ss_voldata_t *_sdbc_gl_file_info; variable
930 if ((_sdbc_gl_file_info = kmem_zalloc(_sdbc_gl_file_info_size,
939 fileinfo = _sdbc_gl_file_info;
1143 if (_sdbc_gl_file_info)
1144 kmem_free(_sdbc_gl_file_info, _sdbc_gl_file_info_size);
1146 _sdbc_gl_file_info = NULL;
1418 cdg = _sdbc_gl_file_info + new_cd;
1508 cdi->cd_global = (_sdbc_gl_file_info + alloc_cd);
1525 cdi->cd_global = (_sdbc_gl_file_info + alloc_cd);
H A Dsd_bcache.h1073 extern ss_voldata_t *_sdbc_gl_file_info;

Completed in 76 milliseconds