Home
last modified time | relevance | path

Searched refs:FUN (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/scripts/coccinelle/
H A Duse-error_fatal.cocci3 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 Dxtensa-isa.c1689 #define CHECK_FUNCUNIT(INTISA, FUN, ERRVAL) \ argument
1691 if ((FUN) < 0 || (FUN) >= (INTISA)->num_funcUnits) { \
/openbmc/linux/drivers/mmc/host/
H A Dvub300.c220 #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 Darcnet-hardware.rst405 tell me. I had to figure mine out without the manual, and it WASN'T FUN!