Home
last modified time | relevance | path

Searched defs:_t (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/sys/arch/amd64/include/
H A Dbus.h141 #define bus_space_read_1(_t, _h, _o) ((_t)->read_1((_h), (_o))) argument
142 #define bus_space_read_2(_t, _h, _o) ((_t)->read_2((_h), (_o))) argument
143 #define bus_space_read_4(_t, _h, _o) ((_t)->read_4((_h), (_o))) argument
144 #define bus_space_read_8(_t, _h, _o) ((_t)->read_8((_h), (_o))) argument
146 #define bus_space_read_raw_2(_t, _h, _o) ((_t) argument
147 bus_space_read_raw_4(_t,_h,_o) global() argument
148 bus_space_read_raw_8(_t,_h,_o) global() argument
168 bus_space_read_multi_1(_t,_h,_o,_a,_c) global() argument
170 bus_space_read_multi_2(_t,_h,_o,_a,_c) global() argument
172 bus_space_read_multi_4(_t,_h,_o,_a,_c) global() argument
174 bus_space_read_multi_8(_t,_h,_o,_a,_c) global() argument
188 bus_space_read_raw_multi_2(_t,_h,_o,_a,_c) global() argument
190 bus_space_read_raw_multi_4(_t,_h,_o,_a,_c) global() argument
192 bus_space_read_raw_multi_8(_t,_h,_o,_a,_c) global() argument
214 bus_space_read_region_1(_t,_h,_o,_a,_c) global() argument
216 bus_space_read_region_2(_t,_h,_o,_a,_c) global() argument
218 bus_space_read_region_4(_t,_h,_o,_a,_c) global() argument
220 bus_space_read_region_8(_t,_h,_o,_a,_c) global() argument
235 bus_space_read_raw_region_2(_t,_h,_o,_a,_c) global() argument
237 bus_space_read_raw_region_4(_t,_h,_o,_a,_c) global() argument
239 bus_space_read_raw_region_8(_t,_h,_o,_a,_c) global() argument
256 bus_space_write_1(_t,_h,_o,_v) global() argument
258 bus_space_write_2(_t,_h,_o,_v) global() argument
260 bus_space_write_4(_t,_h,_o,_v) global() argument
262 bus_space_write_8(_t,_h,_o,_v) global() argument
265 bus_space_write_raw_2(_t,_h,_o,_v) global() argument
267 bus_space_write_raw_4(_t,_h,_o,_v) global() argument
269 bus_space_write_raw_8(_t,_h,_o,_v) global() argument
290 bus_space_write_multi_1(_t,_h,_o,_a,_c) global() argument
292 bus_space_write_multi_2(_t,_h,_o,_a,_c) global() argument
294 bus_space_write_multi_4(_t,_h,_o,_a,_c) global() argument
296 bus_space_write_multi_8(_t,_h,_o,_a,_c) global() argument
310 bus_space_write_raw_multi_2(_t,_h,_o,_a,_c) global() argument
312 bus_space_write_raw_multi_4(_t,_h,_o,_a,_c) global() argument
314 bus_space_write_raw_multi_8(_t,_h,_o,_a,_c) global() argument
335 bus_space_write_region_1(_t,_h,_o,_a,_c) global() argument
337 bus_space_write_region_2(_t,_h,_o,_a,_c) global() argument
339 bus_space_write_region_4(_t,_h,_o,_a,_c) global() argument
341 bus_space_write_region_8(_t,_h,_o,_a,_c) global() argument
356 bus_space_write_raw_region_2(_t,_h,_o,_a,_c) global() argument
358 bus_space_write_raw_region_4(_t,_h,_o,_a,_c) global() argument
360 bus_space_write_raw_region_8(_t,_h,_o,_a,_c) global() argument
381 bus_space_set_multi_1(_t,_h,_o,_a,_c) global() argument
383 bus_space_set_multi_2(_t,_h,_o,_a,_c) global() argument
385 bus_space_set_multi_4(_t,_h,_o,_a,_c) global() argument
387 bus_space_set_multi_8(_t,_h,_o,_a,_c) global() argument
408 bus_space_set_region_1(_t,_h,_o,_a,_c) global() argument
410 bus_space_set_region_2(_t,_h,_o,_a,_c) global() argument
412 bus_space_set_region_4(_t,_h,_o,_a,_c) global() argument
414 bus_space_set_region_8(_t,_h,_o,_a,_c) global() argument
436 bus_space_copy_1(_t,_h1,_o1,_h2,_o2,_c) global() argument
438 bus_space_copy_2(_t,_h1,_o1,_h2,_o2,_c) global() argument
440 bus_space_copy_4(_t,_h1,_o1,_h2,_o2,_c) global() argument
442 bus_space_copy_8(_t,_h1,_o1,_h2,_o2,_c) global() argument
453 bus_space_vaddr(_t,_h) global() argument
465 bus_space_mmap(_t,_a,_o,_p,_f) global() argument
[all...]
/openbsd-src/sys/arch/i386/include/
H A Dbus.h121 #define bus_space_read_1(_t, _h, _o) ((_t)->read_1((_h), (_o))) argument
122 #define bus_space_read_2(_t, _h, _o) ((_t)->read_2((_h), (_o))) argument
123 #define bus_space_read_4(_t, _h, _o) ((_t)->read_4((_h), (_o))) argument
152 #define bus_space_read_multi_1(_t, _h, _o, _a, _c) \ argument
154 #define bus_space_read_multi_2(_t, _h, _o, _a, _c) \ argument
156 #define bus_space_read_multi_4(_t, _h, _o, _a, _c) \ argument
201 #define bus_space_read_region_1(_t, _h, _o, _a, _c) \ argument
203 #define bus_space_read_region_2(_t, _h, _o, _a, _c) \ argument
205 #define bus_space_read_region_4(_t, _h, _o, _a, _c) \ argument
224 #define bus_space_read_raw_region_2(_t, _h, _o, _a, _c) \ argument
[all …]
/openbsd-src/gnu/llvm/libcxx/include/__support/ibm/
H A Dgettod_zos.h22 struct _t { in gettimeofdayMonotonic() struct
23 uint64_t Hi; in gettimeofdayMonotonic()
24 uint64_t Lo; in gettimeofdayMonotonic()
/openbsd-src/sys/arch/arm/include/
H A Datomic.h15 #define _def_atomic_cas(_f, _t) \ argument
74 #define _def_atomic_swap(_f, _t) \ argument
122 #define _def_atomic_inc_nv(_f, _t) \ argument
152 #define _def_atomic_dec_nv(_f, _t) \ in _def_atomic_inc_nv() argument
182 #define _def_atomic_add_nv(_f, _t) \ argument
212 #define _def_atomic_sub_nv(_f, _t) \ argument
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Diosys-map.h100 #define iosys_map_rd(_ism, _o, _t) ({ \ argument
114 #define iosys_map_wr(_ism, _o, _t, _v) ({ \ argument
127 #define iosys_map_rd_field(_ism, _o, _t, _f) ({ \ argument
132 #define iosys_map_wr_field(_ism, _o, _t, _f, _v) ({ \ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dtypename8.C11 A(anotherT _t) { // ERROR - undefined type in A()
/openbsd-src/sys/arch/sparc64/include/
H A Datomic.h54 #define _def_atomic_swap(_f, _t, _c) \ argument
92 #define _def_atomic_op_nv(_f, _t, _c, _op) \ argument
/openbsd-src/sys/sys/
H A Dtask.h58 #define task_pending(_t) ((_t)->t_flags & TASK_ONQUEUE) argument
/openbsd-src/sys/net/
H A Dif_wg.c1128 wg_timers_run_send_initiation(void * _t,int is_retry) wg_timers_run_send_initiation() argument
1139 wg_timers_run_retry_handshake(void * _t) wg_timers_run_retry_handshake() argument
1170 wg_timers_run_send_keepalive(void * _t) wg_timers_run_send_keepalive() argument
1183 wg_timers_run_new_handshake(void * _t) wg_timers_run_new_handshake() argument
1197 wg_timers_run_zero_key_material(void * _t) wg_timers_run_zero_key_material() argument
1207 wg_timers_run_persistent_keepalive(void * _t) wg_timers_run_persistent_keepalive() argument
[all...]
H A Dif_gre.c228 gre_encap_dst((_t), &(_t)->t_dst, (_m), (_p), (_ttl), (_tos)) argument
222 gre_encap(_t,_m,_p,_ttl,_tos) global() argument
316 gre_l3_encap(_t,_m,_af) global() argument
1269 gre_l2_prio(_t,_m,_otos) global() argument
[all...]
H A Dif.h133 #define IFQ_TOS2PRIO(_t) ((_t) >> 5) argument
158 #define LINK_STATE_DESC_MATCH(_ifs, _t, _s) \ argument
/openbsd-src/sys/dev/pci/
H A Dif_tht.c134 #define THT_REG_10G_SEC_AVAIL(_t) (_t) /* section available thresh*/ argument
135 #define THT_REG_10G_SEC_EMPTY(_t) ((_t)<<16) /* section empty avail */ argument
138 #define THT_REG_10G_FIFO_AE(_t) (_t) /* almost empty */ argument
139 #define THT_REG_10G_FIFO_AF(_t) ((_t)<<16) /* almost full */ argument
162 #define THT_REG_ISR_TMR(_t) (1<<(6+(_t))) /* time argument
187 THT_REG_IMR_TMR(_t) global() argument
625 tht_wait_set(_s,_r,_b,_t) global() argument
[all...]
/openbsd-src/regress/sys/net/rtable/
H A Dkern_compat.h74 #define task_add(_tq, _t) ((_t)->t_func((_t)->t_arg)) argument
/openbsd-src/sys/dev/ic/
H A Dmpi.c189 #define mpi_cfg_header(_s, _t, _n, _a, _h) \ argument
192 #define mpi_ecfg_header(_s, _t, _n, _a, _h) \ argument
H A Dathvar.h462 #define ath_hal_set_slot_time(_ah, _t) \ argument
H A Dar5xxx.h918 #define AR5K_HAL_FUNCTIONS(_t, _n, _a) \ argument