Home
last modified time | relevance | path

Searched defs:_struct (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtracepoint.h37 #define TRACE_EVENT(_name, _proto, _args, _struct, _assign, _printk) \ argument
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c27 #define _IS_A(cfg, _struct) __builtin_types_compatible_p(typeof(cfg), \ argument
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dnotif.c40 #define CMD_VER_ENTRY(_ver, _struct) \ argument
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c338 #define RX_HANDLER(_cmd_id, _fn, _context, _struct) \ argument
341 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ argument
H A Ddebugfs.c751 #define PRINT_STATS_LE32(_struct, _memb) \ argument
/freebsd/usr.bin/sockstat/
H A Dmain.c215 #define check_ksize(_sz, _struct) (_check_ksize(_sz, sizeof(_struct), #_struct)) argument
225 #define enforce_ksize(_sz, _struct) (_enforce_ksize(_sz, sizeof(_struct), #_struct)) argument
/freebsd/sys/dev/ixl/
H A Di40e_lan_hmc.c694 #define I40E_HMC_STORE(_struct, _ele) \ argument
/freebsd/sys/dev/ice/
H A Dice_lan_tx_rx.h851 #define ICE_CTX_STORE(_struct, _ele, _width, _lsb) { \ argument