Searched refs:gl_info (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 2094 ss_centry_info_t gl_info; in sdbc_wctl() local 2133 if (mdb_vread(&gl_info, sizeof (ss_centry_info_t), in sdbc_wctl() 2140 if (OPT_C_SELECTED && (gl_info.gl_cd != opt_c)) in sdbc_wctl() 2143 if (opt_d && !(gl_info.gl_dirty)) in sdbc_wctl() 2163 gl_info.gl_cd, gl_info.gl_fpos, gl_info.gl_dirty & 0xffff, in sdbc_wctl() 2164 gl_info.gl_flag, cc_flag_bits); in sdbc_wctl() 2174 if (memcmp(&gl_info, &nv_gl_info, in sdbc_wctl() 2512 ss_centry_info_t gl_info; in sdbc_ftctl() local 2551 if (mdb_vread(&gl_info, sizeof (ss_centry_info_t), in sdbc_ftctl() 2558 if (OPT_C_SELECTED && (gl_info.gl_cd != opt_c)) in sdbc_ftctl() [all …]
|