Home
last modified time | relevance | path

Searched refs:_func (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/ddb/
H A Dddb.h130 #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 Dctypes.py28 def _func(value): function
39 _func.__name__ = type_name
40 return _func
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h103 _##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 Drzn1-pinctrl.h9 #define RZN1_PINMUX(_gpio, _func) \ argument
10 (((_func) << 8) | (_gpio))
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_test.h15 #define RTE_TEST_TRACE_FAILURE(_file, _line, _func) argument
/f-stack/freebsd/netgraph/atm/sscop/
H A Dng_sscop_cust.h118 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 Dunipriv.h559 #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 Dtest.h22 # define TEST_TRACE_FAILURE(_file, _line, _func) argument
H A Dtest_security.c18 #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 Dfib_algo.c209 #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 Dkernel.h476 void config_intrhook_oneshot(ich_func_t _func, void *_arg);
/f-stack/freebsd/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-pinctrl.dtsi14 #define PIN(_func, _pin, _pull, _drv) \ argument
17 samsung,pin-function = <EXYNOS_PIN_FUNC_ ##_func>; \