Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 1405) sorted by relevance

12345678910>>...57

/netbsd/src/sys/arch/atari/atari/
Dle_bus.c248 #define __read_1(h, o) *((volatile uint8_t *)((h) + (o))) argument
249 #define __read_2(h, o) swap16(*((volatile uint16_t *)((h) + (o)))) argument
250 #define __read_4(h, o) swap32(*((volatile uint32_t *)((h) + (o)))) argument
251 #define __read_8(h, o) bswap64(*((volatile uint64_t *)((h) + (o)))) argument
253 #define __write_1(h, o, v) *((volatile uint8_t *)((h) + (o))) = (v) argument
254 #define __write_2(h, o, v) *((volatile uint16_t *)((h) + (o))) = swap16(v) argument
255 #define __write_4(h, o, v) *((volatile uint32_t *)((h) + (o))) = swap32(v) argument
256 #define __write_8(h, o, v) *((volatile uint64_t *)((h) + (o))) = bswap64(v) argument
350 leb_bus_space_peek_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in leb_bus_space_peek_1()
357 leb_bus_space_peek_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in leb_bus_space_peek_2()
[all …]
Dbe_bus.c164 #define __read_1(h, o) *((volatile uint8_t *)((h) + (o))) argument
165 #define __read_2(h, o) *((volatile uint16_t *)((h) + (o))) argument
166 #define __read_4(h, o) *((volatile uint32_t *)((h) + (o))) argument
167 #define __read_8(h, o) *((volatile uint64_t *)((h) + (o))) argument
169 #define __write_1(h, o, v) *((volatile uint8_t *)((h) + (o))) = (v) argument
170 #define __write_2(h, o, v) *((volatile uint16_t *)((h) + (o))) = (v) argument
171 #define __write_4(h, o, v) *((volatile uint32_t *)((h) + (o))) = (v) argument
172 #define __write_8(h, o, v) *((volatile uint64_t *)((h) + (o))) = (v) argument
266 beb_bus_space_peek_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in beb_bus_space_peek_1()
273 beb_bus_space_peek_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in beb_bus_space_peek_2()
[all …]
Dmainbus.c144 #define __read_1(t, h, o) \ argument
146 #define __read_2(t, h, o) \ argument
148 #define __read_4(t, h, o) \ argument
150 #define __read_8(t, h, o) \ argument
153 #define __write_1(t, h, o, v) \ argument
156 #define __write_2(t, h, o, v) \ argument
159 #define __write_4(t, h, o, v) \ argument
162 #define __write_8(t, h, o, v) \ argument
243 mb_bus_space_peek_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in mb_bus_space_peek_1()
250 mb_bus_space_peek_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) in mb_bus_space_peek_2()
[all …]
/netbsd/src/sys/arch/mac68k/mac68k/
Dbus_space.c223 bus_space_unmap(bus_space_tag_t t, bus_space_handle_t h, bus_size_t size) in bus_space_unmap()
254 bus_space_free(bus_space_tag_t t, bus_space_handle_t h, bus_size_t size) in bus_space_free()
261 bus_space_subregion(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset, in bus_space_subregion()
271 mac68k_bus_space_probe(bus_space_tag_t t, bus_space_handle_t h, in mac68k_bus_space_probe()
303 mac68k_bus_space_handle_swapped(bus_space_tag_t t, bus_space_handle_t *h) in mac68k_bus_space_handle_swapped()
327 mac68k_bus_space_handle_set_stride(bus_space_tag_t t, bus_space_handle_t *h, in mac68k_bus_space_handle_set_stride()
369 mac68k_bsr1(bus_space_tag_t t, bus_space_handle_t *h, bus_size_t offset) in mac68k_bsr1()
375 mac68k_bsr1_gen(bus_space_tag_t t, bus_space_handle_t *h, bus_size_t offset) in mac68k_bsr1_gen()
381 mac68k_bsr2(bus_space_tag_t t, bus_space_handle_t *h, bus_size_t offset) in mac68k_bsr2()
387 mac68k_bsr2_swap(bus_space_tag_t t, bus_space_handle_t *h, bus_size_t offset) in mac68k_bsr2_swap()
[all …]
/netbsd/src/sys/arch/amigappc/include/
Dbus_funcs.h37 #define bus_space_subregion(t, h, o, s, hp) \ argument
40 #define bus_space_unmap(t, h, s) \ argument
49 #define dbsdr(n, t, h, o) ((t)->absm->n)((h), (o)) argument
50 #define dbsdw(n, t, h, o, v) ((t)->absm->n)((h), (o), (v)) argument
51 #define dbsm(n, t, h, o, p, c) ((t)->absm->n)((h), (o), (p), (c)) argument
52 #define dbss(n, t, h, o, v, c) ((t)->absm->n)((h), (o), (v), (c)) argument
53 #define dbsc(n, t, h, o, v, c) ((t)->absm->n)((h), (o), (v), (c)) argument
57 #define bus_space_read_1(t, h, o) dbsdr(bsr1, t, h, o) argument
58 #define bus_space_write_1(t, h, o, v) dbsdw(bsw1, t, h, o, v) argument
60 #define bus_space_read_multi_1(t, h, o, p, c) dbsm(bsrm1, t, h, o, p, c) argument
[all …]
/netbsd/src/sys/arch/mips/include/
Dbus_space_funcs.h70 #define __bs_r(type, sz, tn, t, h, o) \ argument
74 #define __bs_w(type, sz, tn, t, h, o, v) \ argument
80 #define __bs_nonsingle(type, sz, tn, t, h, o, a, c) \ argument
87 #define __bs_set(type, sz, tn, t, h, o, v, c) \ argument
108 #define bus_space_unmap(t, h, s) \ argument
110 #define mips_bus_space_unmap_noacct(t, h, s) \ argument
112 #define bus_space_subregion(t, h, o, s, hp) \ argument
126 #define bus_space_free(t, h, s) \ argument
132 #define bus_space_vaddr(t, h) \ argument
144 #define bus_space_barrier(t, h, o, l, f) \ argument
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
Dec_curve.c34 EC_CURVE_DATA h; member
66 EC_CURVE_DATA h; member
104 EC_CURVE_DATA h; member
148 EC_CURVE_DATA h; member
206 EC_CURVE_DATA h; member
238 EC_CURVE_DATA h; member
270 EC_CURVE_DATA h; member
308 EC_CURVE_DATA h; member
346 EC_CURVE_DATA h; member
385 EC_CURVE_DATA h; member
[all …]
/netbsd/src/sys/arch/amiga/include/
Dbus.h160 #define bus_space_subregion(t, h, o, s, hp) \ argument
163 #define bus_space_unmap(t, h, s) \ argument
172 #define dbsdr(n, t, h, o) ((t)->absm->n)((h), (o)) argument
173 #define dbsdw(n, t, h, o, v) ((t)->absm->n)((h), (o), (v)) argument
174 #define dbsm(n, t, h, o, p, c) ((t)->absm->n)((h), (o), (p), (c)) argument
175 #define dbss(n, t, h, o, v, c) ((t)->absm->n)((h), (o), (v), (c)) argument
176 #define dbsc(n, t, h, o, v, c) ((t)->absm->n)((h), (o), (v), (c)) argument
180 #define bus_space_read_1(t, h, o) dbsdr(bsr1, t, h, o) argument
181 #define bus_space_write_1(t, h, o, v) dbsdw(bsw1, t, h, o, v) argument
183 #define bus_space_read_multi_1(t, h, o, p, c) dbsm(bsrm1, t, h, o, p, c) argument
[all …]
/netbsd/src/sys/arch/luna68k/include/
Dbus.h151 #define bus_space_read_1(t, h, o) \ argument
154 #define bus_space_read_2(t, h, o) \ argument
157 #define bus_space_read_4(t, h, o) \ argument
169 #define bus_space_read_multi_1(t, h, o, a, c) do { \ argument
183 #define bus_space_read_multi_2(t, h, o, a, c) do { \ argument
197 #define bus_space_read_multi_4(t, h, o, a, c) do { \ argument
221 #define bus_space_read_region_1(t, h, o, a, c) do { \ argument
236 #define bus_space_read_region_2(t, h, o, a, c) do { \ argument
251 #define bus_space_read_region_4(t, h, o, a, c) do { \ argument
274 #define bus_space_write_1(t, h, o, v) \ argument
[all …]
/netbsd/src/sys/arch/news68k/include/
Dbus.h167 #define bus_space_read_1(t, h, o) \ argument
170 #define bus_space_read_2(t, h, o) \ argument
173 #define bus_space_read_4(t, h, o) \ argument
185 #define bus_space_read_multi_1(t, h, o, a, c) do { \ argument
199 #define bus_space_read_multi_2(t, h, o, a, c) do { \ argument
213 #define bus_space_read_multi_4(t, h, o, a, c) do { \ argument
237 #define bus_space_read_region_1(t, h, o, a, c) do { \ argument
251 #define bus_space_read_region_2(t, h, o, a, c) do { \ argument
265 #define bus_space_read_region_4(t, h, o, a, c) do { \ argument
288 #define bus_space_write_1(t, h, o, v) \ argument
[all …]
/netbsd/src/sys/arch/mac68k/include/
Dbus.h262 #define bus_space_read_1(t,h,o) (h).bsr1((t), &(h), (o)) argument
263 #define bus_space_read_2(t,h,o) (h).bsr2((t), &(h), (o)) argument
264 #define bus_space_read_4(t,h,o) (h).bsr4((t), &(h), (o)) argument
265 #define bus_space_read_stream_1(t,h,o) (h).bsrs1((t), &(h), (o)) argument
266 #define bus_space_read_stream_2(t,h,o) (h).bsrs2((t), &(h), (o)) argument
267 #define bus_space_read_stream_4(t,h,o) (h).bsrs4((t), &(h), (o)) argument
302 #define bus_space_read_multi_1(t, h, o, a, c) do { \ argument
306 #define bus_space_read_multi_2(t, h, o, a, c) do { \ argument
310 #define bus_space_read_multi_4(t, h, o, a, c) do { \ argument
314 #define bus_space_read_multi_stream_1(t, h, o, a, c) do { \ argument
[all …]
/netbsd/src/sys/arch/atari/include/
Dbus_funcs.h95 #define __abs_p(sz, t, h, o) \ argument
97 #define __abs_rs(sz, t, h, o) \ argument
99 #define __abs_rss(sz, t, h, o) \ argument
101 #define __abs_ws(sz, t, h, o, v) \ argument
103 #define __abs_wss(sz, t, h, o, v) \ argument
105 #define __abs_nonsingle(type, sz, t, h, o, a, c) \ argument
107 #define __abs_set(type, sz, t, h, o, v, c) \ argument
128 #define bus_space_peek_1(t, h, o) __abs_p(1,(t),(h),(o)) argument
129 #define bus_space_peek_2(t, h, o) __abs_p(2,(t),(h),(o)) argument
130 #define bus_space_peek_4(t, h, o) __abs_p(4,(t),(h),(o)) argument
[all …]
/netbsd/src/external/bsd/mdocml/dist/
Dhtml.c128 struct html *h; in html_alloc() local
150 html_reset_internal(struct html *h) in html_reset_internal()
183 print_gen_head(struct html *h) in print_gen_head()
226 print_metaf(struct html *h, enum mandoc_esc deco) in print_metaf()
282 html_close_paragraph(struct html *h) in html_close_paragraph()
307 html_fillmode(struct html *h, enum roff_tok want) in html_fillmode()
393 print_escape(struct html *h, char c) in print_escape()
424 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode()
550 print_href(struct html *h, const char *name, const char *sec, int man) in print_href()
586 print_otag(struct html *h, enum htmltag tag, const char *fmt, ...) in print_otag()
[all …]
Dcompat_ohash.c72 ohash_delete(struct ohash *h) in ohash_delete()
81 ohash_resize(struct ohash *h) in ohash_resize()
129 ohash_remove(struct ohash *h, unsigned int i) in ohash_remove()
147 ohash_find(struct ohash *h, unsigned int i) in ohash_find()
156 ohash_insert(struct ohash *h, unsigned int i, void *p) in ohash_insert()
174 ohash_entries(struct ohash *h) in ohash_entries()
180 ohash_first(struct ohash *h, unsigned int *pos) in ohash_first()
187 ohash_next(struct ohash *h, unsigned int *pos) in ohash_next()
196 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init()
233 ohash_lookup_interval(struct ohash *h, const char *start, const char *end, in ohash_lookup_interval()
[all …]
/netbsd/src/sys/arch/next68k/include/
Dbus_space.h91 #define bus_space_unmap(t, h, s) argument
93 #define bus_space_subregion(t, h, o, s, hp) \ argument
105 #define bus_space_free(t, h, s) argument
124 #define bus_space_read_1(t, h, o) \ argument
127 #define bus_space_read_2(t, h, o) \ argument
130 #define bus_space_read_4(t, h, o) \ argument
142 #define bus_space_read_multi_1(t, h, o, a, c) do { \ argument
156 #define bus_space_read_multi_2(t, h, o, a, c) do { \ argument
170 #define bus_space_read_multi_4(t, h, o, a, c) do { \ argument
194 #define bus_space_read_region_1(t, h, o, a, c) do { \ argument
[all …]
/netbsd/src/external/gpl3/binutils/dist/include/
Dobstack.h228 #define obstack_base(h) ((void *) (h)->object_base) argument
232 #define obstack_chunk_size(h) ((h)->chunk_size) argument
236 #define obstack_next_free(h) ((void *) (h)->next_free) argument
240 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument
243 #define obstack_init(h) \ argument
248 #define obstack_begin(h, size) \ argument
253 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument
258 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
263 #define obstack_chunkfun(h, newchunkfun) \ argument
266 #define obstack_freefun(h, newfreefun) \ argument
[all …]
/netbsd/src/external/gpl3/gcc/dist/include/
Dobstack.h228 #define obstack_base(h) ((void *) (h)->object_base) argument
232 #define obstack_chunk_size(h) ((h)->chunk_size) argument
236 #define obstack_next_free(h) ((void *) (h)->next_free) argument
240 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument
243 #define obstack_init(h) \ argument
248 #define obstack_begin(h, size) \ argument
253 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument
258 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
263 #define obstack_chunkfun(h, newchunkfun) \ argument
266 #define obstack_freefun(h, newfreefun) \ argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/
Dobstack.h228 #define obstack_base(h) ((void *) (h)->object_base) argument
232 #define obstack_chunk_size(h) ((h)->chunk_size) argument
236 #define obstack_next_free(h) ((void *) (h)->next_free) argument
240 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument
243 #define obstack_init(h) \ argument
248 #define obstack_begin(h, size) \ argument
253 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument
258 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
263 #define obstack_chunkfun(h, newchunkfun) \ argument
266 #define obstack_freefun(h, newfreefun) \ argument
[all …]
/netbsd/src/sys/arch/evbcf/include/
Dbus_space.h145 #define bus_space_subregion(t, h, o, s, hp) \ argument
154 #define bus_space_free(t, h, s) argument
165 #define bus_space_peek_1(t, h, o, vp) \ argument
168 #define bus_space_peek_2(t, h, o, vp) \ argument
171 #define bus_space_peek_4(t, h, o, vp) \ argument
183 #define bus_space_poke_1(t, h, o, v) \ argument
186 #define bus_space_poke_2(t, h, o, v) \ argument
189 #define bus_space_poke_4(t, h, o, v) \ argument
199 #define bus_space_read_1(t,h,o) \ argument
201 #define bus_space_read_2(t,h,o) \ argument
[all …]
/netbsd/src/sys/arch/mvme68k/include/
Dbus_space.h148 #define bus_space_subregion(t, h, o, s, hp) \ argument
157 #define bus_space_free(t, h, s) argument
168 #define bus_space_peek_1(t, h, o, vp) \ argument
171 #define bus_space_peek_2(t, h, o, vp) \ argument
174 #define bus_space_peek_4(t, h, o, vp) \ argument
186 #define bus_space_poke_1(t, h, o, v) \ argument
189 #define bus_space_poke_2(t, h, o, v) \ argument
192 #define bus_space_poke_4(t, h, o, v) \ argument
202 #define bus_space_read_1(t,h,o) \ argument
204 #define bus_space_read_2(t,h,o) \ argument
[all …]
/netbsd/src/sys/arch/sparc64/include/
Dbus_funcs.h136 #define bus_space_vaddr(t, h) (PHYS_ASI((h)._asi) ? \ argument
139 #define bus_space_barrier(t, h, o, s, f) \ argument
143 sparc_bus_space_barrier(bus_space_tag_t t, bus_space_handle_t h, in sparc_bus_space_barrier()
171 #define bus_space_read_1(t, h, o) \ argument
174 #define bus_space_read_2(t, h, o) \ argument
177 #define bus_space_read_4(t, h, o) \ argument
180 #define bus_space_read_8(t, h, o) \ argument
183 #define bus_space_read_1(t, h, o) ({ \ argument
192 #define bus_space_read_2(t, h, o) ({ \ argument
201 #define bus_space_read_4(t, h, o) ({ \ argument
[all …]
/netbsd/src/sys/arch/evbsh3/include/
Dbus_funcs.h75 #define __bs_rs(sz, tn, t, h, o) \ argument
78 #define __bs_rss(sz, tn, t, h, o) \ argument
82 #define __bs_ws(sz, tn, t, h, o, v) \ argument
87 #define __bs_wss(sz, tn, t, h, o, v) \ argument
93 #define __bs_nonsingle(type, sz, tn, t, h, o, a, c) \ argument
100 #define __bs_set(type, sz, tn, t, h, o, v, c) \ argument
119 #define bus_space_unmap(t, h, s) \ argument
121 #define bus_space_subregion(t, h, o, s, hp) \ argument
133 #define bus_space_free(t, h, s) \ argument
139 #define bus_space_vaddr(t, h) \ argument
[all …]
/netbsd/src/sys/arch/hppa/include/
Dbus_funcs.h39 #define bus_space_unmap(t,h,c) \ argument
41 #define bus_space_subregion(t,h,o,c,hp) \ argument
45 #define bus_space_free(t,h,c) \ argument
47 #define bus_space_barrier(t,h,o,l,op) \ argument
49 #define bus_space_vaddr(t,h) \ argument
54 #define bus_space_read_1(t,h,o) (((t)->hbt_r1)((t)->hbt_cookie,(h),(o))) argument
55 #define bus_space_read_2(t,h,o) (((t)->hbt_r2)((t)->hbt_cookie,(h),(o))) argument
56 #define bus_space_read_4(t,h,o) (((t)->hbt_r4)((t)->hbt_cookie,(h),(o))) argument
57 #define bus_space_read_8(t,h,o) (((t)->hbt_r8)((t)->hbt_cookie,(h),(o))) argument
59 #define bus_space_read_stream_1(t,h,o) (bus_space_read_1(t,h,o)) argument
[all …]
/netbsd/src/sys/arch/powerpc/include/
Dbus_funcs.h124 #define bus_space_vaddr(t, h) ((void *)(h)) argument
153 #define bus_space_unmap(t, h, s) \ argument
164 #define bus_space_subregion(t, h, o, s, hp) \ argument
186 #define bus_space_free(t, h, s) \ argument
197 #define bus_space_read_1(t, h, o) \ argument
199 #define bus_space_read_2(t, h, o) \ argument
201 #define bus_space_read_4(t, h, o) \ argument
203 #define bus_space_read_8(t, h, o) \ argument
214 #define bus_space_read_stream_2(t, h, o) \ argument
216 #define bus_space_read_stream_4(t, h, o) \ argument
[all …]
/netbsd/src/lib/libradius/
Dradlib.c98 clear_password(struct rad_handle *h) in clear_password()
108 generr(struct rad_handle *h, const char *format, ...) in generr()
118 insert_scrambled_password(struct rad_handle *h, size_t srv) in insert_scrambled_password()
152 insert_request_authenticator(struct rad_handle *h, size_t srv) in insert_request_authenticator()
174 insert_message_authenticator(struct rad_handle *h, size_t srv) in insert_message_authenticator()
204 is_valid_response(struct rad_handle *h, size_t srv, in is_valid_response()
289 put_password_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_password_attr()
319 put_raw_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_raw_attr()
337 rad_add_server(struct rad_handle *h, const char *host, int port, in rad_add_server()
387 rad_close(struct rad_handle *h) in rad_close()
[all …]

12345678910>>...57