Searched refs:FUN (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/scripts/coccinelle/ |
H A D | use-error_fatal.cocci | 3 identifier FUN, RET; 8 - T RET = FUN(ARGS, &ERR); 9 + T RET = FUN(ARGS, &error_fatal); 11 - RET = FUN(ARGS, &ERR); 12 + RET = FUN(ARGS, &error_fatal); 14 - FUN(ARGS, &ERR); 15 + FUN(ARGS, &error_fatal);
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-isa.c | 1689 #define CHECK_FUNCUNIT(INTISA, FUN, ERRVAL) \ argument 1691 if ((FUN) < 0 || (FUN) >= (INTISA)->num_funcUnits) { \
|
/openbmc/linux/drivers/mmc/host/ |
H A D | vub300.c | 220 #define FUN(c) (0x000007 & (c->arg>>28)) macro 1858 u8 func = FUN(cmd); in satisfy_request_from_offloaded_data()
|
/openbmc/linux/Documentation/networking/ |
H A D | arcnet-hardware.rst | 405 tell me. I had to figure mine out without the manual, and it WASN'T FUN!
|