Searched refs:comp_id (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_subr.c | 1543 uint8_t comp_id; in ud_compress() local 1554 comp_id = 8; in ud_compress() 1567 if ((comp_id == 8) && (w2_char & 0xff00)) { in ud_compress() 1568 comp_id = 0x10; in ud_compress() 1572 if (((comp_id == 0x10) && (out_index > ((out_str_len - 2)/2))) || in ud_compress() 1573 ((comp_id == 0x8) && (out_index > (out_str_len - 2)))) { in ud_compress() 1580 out_str[out_index++] = comp_id; in ud_compress() 1582 if (comp_id == 0x10) { in ud_compress() 1677 uint8_t comp_id, utf8[6]; in ud_uncompress() local 1692 comp_id = in_str[0]; in ud_uncompress() [all …]
|
/titanic_41/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 2997 sbd_comp_id_t *comp_id = &hp->h_sbdcmd.cmd_cm.c_id; in dr_pt_try_drmach() local 3000 if (comp_id->c_type == SBD_COMP_NONE) { in dr_pt_try_drmach() 3005 nt = dr_dev_type_to_nt(comp_id->c_name); in dr_pt_try_drmach() 3007 dr_op_err(CE_IGNORE, hp, ESBD_INVAL, comp_id->c_name); in dr_pt_try_drmach() 3012 cp = dr_get_common_unit(bp, nt, comp_id->c_unit); in dr_pt_try_drmach()
|
/titanic_41/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 3040 sbd_comp_id_t *comp_id = &hp->h_sbdcmd.cmd_cm.c_id; in dr_pt_try_drmach() local 3043 if (comp_id->c_type == SBD_COMP_NONE) { in dr_pt_try_drmach() 3048 nt = dr_dev_type_to_nt(comp_id->c_name); in dr_pt_try_drmach() 3050 dr_op_err(CE_IGNORE, hp, ESBD_INVAL, comp_id->c_name); in dr_pt_try_drmach() 3055 cp = dr_get_common_unit(bp, nt, comp_id->c_unit); in dr_pt_try_drmach()
|