/src/sys/dev/usb/ |
if_gscan.c | 731 const uint8_t xt2 = UE_GET_XFERTYPE(ed->bmAttributes); local in function:gscan_attach 734 if (dir2 != UE_DIR_OUT || xt2 != UE_BULK) { 736 "ep 2 wrong dir %d or xt %d\n", dir2, xt2);
|
if_gscan.c | 731 const uint8_t xt2 = UE_GET_XFERTYPE(ed->bmAttributes); local in function:gscan_attach 734 if (dir2 != UE_DIR_OUT || xt2 != UE_BULK) { 736 "ep 2 wrong dir %d or xt %d\n", dir2, xt2);
|
if_gscan.c | 731 const uint8_t xt2 = UE_GET_XFERTYPE(ed->bmAttributes); local in function:gscan_attach 734 if (dir2 != UE_DIR_OUT || xt2 != UE_BULK) { 736 "ep 2 wrong dir %d or xt %d\n", dir2, xt2);
|
/src/usr.bin/xlint/lint2/ |
chk.c | 312 const type_t *xt2 = is_func ? tp2->t_subt : tp2; local in function:chkvtdi 313 bool eq = types_compatible(xt1, xt2, 320 type_name(xt2), mkpos(&sym->s_pos)); 1156 const type_t *xt1, *xt2; local in function:check_argument_declarations 1158 eq = types_compatible(xt1 = *ap1, xt2 = *ap2, 1164 type_name(xt2), mkpos(&sym->s_pos));
|
chk.c | 312 const type_t *xt2 = is_func ? tp2->t_subt : tp2; local in function:chkvtdi 313 bool eq = types_compatible(xt1, xt2, 320 type_name(xt2), mkpos(&sym->s_pos)); 1156 const type_t *xt1, *xt2; local in function:check_argument_declarations 1158 eq = types_compatible(xt1 = *ap1, xt2 = *ap2, 1164 type_name(xt2), mkpos(&sym->s_pos));
|
chk.c | 312 const type_t *xt2 = is_func ? tp2->t_subt : tp2; local in function:chkvtdi 313 bool eq = types_compatible(xt1, xt2, 320 type_name(xt2), mkpos(&sym->s_pos)); 1156 const type_t *xt1, *xt2; local in function:check_argument_declarations 1158 eq = types_compatible(xt1 = *ap1, xt2 = *ap2, 1164 type_name(xt2), mkpos(&sym->s_pos));
|