| /openbmc/qemu/tests/tcg/arm/ |
| H A D | hello-arm.c | 40 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 41 type name(type1 arg1,type2 arg2) { \ 55 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 56 type name(type1 arg1,type2 arg2,type3 arg3) { \ 71 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 72 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \ 88 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument 89 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) { \
|
| /openbmc/qemu/bsd-user/ |
| H A D | syscall_defs.h | 486 #define safe_syscall2(type, name, type1, arg1, type2, arg2) \ argument 487 type safe_##name(type1 arg1, type2 arg2) \ 492 #define safe_syscall3(type, name, type1, arg1, type2, arg2, type3, arg3) \ argument 493 type safe_##name(type1 arg1, type2 arg2, type3 arg3) \ 498 #define safe_syscall4(type, name, type1, arg1, type2, arg2, type3, arg3, \ argument 500 type safe_##name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 505 #define safe_syscall5(type, name, type1, arg1, type2, arg2, type3, arg3, \ argument 507 type safe_##name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ 513 #define safe_syscall6(type, name, type1, arg1, type2, arg2, type3, arg3, \ argument 515 type safe_##name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
|
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | migration-util.c | 189 g_autofree char *type2 = qtest_resolve_machine_alias(var2, mtype); in find_common_machine_version() local 191 g_assert(type1 && type2); in find_common_machine_version() 193 if (g_str_equal(type1, type2)) { in find_common_machine_version() 202 if (qtest_has_machine_with_env(var1, type2)) { in find_common_machine_version() 203 return g_strdup(type2); in find_common_machine_version()
|
| /openbmc/qemu/hw/smbios/ |
| H A D | smbios.c | 61 } type2; variable 632 SMBIOS_TABLE_SET_STR(2, manufacturer_str, type2.manufacturer); in smbios_build_type_2_table() 633 SMBIOS_TABLE_SET_STR(2, product_str, type2.product); in smbios_build_type_2_table() 634 SMBIOS_TABLE_SET_STR(2, version_str, type2.version); in smbios_build_type_2_table() 635 SMBIOS_TABLE_SET_STR(2, serial_number_str, type2.serial); in smbios_build_type_2_table() 636 SMBIOS_TABLE_SET_STR(2, asset_tag_number_str, type2.asset); in smbios_build_type_2_table() 638 SMBIOS_TABLE_SET_STR(2, location_str, type2.location); in smbios_build_type_2_table() 1025 SMBIOS_SET_DEFAULT(type2.manufacturer, manufacturer); in smbios_set_defaults() 1026 SMBIOS_SET_DEFAULT(type2.product, product); in smbios_set_defaults() 1027 SMBIOS_SET_DEFAULT(type2.version, version); in smbios_set_defaults() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/ |
| H A D | 00_arches.patch | 461 +#define io_syscall2(type,fname,sname,type1,arg1,type2,arg2) \ 462 +type fname(type1 arg1, type2 arg2) \ 467 +#define io_syscall3(type,fname,sname,type1,arg1,type2,arg2,type3,arg3) \ 468 +type fname(type1 arg1, type2 arg2, type3 arg3) \ 473 +#define io_syscall4(type,fname,sname,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ 474 +type fname(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 479 +#define io_syscall5(type,fname,sname,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ 480 +type fname(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
|
| /openbmc/u-boot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rockchip.h | 144 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 158 { .drv_type = type2, .offset = -1 }, \
|
| /openbmc/u-boot/include/ |
| H A D | twl4030.h | 243 #define MSG_BROADCAST(devgrp, grp, type, type2, state) \ argument 244 ((devgrp) << 13 | 1 << 12 | (grp) << 9 | (type2) << 7 \
|
| /openbmc/qemu/ |
| H A D | trace-events | 15 # [disable] <name>(<type1> <arg1>[, <type2> <arg2>] ...) "<format-string>"
|
| /openbmc/u-boot/tools/ |
| H A D | mkimage.c | 33 const int *type2 = vtype2; in h_compare_category_name() local 35 const char *name2 = genimg_get_cat_short_name(cur_category, *type2); in h_compare_category_name()
|
| /openbmc/qemu/target/ppc/ |
| H A D | translate.c | 237 uint64_t type2; member 1464 #define GEN_HANDLER_E(name, opc1, opc2, opc3, inval, type, type2) \ argument 1465 GEN_OPCODE(name, opc1, opc2, opc3, inval, type, type2) 1470 #define GEN_HANDLER2_E(name, onam, opc1, opc2, opc3, inval, type, type2) \ argument 1471 GEN_OPCODE2(name, onam, opc1, opc2, opc3, inval, type, type2) 1473 #define GEN_HANDLER_E_2(name, opc1, opc2, opc3, opc4, inval, type, type2) \ argument 1474 GEN_OPCODE3(name, opc1, opc2, opc3, opc4, inval, type, type2) 1538 .type2 = _typ2, \ 1553 .type2 = _typ2, \ 1567 .type2 = _typ2, \ [all …]
|
| /openbmc/docs/designs/ |
| H A D | phosphor-audit.md | 196 [Notify type2] [Recipient] 206 [Notify type2] [Recipient]
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | neon_helper.c | 1008 #define DO_MULL(dest, x, y, type1, type2) do { \ argument 1011 dest = (type2)((type2)tmp_x * (type2)tmp_y); \
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 238 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 239 static type name (type1 arg1,type2 arg2) \ 244 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 245 static type name (type1 arg1,type2 arg2,type3 arg3) \ 250 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 251 static type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4) \ 256 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 258 static type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ 264 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 266 static type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5, \ [all …]
|
| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_bmc_ipv6.robot | 473 # type1 type2.
|