/freebsd/sys/ddb/ |
H A D | ddb.h | 145 #define _DB_SET(_table, _name, _func, _flag, _more) \ argument 182 #define DB_TABLE_COMMAND_FLAGS(_table, _name, _func, _flag) \ argument 188 #define DB_TABLE_COMMAND(_table, _name, _func) \ argument 192 #define DB_TABLE_ALIAS_FLAGS(_table, _name, _func, _flag) \ argument 194 DB_TABLE_ALIAS(_table,_name,_func) global() argument [all...] |
H A D | db_command.c | 81 #define DB_CMD(_name, _func, _flags) \ argument
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | ctypes.py | 28 def _func(value): function
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | irq_work.h | 63 #define DEFINE_IRQ_WORK(name, _func) struct irq_work name = { \ argument
|
H A D | interrupt.h | 173 #define DECLARE_TASKLET(_name, _func, _data) \ argument
|
H A D | netdevice.h | 467 #define alloc_netdev(_l, _n, _f, _func) \ argument
|
/freebsd/sys/dev/vmm/ |
H A D | vmm_stat.h | 54 #define VMM_STAT_FDEFINE(type, _nelems, _desc, _func, _pred) \ argument
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/ |
H A D | rzn1-pinctrl.h | 9 #define RZN1_PINMUX(_gpio, _func) \ argument
|
/freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
H A D | exynos5433-pinctrl.dtsi | 14 #define PIN(_pin, _func, _pull, _drv) \ argument
|
/freebsd/sys/ofed/include/rdma/ |
H A D | uverbs_ioctl.h | 392 #define DECLARE_UVERBS_WRITE(_command_num, _func, _cmd_desc, ...) \ argument 403 #define DECLARE_UVERBS_WRITE_EX(_command_num, _func, _cmd_desc, ...) \ argument 444 #define UAPI_DEF_IS_OBJ_SUPPORTED(_func) \ argument
|
/freebsd/sys/net/route/ |
H A D | fib_algo.c | 244 #define _ALGO_PRINTF(_fib, _fam, _aname, _gen, _func, _fmt, ...) \ argument 247 #define _RH_PRINTF(_fib, _fam, _func, _fmt, ...) \ argument
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.h | 98 #define SYSINIT(uniq, subs, order, _func, _data) \ argument 107 #define SYSUNINIT(uniq, subs, order, _func, _data) \ argument
|
/freebsd/sys/sys/ |
H A D | sdt.h | 172 #define SDT_PROBE_DEFINE(_prov, _mod, _func, _name) \ argument 240 #define SDT_PROBE_ARGTYPE(_prov, _mod, _func, _name, _num, _type, _xtype) \ argument
|
/freebsd/sys/dev/drm2/ |
H A D | drmP.h | 310 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument 313 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
|