Home
last modified time | relevance | path

Searched refs:_struct (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py358 self._struct = None
368 self._struct = struct
403 if not self._struct:
541 self._struct.Name(), name,
542 self._struct.Name(), self._ctype),
555 self._struct.Name(), name,
556 self._struct.Name(), self._ctype),
830 self._struct.Name(), name,
831 self._struct.Name(), self._ctype),
973 self._struct.Name(), name,
[all …]
H A Dwhatsnew-2.0.txt102 _struct.h header (see 2.1), and there are new allocate-and-
/freebsd-13.1/contrib/libevent/
H A Devent_rpcgen.py358 self._struct = None
368 self._struct = struct
403 if not self._struct:
541 self._struct.Name(), name,
542 self._struct.Name(), self._ctype),
555 self._struct.Name(), name,
556 self._struct.Name(), self._ctype),
830 self._struct.Name(), name,
831 self._struct.Name(), self._ctype),
973 self._struct.Name(), name,
[all …]
H A Dwhatsnew-2.0.txt102 _struct.h header (see 2.1), and there are new allocate-and-
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dtracepoint.h39 #define TRACE_EVENT(_name, _proto, _args, _struct, _assign, _printk) \ argument
/freebsd-13.1/sys/dev/ixl/
H A Di40e_lan_hmc.c695 #define I40E_HMC_STORE(_struct, _ele) \ argument
696 offsetof(struct _struct, _ele), \
697 FIELD_SIZEOF(struct _struct, _ele)
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c296 #define RX_HANDLER(_cmd_id, _fn, _context, _struct) \ argument
298 .context = _context, .min_size = sizeof(_struct), }
299 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ argument
301 .context = _context, .min_size = sizeof(_struct), }
H A Ddebugfs.c738 #define PRINT_STATS_LE32(_struct, _memb) \ argument
741 le32_to_cpu(_struct->_memb))
/freebsd-13.1/sys/dev/ice/
H A Dice_lan_tx_rx.h851 #define ICE_CTX_STORE(_struct, _ele, _width, _lsb) { \ argument
852 .offset = offsetof(struct _struct, _ele), \
853 .size_of = FIELD_SIZEOF(struct _struct, _ele), \
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c21 #define _IS_A(cfg, _struct) __builtin_types_compatible_p(typeof(cfg), \ argument
22 struct _struct)