Searched refs:isc_type (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/lib/iconv_modules/hi_IN/ |
| H A D | UTF-8%iscii91.c | 139 ucs_to_iscii(ucs_t uiid, char **outbuf, size_t *outbytesleft, int isc_type, int *halant_context) in ucs_to_iscii() argument 144 Entries en = unicode_table[isc_type]; in ucs_to_iscii() 307 ISCII isc_type; in _icv_iconv() local 322 get_script_types(ucsid, isc_type); in _icv_iconv() 323 if ( isc_type != NUM_ISCII && st->aATR != aTRs[isc_type] ) { in _icv_iconv() 331 **outbuf = aTRs[isc_type]; in _icv_iconv() 334 st->aATR = aTRs[isc_type]; in _icv_iconv() 340 isc_type = isc_TYPE[ st->aATR - 0x42 ]; in _icv_iconv() 342 if ( isc_type == NUM_ISCII ) { in _icv_iconv() 352 n = ucs_to_iscii(ucsid, outbuf, outbytesleft, isc_type, &st->halant_context); in _icv_iconv()
|
| H A D | iscii91%UTF-8.c | 59 #define have_nukta(isc_type) ( nukta_type[isc_type] != NULL ) argument 60 #define have_EXT(isc_type) ( EXT_type[isc_type] != NULL ) argument 113 ISCII isc_type = isc_TYPE[st->keepc[0] - DEV_ATR]; in iscii_to_utf8() local 114 Entries en = iscii_table[isc_type]; in iscii_to_utf8() 149 if ( have_EXT(isc_type) && is_valid_ext_code(keepc2) ) in iscii_to_utf8() 152 uniid = get_EXT(keepc2, isc_type); in iscii_to_utf8() 183 if ( isc_type == DEV && keepc2 == ISC_danda ) in iscii_to_utf8() 198 if ( have_nukta(isc_type) && keepc2 == ISC_nukta) { in iscii_to_utf8() 202 if (( ucs = get_nukta(keepc1, isc_type)) != 0 ) { in iscii_to_utf8()
|
| /illumos-gate/usr/src/uts/common/io/i2c/ctrl/i2csim/ |
| H A D | i2csim.c | 54 i2c_ctrl_type_t isc_type; member 185 if (ctrl->isc_type != I2C_CTRL_TYPE_SMBUS) { in i2csim_prop_info() 191 if (ctrl->isc_type != I2C_CTRL_TYPE_I2C) { in i2csim_prop_info() 218 if (ctrl->isc_type != I2C_CTRL_TYPE_I2C) { in i2csim_prop_get() 224 if (ctrl->isc_type != I2C_CTRL_TYPE_SMBUS) { in i2csim_prop_get() 274 .isc_type = I2C_CTRL_TYPE_I2C, 281 .isc_type = I2C_CTRL_TYPE_SMBUS, 357 req.i2csim_type = sim->sim_ctrl_req->isc_type; in i2csim_ioctl_request() 400 req.i2csim_type != sim->sim_ctrl_req->isc_type) { in i2csim_ioctl_reply() 583 reg->ic_type = i2csim_ctrls[i].isc_type; in i2csim_attach()
|