/freebsd-src/lib/libifconfig/ |
H A D | libifconfig.c | 59 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 D | libifconfig_internal.c | 41 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-src/lib/libtacplus/ |
H A D | taclib.c | 93 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-src/crypto/openssl/crypto/ec/ |
H A D | ec_curve.c | 34 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-src/contrib/bc/src/ |
H A D | history.c | 173 bc_history_init(BcHistory* h) in bc_history_init() argument 220 bc_history_free(BcHistory * h) bc_history_free() argument 228 bc_history_line(BcHistory * h,BcVec * vec,const char * prompt) bc_history_line() argument 325 bc_history_init(BcHistory * h) bc_history_init() argument 335 bc_history_free(BcHistory * h) bc_history_free() argument 341 bc_history_line(BcHistory * h,BcVec * vec,const char * prompt) bc_history_line() argument 820 bc_history_enableRaw(BcHistory * h) bc_history_enableRaw() argument 883 bc_history_disableRaw(BcHistory * h) bc_history_disableRaw() argument 1034 bc_history_refresh(BcHistory * h) bc_history_refresh() argument 1106 bc_history_edit_insert(BcHistory * h,const char * cbuf,size_t clen) bc_history_edit_insert() argument 1162 bc_history_edit_left(BcHistory * h) bc_history_edit_left() argument 1179 bc_history_edit_right(BcHistory * h) bc_history_edit_right() argument 1196 bc_history_edit_wordEnd(BcHistory * h) bc_history_edit_wordEnd() argument 1223 bc_history_edit_wordStart(BcHistory * h) bc_history_edit_wordStart() argument 1250 bc_history_edit_home(BcHistory * h) bc_history_edit_home() argument 1267 bc_history_edit_end(BcHistory * h) bc_history_edit_end() argument 1286 bc_history_edit_next(BcHistory * h,bool dir) bc_history_edit_next() argument 1336 bc_history_edit_delete(BcHistory * h) bc_history_edit_delete() argument 1364 bc_history_edit_backspace(BcHistory * h) bc_history_edit_backspace() argument 1393 bc_history_edit_deletePrevWord(BcHistory * h) bc_history_edit_deletePrevWord() argument 1430 bc_history_edit_deleteNextWord(BcHistory * h) bc_history_edit_deleteNextWord() argument 1463 bc_history_swap(BcHistory * h) bc_history_swap() argument 1500 bc_history_raise(BcHistory * h,int sig) bc_history_raise() argument 1513 bc_history_escape(BcHistory * h) bc_history_escape() argument 1700 bc_history_add(BcHistory * h,char * line) bc_history_add() argument 1727 bc_history_add_empty(BcHistory * h) bc_history_add_empty() argument 1751 bc_history_reset(BcHistory * h) bc_history_reset() argument 1772 bc_history_printCtrl(BcHistory * h,unsigned int c) bc_history_printCtrl() argument 1811 bc_history_edit(BcHistory * h,const char * prompt) bc_history_edit() argument 2039 bc_history_stdinHasData(BcHistory * h) bc_history_stdinHasData() argument 2051 bc_history_line(BcHistory * h,BcVec * vec,const char * prompt) bc_history_line() argument 2107 bc_history_init(BcHistory * h) bc_history_init() argument 2181 bc_history_free(BcHistory * h) bc_history_free() argument 2205 bc_history_printKeyCodes(BcHistory * h) bc_history_printKeyCodes() argument [all...] |
/freebsd-src/lib/libradius/ |
H A D | radlib.c | 76 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-src/contrib/mandoc/ |
H A D | html.c | 139 struct html *h; html_alloc() local 162 html_reset_internal(struct html * h) html_reset_internal() argument 195 print_gen_head(struct html * h) print_gen_head() argument 235 html_setfont(struct html * h,enum mandoc_esc font) html_setfont() argument 261 print_metaf(struct html * h) print_metaf() argument 295 html_close_paragraph(struct html * h) html_close_paragraph() argument 317 html_fillmode(struct html * h,enum roff_tok want) html_fillmode() argument 432 print_escape(struct html * h,char c) print_escape() argument 463 print_encode(struct html * h,const char * p,const char * pend,int norecurse) print_encode() argument 592 print_href(struct html * h,const char * name,const char * sec,int man) print_href() argument 628 print_otag(struct html * h,enum htmltag tag,const char * fmt,...) print_otag() argument 799 print_otag_id(struct html * h,enum htmltag elemtype,const char * cattr,struct roff_node * n) print_otag_id() argument 836 print_ctag(struct html * h,struct tag * tag) print_ctag() argument 869 print_gen_decls(struct html * h) print_gen_decls() argument 876 print_gen_comment(struct html * h,struct roff_node * n) print_gen_comment() argument 902 print_text(struct html * h,const char * word) print_text() argument 908 print_tagged_text(struct html * h,const char * word,struct roff_node * n) print_tagged_text() argument 964 print_tagq(struct html * h,const struct tag * until) print_tagq() argument 980 print_stagq(struct html * h,const struct tag * suntil) print_stagq() argument 1005 print_byte(struct html * h,char c) print_byte() argument 1035 print_endline(struct html * h) print_endline() argument 1056 print_endword(struct html * h) print_endword() argument 1081 print_indent(struct html * h) print_indent() argument 1098 print_word(struct html * h,const char * cp) print_word() argument [all...] |
H A D | compat_ohash.c | 64 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-src/contrib/lib9p/ |
H A D | hashtable.c | 41 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-src/lib/libopenbsd/ |
H A D | ohash.c | 62 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-src/sys/arm64/include/ |
H A D | bus.h | 293 #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-src/sys/riscv/include/ |
H A D | bus.h | 262 #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-src/contrib/googletest/googletest/include/gtest/internal/custom/ |
H A D | README.md | 7 ### The following macros can be defined: 18 ### Logging: 24 ### Threading: 33 ### Underlying library support features 37 ### Exporting API symbols:
|
/freebsd-src/sys/powerpc/include/ |
H A D | bus.h | 264 #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-src/stand/kshim/ |
H A D | bsd_busspace.c | 49 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-src/contrib/libedit/ |
H A D | history.c | 114 #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-src/contrib/wpa/src/wps/ |
H A D | httpread.c | 127 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-src/contrib/libucl/klib/ |
H A D | khash.h | 397 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-src/sys/kern/ |
H A D | kern_khelp.c | 69 khelp_register_helper(struct helper * h) khelp_register_helper() argument 118 khelp_deregister_helper(struct helper * h) khelp_deregister_helper() argument 150 struct helper *h; khelp_init_osd() local 187 struct helper *h; khelp_destroy_osd() local 209 khelp_remove_osd(struct helper * h,struct osd * hosd) khelp_remove_osd() argument 238 struct helper *h; khelp_get_id() local 290 struct helper *h; khelp_new_hhook_registered() local [all...] |
/freebsd-src/sys/fs/cd9660/ |
H A D | cd9660_rrip.h | 47 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-src/sys/arm/include/ |
H A D | bus.h | 261 #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-src/contrib/mtree/ |
H A D | only.c | 77 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-src/lib/libc/db/btree/ |
H A D | bt_delete.c | 61 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-src/sbin/route/ |
H A D | route_netlink.c | 120 nl_helper_init(struct nl_helper * h) nl_helper_init() argument 126 nl_helper_free(struct nl_helper * h) nl_helper_free() argument 142 rtmsg_nl_int(struct nl_helper * h,int cmd,int rtm_flags,int fib,int rtm_addrs,struct sockaddr_storage * so,struct rt_metrics * rt_metrics) rtmsg_nl_int() argument 302 struct nl_helper h = {}; rtmsg_nl() local 312 get_ifdata(struct nl_helper * h,uint32_t ifindex,struct snl_parsed_link_simple * link) get_ifdata() argument 343 print_getmsg(struct nl_helper * h,struct nlmsghdr * hdr,struct sockaddr * dst) print_getmsg() argument 396 print_prefix(struct nl_helper * h,char * buf,int bufsize,struct sockaddr * sa,int plen) print_prefix() argument 474 print_nlmsg_route_nhop(struct nl_helper * h,struct snl_parsed_route * r,struct rta_mpath_nh * nh,bool first) print_nlmsg_route_nhop() argument 510 print_nlmsg_route(struct nl_helper * h,struct nlmsghdr * hdr,struct snl_msg_info * cinfo) print_nlmsg_route() argument 577 print_nlmsg_link(struct nl_helper * h,struct nlmsghdr * hdr,struct snl_msg_info * cinfo) print_nlmsg_link() argument 601 print_nlmsg_addr(struct nl_helper * h,struct nlmsghdr * hdr,struct snl_msg_info * cinfo) print_nlmsg_addr() argument 651 print_nlmsg_neigh(struct nl_helper * h,struct nlmsghdr * hdr,struct snl_msg_info * cinfo) print_nlmsg_neigh() argument 710 print_nlmsg_generic(struct nl_helper * h,struct nlmsghdr * hdr,struct snl_msg_info * cinfo) print_nlmsg_generic() argument 718 print_nlmsg(struct nl_helper * h,struct nlmsghdr * hdr,struct snl_msg_info * cinfo) print_nlmsg() argument 748 struct nl_helper h; monitor_nl() local 809 flushroute_one(struct nl_helper * h,struct snl_parsed_route * r) flushroute_one() argument 861 struct nl_helper h = {}; flushroutes_fib_nl() local [all...] |
/freebsd-src/usr.sbin/makefs/ffs/ |
H A D | ffs_subr.c | 83 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()
|