| /f-stack/freebsd/ddb/ |
| H A D | ddb.h | 130 #define _DB_SET(_suffix, _name, _func, list, _flag, _more) \ argument 133 .fcn = _func, \ 157 #define _DB_FUNC(_suffix, _name, _func, list, _flag, _more) \ argument 158 static db_cmdfcn_t _func; \ 159 _DB_SET(_suffix, _name, _func, list, _flag, _more); \ 161 _func(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) 164 #define DB_FUNC(_name, _func, list, _flag, _more) \ argument 165 _DB_FUNC(_cmd, _name, _func, list, _flag, _more)
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | ctypes.py | 28 def _func(value): function 39 _func.__name__ = type_name 40 return _func
|
| /f-stack/freebsd/netgraph/atm/uni/ |
| H A D | ng_uni_cust.h | 103 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \ 117 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \ 132 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
|
| /f-stack/freebsd/contrib/device-tree/include/dt-bindings/pinctrl/ |
| H A D | rzn1-pinctrl.h | 9 #define RZN1_PINMUX(_gpio, _func) \ argument 10 (((_func) << 8) | (_gpio))
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_test.h | 15 #define RTE_TEST_TRACE_FAILURE(_file, _line, _func) argument
|
| /f-stack/freebsd/netgraph/atm/sscop/ |
| H A D | ng_sscop_cust.h | 118 hz * (S)->timer##T / 1000, T##_func, (S), 0); \ 127 T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | unipriv.h | 559 #define TIMER_START_UNI(U,T,N) _TIMER_START(U, U, (U)->T, N, _##T##_func) 560 #define TIMER_START_CALL(C,T,N) _TIMER_START(C->uni, C, (C)->T, N, _##T##_func) 561 #define TIMER_START_PARTY(P,T,N) _TIMER_START(P->call->uni, P, (P)->T, N, _##T##_func)
|
| /f-stack/dpdk/app/test/ |
| H A D | test.h | 22 # define TEST_TRACE_FAILURE(_file, _line, _func) argument
|
| H A D | test_security.c | 18 #define RTE_TEST_TRACE_FAILURE(_file, _line, _func) \ argument 19 RTE_LOG(DEBUG, EAL, "in %s:%d %s\n", _file, _line, _func)
|
| /f-stack/freebsd/net/route/ |
| H A D | fib_algo.c | 209 #define _ALGO_PRINTF(_fib, _fam, _aname, _gen, _func, _fmt, ...) \ argument 211 print_family(_fam), _fib, _aname, _gen, _func, ## __VA_ARGS__) 212 #define _RH_PRINTF(_fib, _fam, _func, _fmt, ...) \ argument 213 printf("[fib_algo] %s.%u %s: " _fmt "\n", print_family(_fam), _fib, _func, ## __VA_ARGS__)
|
| /f-stack/freebsd/sys/ |
| H A D | kernel.h | 476 void config_intrhook_oneshot(ich_func_t _func, void *_arg);
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos5433-pinctrl.dtsi | 14 #define PIN(_func, _pin, _pull, _drv) \ argument 17 samsung,pin-function = <EXYNOS_PIN_FUNC_ ##_func>; \
|