Home | History | Annotate | Download | only in parser

Lines Matching refs:op

112 static const char *attop2str(uint8_t op)
114 switch (op) {
262 uint8_t op = get_u8(frm);
270 printf("%s (0x%.2x) on handle 0x%2.2x\n", attop2str(op), op, handle);
555 uint8_t op;
557 op = get_u8(frm);
560 printf("ATT: %s (0x%.2x)\n", attop2str(op), op);
562 switch (op) {