Home
last modified time | relevance | path

Searched refs:_id (Results 1 – 25 of 40) sorted by relevance

12

/netbsd/sys/arch/arm/rockchip/
H A Drk_cru.h113 .id = (_id), \
192 .id = (_id), \
214 .id = (_id), \
234 _RK_CPU_COMMON_INITIALIZER(_id, _name, _parents, \
240 #define RK_CPU_CORE2(_id, _name, _parents, \ argument
254 #define RK_CPU_CORE4(_id, _name, _parents, \ argument
301 .id = (_id), \
357 .id = (_id), \
368 #define RK_SECURE_GATE(_id, _name, _pname) \ argument
370 .id = (_id), \
[all …]
H A Drk3399_pmucru.c267 #define RK3399_PLL(_id, _name, _parents, _con_base, _mode_reg, _mode_mask, _lock_mask, _rates) \ argument
269 .id = (_id), \
/netbsd/sys/arch/arm/nxp/
H A Dimx_ccm.h61 #define IMX_EXTCLK(_id, _name) \ argument
63 .id = (_id), \
91 .id = (_id), \
103 IMX_ROOT_GATE_INDEX(_id, 0, _name, _pname, _reg)
129 .id = (_id), \
165 .id = (_id), \
187 #define IMX_FIXED(_id, _name, _rate) \ argument
189 .id = (_id), \
211 .id = (_id), \
240 .id = (_id), \
[all …]
H A Dimx7d_ccm.c101 #define ANATOP_MUX(_id, _name, _parents, _reg, _mask) \ argument
102 IMX_MUX_INDEX(_id, REGIDX_ANATOP, _name, _parents, _reg, _mask)
103 #define ANATOP_GATE(_id, _name, _parent, _reg, _mask) \ argument
104 IMX_GATE_INDEX(_id, REGIDX_ANATOP, _name, _parent, _reg, _mask)
105 #define ANATOP_PLL(_id, _name, _parent, _reg, _div_mask, _flags) \ argument
106 IMX_PLL_INDEX(_id, REGIDX_ANATOP, _name, _parent, _reg, _div_mask, _flags)
/netbsd/sys/arch/arm/amlogic/
H A Dmeson_clk.h48 #define MESON_CLK_RESET(_id, _reg, _bit) \ argument
49 [_id] = { \
80 [_id] = { \
106 [_id] = { \
143 [_id] = { \
173 [_id] = { \
201 [_id] = { \
216 [_id] = { \
264 [_id] = { \
282 [_id] = { \
[all …]
H A Dmesongxl_pinctrl.c177 #define CBUS_GPIO(_id, _off, _bit) \ argument
178 [_id] = { \
179 .id = (_id), \
180 .name = __STRING(_id), \
282 #define AO_GPIO(_id, _bit) \ argument
283 [_id] = { \
284 .id = (_id), \
285 .name = __STRING(_id), \
H A Dmesongxbb_pinctrl.c201 #define CBUS_GPIO(_id, _off, _bit) \ argument
202 [_id] = { \
203 .id = (_id), \
204 .name = __STRING(_id), \
362 #define AO_GPIO(_id, _bit) \ argument
363 [_id] = { \
364 .id = (_id), \
365 .name = __STRING(_id), \
H A Dmeson8b_pinctrl.c162 #define CBUS_GPIO(_id, _gpiobase, _gpiobit, _pullbase, _pullbit) \ argument
163 [_id] = { \
164 .id = (_id), \
165 .name = __STRING(_id), \
278 #define AO_GPIO(_id, _bit) \ argument
279 [_id] = { \
280 .id = (_id), \
281 .name = __STRING(_id), \
H A Dmesong12a_pinctrl.c155 #define CBUS_GPIO(_id, _off, _bit) \ argument
156 [_id] = { \
157 .id = (_id), \
158 .name = __STRING(_id), \
285 #define AO_GPIO(_id, _off, _bit) \ argument
286 [_id] = { \
287 .id = (_id), \
288 .name = __STRING(_id), \
/netbsd/sys/arch/arm/sunxi/
H A Dsunxi_ccu.h47 #define SUNXI_CCU_RESET(_id, _reg, _bit) \ argument
48 [_id] = { \
82 [_id] = { \
131 [_id] = { \
184 [_id] = { \
235 [_id] = { \
295 [_id] = { \
327 [_id] = { \
352 [_id] = { \
394 [_id] = { \
[all …]
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpfr-thread.h191 #define MPFR_DEFERRED_INIT_MASTER_DECL(_id, _init, _clear) \ argument
193 mpfr_init_cache_ ## _id (void) { \
197 mpfr_clean_cache_ ## _id (void) { \
203 #define MPFR_DEFERRED_INIT_SLAVE_VALUE(_id) argument
208 #define MPFR_DEFERRED_INIT_MASTER_DECL(_id, _init, _clear) \ argument
209 static void mpfr_once_ ## _id ## _clear_func (void) { \
212 static void mpfr_once_ ## _id ## _init_func (void) { \
214 atexit(mpfr_once_ ## _id ## _clear_func); \
224 #define MPFR_DEFERRED_INIT_SLAVE_VALUE(_id) \ argument
225 , MPFR_ONCE_INIT_VALUE, mpfr_once_ ## _id ## _init_func
[all …]
/netbsd/sys/arch/hpc/stand/hpcboot/menu/
H A Dtabwindow.h40 int _id; variable
50 _id = id; in TabWindowBase()
78 int _id; variable
86 _id = id; in TabWindow()
H A Dtabwindow.cpp49 reinterpret_cast <HMENU>(_id), aux->hInstance, in create()
160 item.iImage =(int)_id; in init()
163 _base.insert(_id, item); in init()
/netbsd/external/mpl/bind/dist/bin/tests/system/
H A Dkasp.sh737 for _id in $_ids; do
741 echo_i "check key id $_id"
745 check_key "KEY1" "$_id"
750 check_key "KEY2" "$_id"
755 check_key "KEY3" "$_id"
760 check_key "KEY4" "$_id"
765 ret=0 && key_unused "$_id" "$(key_get KEY1 ALG_NUM)"
1169 _id=$(key_get $_key ID)
1172 …"check CDS/CDNSKEY publication is logged in ${_dir}/named.run for key ${_zone}/${_alg}/${_id} ($n)"
1175 …grep "CDS for key ${_zone}/${_alg}/${_id} is now published" "${_dir}/named.run" > /dev/null || ret…
[all …]
H A Dconf.sh.common449 _id=$(keyfile_to_key_id "$_keyfile")
451 printf "%s. 0 IN TYPE65534 %s 5 %02x%04x0000\n" "$_zone" "\\#" "$_algorithm" "$_id"
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DFunction.h68 Function (uint64_t _id);
177 JMethod (uint64_t _id);
H A DBaseMetric.h165 void set_id (int _id) { id = _id; } //TBR, if possible in set_id() argument
H A DFunction.cc50 Function::Function (uint64_t _id) in Function() argument
52 id = _id; in Function()
926 JMethod::JMethod (uint64_t _id) : Function (_id) in JMethod() argument
H A DDbeSession.h278 findObjectById (uint64_t _id) in findObjectById() argument
280 long id = (long) _id; in findObjectById()
/netbsd/external/mpl/dhcp/dist/includes/arpa/
H A Dnameser.h112 u_int16_t _id, _flags, _counts[ns_s_max]; member
128 #define ns_msg_id(handle) ((handle)._id + 0)
/netbsd/external/bsd/libbind/dist/nameser/
H A Dns_newmsg.c96 msg->_id = id; in ns_newmsg_id()
196 NS_PUT16(msg->_id, t); in ns_newmsg_done()
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_parser.h93 uint_t _id; /* member identifier */ member
140 #define dn_membid dn_u._member._id /* DT_NODE_MEMBER */
/netbsd/external/bsd/wpa/dist/src/common/
H A Dieee802_11_common.h238 #define for_each_element_id(element, _id, data, datalen) \ argument
240 if (element->id == (_id))
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf.h32 congruence_class (unsigned int _id): in_worklist (false), id (_id), in congruence_class() argument
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-icf.h32 congruence_class (unsigned int _id): in_worklist (false), id (_id), in congruence_class() argument

12