Searched refs:typ2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | xt_repldata.h | 17 #define xt_alloc_initial_table(type, typ2) ({ \ argument 33 *term = (struct type##_error)typ2##_ERROR_INIT; \ 44 typ2##_STANDARD_INIT(NF_ACCEPT); \
|
/openbmc/linux/drivers/mfd/ |
H A D | twl4030-power.c | 177 #define TWL_REMAP_SLEEP(res, devgrp, typ, typ2) \ argument 179 .type = (typ), .type2 = (typ2), \ 182 #define TWL_REMAP_OFF(res, devgrp, typ, typ2) \ argument 184 .type = (typ), .type2 = (typ2), \
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1447 #define GEN_HANDLER2_E_2(name, onam, opc1, opc2, opc3, opc4, inval, typ, typ2) \ argument 1448 GEN_OPCODE4(name, onam, opc1, opc2, opc3, opc4, inval, typ, typ2)
|