Searched refs:_struct (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/libevent/ |
| 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 …]
|
| D | whatsnew-2.0.txt | 102 _struct.h header (see 2.1), and there are new allocate-and-
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| 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 …]
|
| D | whatsnew-2.0.txt | 102 _struct.h header (see 2.1), and there are new allocate-and-
|
| /freebsd-12-stable/sys/dev/ixl/ |
| 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-12-stable/sys/dev/ice/ |
| 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-12-stable/contrib/dtc/Documentation/ |
| D | dtc-paper.tex | 162 \texttt{0x08} & \emph{off\_struct} & \\\cline{2-2} 186 \emph{off\_struct} & \dtbeginnode & structure block \\\cline{2-2}
|