/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event_rpcgen.py | 435 self._struct = None 446 self._struct = struct 482 if not self._struct: 497 "parent_name": self._struct.Name(), 517 return "%s_%s_get" % (self._struct.Name(), self._name) 521 "int %s(struct %s *, %s *);" % (funcname, self._struct.Name(), self._ctype) 538 return "%s_%s_assign" % (self._struct.Name(), self._name) 541 return "%s_%s_add" % (self._struct.Name(), self._name) 546 % (funcname, self._struct.Name(), self._ctype) 610 "int %s(struct %s *, %s **);" % (funcname, self._struct.Name(), self._ctype) [all …]
|
H A D | whatsnew-2.0.txt | 102 _struct.h header (see 2.1), and there are new allocate-and-
|
/freebsd/contrib/libevent/ |
H A D | event_rpcgen.py | 435 self._struct = None 446 self._struct = struct 482 if not self._struct: 497 "parent_name": self._struct.Name(), 517 return "%s_%s_get" % (self._struct.Name(), self._name) 521 "int %s(struct %s *, %s *);" % (funcname, self._struct.Name(), self._ctype) 538 return "%s_%s_assign" % (self._struct.Name(), self._name) 541 return "%s_%s_add" % (self._struct.Name(), self._name) 546 % (funcname, self._struct.Name(), self._ctype) 610 "int %s(struct %s *, %s **);" % (funcname, self._struct.Name(), self._ctype) [all …]
|
H A D | whatsnew-2.0.txt | 102 _struct.h header (see 2.1), and there are new allocate-and-
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | tracepoint.h | 37 #define TRACE_EVENT(_name, _proto, _args, _struct, _assign, _printk) \ argument
|
/freebsd/usr.bin/sockstat/ |
H A D | sockstat.c | 218 #define check_ksize(_sz, _struct) (_check_ksize(_sz, sizeof(_struct), #_struct)) argument 228 #define enforce_ksize(_sz, _struct) (_enforce_ksize(_sz, sizeof(_struct), #_struct)) argument
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_lan_hmc.c | 694 #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 D | ops.c | 329 #define RX_HANDLER(_cmd_id, _fn, _context, _struct) \ 331 .context = _context, .min_size = sizeof(_struct), } 332 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ 334 .context = _context, .min_size = sizeof(_struct), } 310 RX_HANDLER(_cmd_id,_fn,_context,_struct) global() argument 313 RX_HANDLER_GRP(_grp,_cmd,_fn,_context,_struct) global() argument
|
H A D | debugfs.c | 782 #define PRINT_STATS_LE32(_struct, _memb) \ in iwl_dbgfs_tas_get_status_read() 785 le32_to_cpu(_struct->_memb)) in iwl_dbgfs_tas_get_status_read() 956 PRINT_STATS_LE32(_struct,_memb) global() argument
|
/freebsd/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/sys/contrib/dev/iwlwifi/pcie/ |
H A D | drv.c | 24 #define _IS_A(cfg, _struct) __builtin_types_compatible_p(typeof(cfg), \ argument 25 struct _struct)
|