| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 358 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 D | whatsnew-2.0.txt | 102 _struct.h header (see 2.1), and there are new allocate-and-
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | event_rpcgen.py | 358 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 D | whatsnew-2.0.txt | 102 _struct.h header (see 2.1), and there are new allocate-and-
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | tracepoint.h | 39 #define TRACE_EVENT(_name, _proto, _args, _struct, _assign, _printk) \ argument
|
| /freebsd-13.1/sys/dev/ixl/ |
| H A D | i40e_lan_hmc.c | 695 #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 D | ops.c | 296 #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 D | debugfs.c | 738 #define PRINT_STATS_LE32(_struct, _memb) \ argument 741 le32_to_cpu(_struct->_memb))
|
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_lan_tx_rx.h | 851 #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 D | drv.c | 21 #define _IS_A(cfg, _struct) __builtin_types_compatible_p(typeof(cfg), \ argument 22 struct _struct)
|