HomeSort by: relevance | last modified time | path
    Searched defs:xt1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_gscan.c 716 const uint8_t xt1 = UE_GET_XFERTYPE(ed->bmAttributes); local in function:gscan_attach
719 if (dir1 != UE_DIR_IN || xt1 != UE_BULK) {
721 "ep 1 wrong dir %d or xt %d\n", dir1, xt1);
  /src/usr.bin/xlint/lint2/
chk.c 311 const type_t *xt1 = is_func ? tp1->t_subt : tp1; local in function:chkvtdi
313 bool eq = types_compatible(xt1, xt2,
319 type_name(xt1), mkpos(&def->s_pos),
1156 const type_t *xt1, *xt2; local in function:check_argument_declarations
1158 eq = types_compatible(xt1 = *ap1, xt2 = *ap2,
1163 type_name(xt1), mkpos(&sym1->s_pos),

Completed in 13 milliseconds