Home
last modified time | relevance | path

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

12345678910>>...39

/freebsd/lib/libifconfig/
H A Dlibifconfig.c59 isnd6defif(ifconfig_handle_t *h, const char *name) in isnd6defif()
77 ifconfig_handle_t *h; in ifconfig_open() local
92 ifconfig_close(ifconfig_handle_t *h) in ifconfig_close()
105 ifconfig_err_errtype(ifconfig_handle_t *h) in ifconfig_err_errtype()
112 ifconfig_err_errno(ifconfig_handle_t *h) in ifconfig_err_errno()
119 ifconfig_err_ioctlreq(ifconfig_handle_t *h) in ifconfig_err_ioctlreq()
126 ifconfig_foreach_iface(ifconfig_handle_t *h, in ifconfig_foreach_iface()
151 ifconfig_foreach_ifaddr(ifconfig_handle_t *h, struct ifaddrs *ifa, in ifconfig_foreach_ifaddr()
166 ifconfig_get_description(ifconfig_handle_t *h, const char *name, in ifconfig_get_description()
218 ifconfig_set_description(ifconfig_handle_t *h, const char *name, in ifconfig_set_description()
[all …]
H A Dlibifconfig_internal.c41 ifconfig_getifaddrs(ifconfig_handle_t *h) in ifconfig_getifaddrs()
54 ifconfig_ioctlwrap(ifconfig_handle_t *h, const int addressfamily, in ifconfig_ioctlwrap()
78 ifconfig_socket(ifconfig_handle_t *h, const int addressfamily, int *s) in ifconfig_socket()
105 ifconfig_error_clear(ifconfig_handle_t *h) in ifconfig_error_clear()
112 ifconfig_error(ifconfig_handle_t *h, ifconfig_errtype type, int error) in ifconfig_error()
/freebsd/lib/libtacplus/
H A Dtaclib.c93 add_str_8(struct tac_handle *h, u_int8_t *fld, struct tac_str *cs) in add_str_8()
117 add_str_16(struct tac_handle *h, u_int16_t *fld, struct tac_str *cs) in add_str_16()
228 close_connection(struct tac_handle *h) in close_connection()
237 conn_server(struct tac_handle *h) in conn_server()
312 crypt_msg(struct tac_handle *h, struct tac_msg *msg) in crypt_msg()
360 dup_str(struct tac_handle *h, const struct tac_str *ss, size_t *len) in dup_str()
375 establish_connection(struct tac_handle *h) in establish_connection()
418 generr(struct tac_handle *h, const char *format, ...) in generr()
445 get_srvr_end(struct tac_handle *h) in get_srvr_end()
461 get_str(struct tac_handle *h, const char *field, in get_str()
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A 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 …]
/freebsd/contrib/bc/src/
H A Dhistory.c173 bc_history_init(BcHistory* h) in bc_history_init()
220 bc_history_free(BcHistory* h) in bc_history_free()
228 bc_history_line(BcHistory* h, BcVec* vec, const char* prompt) in bc_history_line()
336 bc_history_init(BcHistory* h) in bc_history_init()
346 bc_history_free(BcHistory* h) in bc_history_free()
352 bc_history_line(BcHistory* h, BcVec* vec, const char* prompt) in bc_history_line()
831 bc_history_enableRaw(BcHistory* h) in bc_history_enableRaw()
894 bc_history_disableRaw(BcHistory* h) in bc_history_disableRaw()
1045 bc_history_refresh(BcHistory* h) in bc_history_refresh()
1117 bc_history_edit_insert(BcHistory* h, const char* cbuf, size_t clen) in bc_history_edit_insert()
[all …]
/freebsd/lib/libradius/
H A Dradlib.c76 clear_password(struct rad_handle *h) in clear_password()
86 generr(struct rad_handle *h, const char *format, ...) in generr()
96 insert_scrambled_password(struct rad_handle *h, int srv) in insert_scrambled_password()
130 insert_request_authenticator(struct rad_handle *h, int resp) in insert_request_authenticator()
150 insert_message_authenticator(struct rad_handle *h, int resp) in insert_message_authenticator()
181 is_valid_response(struct rad_handle *h, int srv, in is_valid_response()
281 is_valid_request(struct rad_handle *h) in is_valid_request()
363 put_password_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_password_attr()
393 put_raw_attr(struct rad_handle *h, int type, const void *value, size_t len) in put_raw_attr()
411 rad_add_server(struct rad_handle *h, const char *host, int port, in rad_add_server()
[all …]
/freebsd/contrib/mandoc/
H A Dhtml.c142 struct html *h; in html_alloc() local
165 html_reset_internal(struct html *h) in html_reset_internal()
198 print_gen_head(struct html *h) in print_gen_head()
238 html_setfont(struct html *h, enum mandoc_esc font) in html_setfont()
264 print_metaf(struct html *h) in print_metaf()
298 html_close_paragraph(struct html *h) in html_close_paragraph()
320 html_fillmode(struct html *h, enum roff_tok want) in html_fillmode()
438 print_escape(struct html *h, char c) in print_escape()
469 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode()
598 print_href(struct html *h, const char *name, const char *sec, int man) in print_href()
[all …]
H A Dcompat_ohash.c64 ohash_delete(struct ohash *h) in ohash_delete()
73 ohash_resize(struct ohash *h) in ohash_resize()
121 ohash_remove(struct ohash *h, unsigned int i) in ohash_remove()
139 ohash_find(struct ohash *h, unsigned int i) in ohash_find()
148 ohash_insert(struct ohash *h, unsigned int i, void *p) in ohash_insert()
166 ohash_entries(struct ohash *h) in ohash_entries()
172 ohash_first(struct ohash *h, unsigned int *pos) in ohash_first()
179 ohash_next(struct ohash *h, unsigned int *pos) in ohash_next()
188 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init()
225 ohash_lookup_interval(struct ohash *h, const char *start, const char *end, in ohash_lookup_interval()
[all …]
/freebsd/contrib/lib9p/
H A Dhashtable.c41 ht_init(struct ht *h, ssize_t size) in ht_init()
55 ht_destroy(struct ht *h) in ht_destroy()
74 ht_find(struct ht *h, uint32_t hash) in ht_find()
85 ht_find_locked(struct ht *h, uint32_t hash) in ht_find_locked()
101 ht_add(struct ht *h, uint32_t hash, void *value) in ht_add()
127 ht_remove(struct ht *h, uint32_t hash) in ht_remove()
138 ht_remove_locked(struct ht *h, uint32_t hash) in ht_remove_locked()
175 struct ht *h; in ht_iter_advance() local
206 struct ht *h; in ht_remove_at_iter() local
238 ht_iter(struct ht *h, struct ht_iter *iter) in ht_iter()
[all …]
/freebsd/lib/libopenbsd/
H A Dohash.c62 ohash_delete(struct ohash *h) in ohash_delete()
71 ohash_resize(struct ohash *h) in ohash_resize()
119 ohash_remove(struct ohash *h, unsigned int i) in ohash_remove()
137 ohash_find(struct ohash *h, unsigned int i) in ohash_find()
146 ohash_insert(struct ohash *h, unsigned int i, void *p) in ohash_insert()
164 ohash_entries(struct ohash *h) in ohash_entries()
170 ohash_first(struct ohash *h, unsigned int *pos) in ohash_first()
177 ohash_next(struct ohash *h, unsigned int *pos) in ohash_next()
186 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init()
223 ohash_lookup_interval(struct ohash *h, const char *start, const char *end, in ohash_lookup_interval()
[all …]
/freebsd/sys/arm64/include/
H A Dbus.h293 #define __bs_rs(sz, t, h, o) \ argument
295 #define __bs_ws(sz, t, h, o, v) \ argument
297 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
299 #define __bs_set(type, sz, t, h, o, v, c) \ argument
305 #define __bs_rs_s(sz, t, h, o) \ argument
307 #define __bs_ws_s(sz, t, h, o, v) \ argument
309 #define __bs_peek(sz, t, h, o, vp) \ argument
311 #define __bs_poke(sz, t, h, o, v) \ argument
313 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
321 #define bus_space_unmap(t, h, s) \ argument
[all …]
/freebsd/sys/riscv/include/
H A Dbus.h262 #define __bs_rs(sz, t, h, o) \ argument
264 #define __bs_ws(sz, t, h, o, v) \ argument
266 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
268 #define __bs_set(type, sz, t, h, o, v, c) \ argument
274 #define __bs_rs_s(sz, t, h, o) \ argument
276 #define __bs_ws_s(sz, t, h, o, v) \ argument
278 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
286 #define bus_space_unmap(t, h, s) \ argument
288 #define bus_space_subregion(t, h, o, s, hp) \ argument
297 #define bus_space_free(t, h, s) \ argument
[all …]
/freebsd/sys/powerpc/include/
H A Dbus.h264 #define __bs_rs(sz, t, h, o) \ argument
266 #define __bs_ws(sz, t, h, o, v) \ argument
268 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
270 #define __bs_set(type, sz, t, h, o, v, c) \ argument
279 #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h, s) argument
280 #define bus_space_subregion(t, h, o, s, hp) (*(t)->bs_subregion)(h, o, s, hp) argument
287 #define bus_space_free(t, h, s) \ argument
293 #define bus_space_barrier(t, h, o, l, f) (*(t)->bs_barrier)(h, o, l, f) argument
298 #define bus_space_read_1(t, h, o) __bs_rs(1,t,h,o) argument
299 #define bus_space_read_2(t, h, o) __bs_rs(2,t,h,o) argument
[all …]
/freebsd/stand/kshim/
H A Dbsd_busspace.c49 bus_space_read_multi_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_1()
58 bus_space_read_multi_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_2()
67 bus_space_read_multi_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_4()
78 bus_space_write_multi_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_1()
89 bus_space_write_multi_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_2()
100 bus_space_write_multi_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_4()
111 bus_space_write_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_1()
118 bus_space_write_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_2()
125 bus_space_write_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_4()
132 bus_space_read_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) in bus_space_read_1()
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/internal/custom/
H A DREADME.md7 ### The following macros can be defined:
18 ### Logging:
24 ### Threading:
33 ### Underlying library support features
37 ### Exporting API symbols:
/freebsd/contrib/libedit/
H A Dhistory.c114 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev) argument
115 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev) argument
116 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev) argument
117 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev) argument
118 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev) argument
119 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n) argument
120 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev) argument
121 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str) argument
122 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str) argument
123 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n) argument
[all …]
/freebsd/contrib/wpa/src/wps/
H A Dhttpread.c127 void httpread_destroy(struct httpread *h) in httpread_destroy()
147 struct httpread *h = user_ctx; in httpread_timeout_handler() local
157 struct httpread *h, in httpread_hdr_option_analyze()
199 static int httpread_hdr_analyze(struct httpread *h) in httpread_hdr_analyze()
369 struct httpread *h = sock_ctx; in httpread_read_handler() local
738 struct httpread *h = NULL; in httpread_create() local
771 enum httpread_hdr_type httpread_hdr_type_get(struct httpread *h) in httpread_hdr_type_get()
780 char * httpread_uri_get(struct httpread *h) in httpread_uri_get()
787 int httpread_reply_code_get(struct httpread *h) in httpread_reply_code_get()
794 int httpread_length_get(struct httpread *h) in httpread_length_get()
[all …]
/freebsd/contrib/libucl/klib/
H A Dkhash.h397 khint_t h = (khint_t)*s; in __ac_X31_hash_string() local
446 #define kh_destroy(name, h) kh_destroy_##name(h) argument
453 #define kh_clear(name, h) kh_clear_##name(h) argument
461 #define kh_resize(name, h, s) kh_resize_##name(h, s) argument
474 #define kh_put(name, h, k, r) kh_put_##name(h, k, r) argument
483 #define kh_get(name, h, k) kh_get_##name(h, k) argument
491 #define kh_del(name, h, k) kh_del_##name(h, k) argument
499 #define kh_exist(h, x) (!__ac_iseither((h)->flags, (x))) argument
507 #define kh_key(h, x) ((h)->keys[x]) argument
516 #define kh_val(h, x) ((h)->vals[x]) argument
[all …]
/freebsd/sys/kern/
H A Dkern_khelp.c69 khelp_register_helper(struct helper *h) in khelp_register_helper()
118 khelp_deregister_helper(struct helper *h) in khelp_deregister_helper()
150 struct helper *h; in khelp_init_osd() local
187 struct helper *h; in khelp_destroy_osd() local
209 khelp_remove_osd(struct helper *h, struct osd *hosd) in khelp_remove_osd()
238 struct helper *h; in khelp_get_id() local
290 struct helper *h; in khelp_new_hhook_registered() local
/freebsd/sys/fs/cd9660/
H A Dcd9660_rrip.h47 ISO_SUSP_HEADER h; member
55 ISO_SUSP_HEADER h; member
75 ISO_SUSP_HEADER h; member
81 ISO_SUSP_HEADER h; member
86 ISO_SUSP_HEADER h; member
91 ISO_SUSP_HEADER h; member
96 ISO_SUSP_HEADER h; member
110 ISO_SUSP_HEADER h; member
116 ISO_SUSP_HEADER h; member
121 ISO_SUSP_HEADER h; member
[all …]
/freebsd/sys/arm/include/
H A Dbus.h261 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument
263 #define __bs_set(type, sz, t, h, o, v, c) \ argument
269 #define __bs_rs_s(sz, t, h, o) \ argument
271 #define __bs_ws_s(sz, t, h, o, v) \ argument
273 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument
303 #define bus_space_unmap(t, h, s) \ argument
305 #define bus_space_subregion(t, h, o, s, hp) \ argument
314 #define bus_space_free(t, h, s) \ argument
320 #define bus_space_barrier(t, h, o, l, f) \ argument
342 #define bus_space_read_multi_1(t, h, o, a, c) \ argument
[all …]
/freebsd/contrib/mtree/
H A Donly.c77 hash_find(const char *str, uint32_t *h) in hash_find()
89 hash_insert(char *str, uint32_t h) in hash_insert()
108 uint32_t h; in fill() local
133 uint32_t h; in load_only() local
148 uint32_t h; in find_only() local
/freebsd/lib/libc/db/btree/
H A Dbt_delete.c61 PAGE *h; in __bt_delete() local
140 PAGE *h; in __bt_stkacq() local
282 PAGE *h; in __bt_bdelete() local
364 __bt_pdelete(BTREE *t, PAGE *h) in __bt_pdelete()
458 __bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_dleaf()
519 __bt_curdel(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_curdel()
614 __bt_relink(BTREE *t, PAGE *h) in __bt_relink()
/freebsd/sbin/route/
H A Droute_netlink.c120 nl_helper_init(struct nl_helper *h) in nl_helper_init()
126 nl_helper_free(struct nl_helper *h) in nl_helper_free()
142 rtmsg_nl_int(struct nl_helper *h, int cmd, int rtm_flags, int fib, int rtm_addrs, in rtmsg_nl_int()
302 struct nl_helper h = {}; in rtmsg_nl() local
312 get_ifdata(struct nl_helper *h, uint32_t ifindex, struct snl_parsed_link_simple *link) in get_ifdata()
343 print_getmsg(struct nl_helper *h, struct nlmsghdr *hdr, struct sockaddr *dst) in print_getmsg()
396 print_prefix(struct nl_helper *h, char *buf, int bufsize, struct sockaddr *sa, int plen) in print_prefix()
474 print_nlmsg_route_nhop(struct nl_helper *h, struct snl_parsed_route *r, in print_nlmsg_route_nhop()
510 print_nlmsg_route(struct nl_helper *h, struct nlmsghdr *hdr, in print_nlmsg_route()
577 print_nlmsg_link(struct nl_helper *h, struct nlmsghdr *hdr, in print_nlmsg_link()
[all …]
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_subr.c83 ffs_isblock(struct fs *fs, u_char *cp, int32_t h) in ffs_isblock()
111 ffs_isfreeblock(struct fs *fs, u_char *cp, int32_t h) in ffs_isfreeblock()
133 ffs_clrblock(struct fs *fs, u_char *cp, int32_t h) in ffs_clrblock()
159 ffs_setblock(struct fs *fs, u_char *cp, int32_t h) in ffs_setblock()

12345678910>>...39