Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py435 self._struct = None
446 self._struct = struct
482 if not self._struct:
497 "parent_name": self._struct.Name(),
546 % (funcname, self._struct.Name(), self._ctype)
617 % (funcname, self._struct.Name(), self._ctype)
631 % (self._struct.Name(), name, self._struct.Name(), self._ctype),
646 % (self._struct.Name(), name, self._struct.Name(), self._ctype),
939 % (self._struct.Name(), name, self._struct.Name(), self._ctype),
1096 % (self._struct.Name(), name, self._struct.Name(), self._ctype),
[all …]
H A Dwhatsnew-2.0.txt102 _struct.h header (see 2.1), and there are new allocate-and-
/freebsd/contrib/libevent/
H A Devent_rpcgen.py435 self._struct = None
446 self._struct = struct
482 if not self._struct:
497 "parent_name": self._struct.Name(),
546 % (funcname, self._struct.Name(), self._ctype)
617 % (funcname, self._struct.Name(), self._ctype)
631 % (self._struct.Name(), name, self._struct.Name(), self._ctype),
646 % (self._struct.Name(), name, self._struct.Name(), self._ctype),
939 % (self._struct.Name(), name, self._struct.Name(), self._ctype),
1096 % (self._struct.Name(), name, self._struct.Name(), self._ctype),
[all …]
H A Dwhatsnew-2.0.txt102 _struct.h header (see 2.1), and there are new allocate-and-
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtracepoint.h37 #define TRACE_EVENT(_name, _proto, _args, _struct, _assign, _printk) \ argument
/freebsd/usr.bin/sockstat/
H A Dsockstat.c214 #define check_ksize(_sz, _struct) (_check_ksize(_sz, sizeof(_struct), #_struct)) argument
224 #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
695 offsetof(struct _struct, _ele), \
696 FIELD_SIZEOF(struct _struct, _ele)
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c310 #define RX_HANDLER(_cmd_id, _fn, _context, _struct) \ argument
312 .context = _context, .min_size = sizeof(_struct), }
313 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ argument
315 .context = _context, .min_size = sizeof(_struct), }
H A Ddebugfs.c956 #define PRINT_STATS_LE32(_struct, _memb) \ argument
959 le32_to_cpu(_struct->_memb))
/freebsd/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/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c24 #define _IS_A(cfg, _struct) __builtin_types_compatible_p(typeof(cfg), \ argument
25 struct _struct)