Home
last modified time | relevance | path

Searched defs:h (Results 26 – 50 of 1058) sorted by relevance

12345678910>>...43

/freebsd/crypto/krb5/src/util/support/
H A Dplugins.c85 open_plugin_dlfcn(struct plugin_file_handle *h, const char *filename, in open_plugin_dlfcn()
105 get_sym_dlfcn(struct plugin_file_handle *h, const char *csymname, in get_sym_dlfcn()
126 close_plugin_dlfcn(struct plugin_file_handle *h) in close_plugin_dlfcn()
136 open_plugin_win32(struct plugin_file_handle *h, const char *filename, in open_plugin_win32()
150 get_sym_win32(struct plugin_file_handle *h, const char *csymname, in get_sym_win32()
177 close_plugin_win32(struct plugin_file_handle *h) in close_plugin_win32()
187 open_plugin_dummy(struct plugin_file_handle *h, const char *filename, in open_plugin_dummy()
196 get_sym_dummy(struct plugin_file_handle *h, const char *csymname, in get_sym_dummy()
204 close_plugin_dummy(struct plugin_file_handle *h) in close_plugin_dummy()
216 struct plugin_file_handle *h; in krb5int_open_plugin() local
[all …]
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c40 struct helper *h; member
124 struct helper *h; member
352 struct helper *h = arg; in get_time() local
364 static int skip_time_ms(struct helper *h, struct helper_local *hl) in skip_time_ms()
381 static int check_rejected(struct helper *h, struct helper_local *hl) in check_rejected()
394 static int check_stream_reset(struct helper *h, struct helper_local *hl) in check_stream_reset()
406 static int check_stream_stopped(struct helper *h, struct helper_local *hl) in check_stream_stopped()
418 static int override_key_update(struct helper *h, struct helper_local *hl) in override_key_update()
426 static int trigger_key_update(struct helper *h, struct helper_local *hl) in trigger_key_update()
434 static int check_key_update_ge(struct helper *h, struct helper_local *hl) in check_key_update_ge()
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c88 PAGE *h; local
130 __bt_dmpage(h) in __bt_dmpage() argument
174 PAGE *h; local
192 __bt_dpage(dbp, h) in __bt_dpage() argument
305 __bt_dmpage(PAGE *h) in __bt_dmpage()
315 __bt_dpage(DB *dbp, PAGE *h) in __bt_dpage()
336 PAGE *h; local
H A Dbt_delete.c66 PAGE *h; in __bt_delete() local
145 PAGE *h; in __bt_stkacq() local
288 PAGE *h; in __bt_bdelete() local
370 __bt_pdelete(BTREE *t, PAGE *h) in __bt_pdelete()
464 __bt_dleaf(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_dleaf()
525 __bt_curdel(BTREE *t, const DBT *key, PAGE *h, u_int idx) in __bt_curdel()
620 __bt_relink(BTREE *t, PAGE *h) in __bt_relink()
H A Dbt_split.c89 PAGE *h, *l, *r, *lchild, *rchild; in __bt_split() local
343 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_page()
444 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_root()
487 bt_rroot(BTREE *t, PAGE *h, PAGE *l, PAGE *r) in bt_rroot()
525 bt_broot(BTREE *t, PAGE *h, PAGE *l, PAGE *r) in bt_broot()
603 bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen) in bt_psplit()
780 PAGE *h; in bt_preserve() local
804 rec_total(PAGE *h) in rec_total()
/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/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c306 static void fe_frombytes_strict(fe *h, const uint8_t s[32]) { in fe_frombytes_strict()
313 static void fe_frombytes(fe *h, const uint8_t s[32]) { in fe_frombytes()
326 static void fe_0(fe *h) { in fe_0()
330 static void fe_loose_0(fe_loose *h) { in fe_loose_0()
335 static void fe_1(fe *h) { in fe_1()
340 static void fe_loose_1(fe_loose *h) { in fe_loose_1()
347 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add()
356 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub()
363 static void fe_carry(fe *h, const fe_loose* f) { in fe_carry()
378 static void fe_mul_ltt(fe_loose *h, const fe *f, const fe *g) { in fe_mul_ltt()
[all …]
/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()
H A Dbt_debug.c55 PAGE *h; in __bt_dump() local
94 __bt_dmpage(PAGE *h) in __bt_dmpage()
130 PAGE *h; in __bt_dnpage() local
144 __bt_dpage(PAGE *h) in __bt_dpage()
245 PAGE *h; in __bt_stat() local
H A Dbt_split.c80 PAGE *h, *l, *r, *lchild, *rchild; in __bt_split() local
333 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_page()
431 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_root()
474 bt_rroot(BTREE *t, PAGE *h, PAGE *l, PAGE *r) in bt_rroot()
512 bt_broot(BTREE *t, PAGE *h, PAGE *l, PAGE *r) in bt_broot()
590 bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen) in bt_psplit()
766 PAGE *h; in bt_preserve() local
790 rec_total(PAGE *h) in rec_total()
/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()
/freebsd/crypto/openssh/openbsd-compat/
H A Dmemmem.c38 twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in twobyte_memmem()
47 threebyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in threebyte_memmem()
57 fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in fourbyte_memmem()
80 twoway_memmem(const unsigned char *h, const unsigned char *z, in twoway_memmem()
176 const unsigned char *h = h0, *n = n0; in memmem() local
/freebsd/lib/libc/string/
H A Dstrstr.c29 twobyte_strstr(const unsigned char *h, const unsigned char *n) in twobyte_strstr()
38 threebyte_strstr(const unsigned char *h, const unsigned char *n) in threebyte_strstr()
48 fourbyte_strstr(const unsigned char *h, const unsigned char *n) in fourbyte_strstr()
73 twoway_strstr(const unsigned char *h, const unsigned char *n) in twoway_strstr()
195 strstr(const char *h, const char *n) in strstr()
H A Dmemmem.c29 twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in twobyte_memmem()
39 threebyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in threebyte_memmem()
50 fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in fourbyte_memmem()
76 twoway_memmem(const unsigned char *h, const unsigned char *z, in twoway_memmem()
186 const unsigned char *h = h0, *n = n0; in memmem() local
/freebsd/sys/dev/acpi_support/
H A Dacpi_panasonic.c267 acpi_panasonic_sinf(ACPI_HANDLE h, UINT64 index) in acpi_panasonic_sinf()
287 acpi_panasonic_sset(ACPI_HANDLE h, UINT64 index, UINT64 val) in acpi_panasonic_sset()
303 hkey_lcd_brightness_max(ACPI_HANDLE h, int op, UINT32 *val) in hkey_lcd_brightness_max()
324 hkey_lcd_brightness_min(ACPI_HANDLE h, int op, UINT32 *val) in hkey_lcd_brightness_min()
345 hkey_lcd_brightness(ACPI_HANDLE h, int op, UINT32 *val) in hkey_lcd_brightness()
371 hkey_sound_mute(ACPI_HANDLE h, int op, UINT32 *val) in hkey_sound_mute()
390 acpi_panasonic_hkey_event(struct acpi_panasonic_softc *sc, ACPI_HANDLE h, in acpi_panasonic_hkey_event()
427 acpi_panasonic_hkey_action(struct acpi_panasonic_softc *sc, ACPI_HANDLE h, in acpi_panasonic_hkey_action()
478 acpi_panasonic_notify(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_panasonic_notify()
/freebsd/sys/dev/acpica/
H A Dacpi_dock.c75 ACPI_HANDLE h; in acpi_dock_get_info() local
94 ACPI_HANDLE h; in acpi_dock_execute_dck() local
129 ACPI_HANDLE h; in acpi_dock_execute_lck() local
139 ACPI_HANDLE h; in acpi_dock_execute_ejx() local
260 ACPI_HANDLE h; in acpi_dock_insert() local
334 ACPI_HANDLE h; in acpi_dock_removal() local
395 acpi_dock_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_dock_notify_handler()
464 ACPI_HANDLE h, tmp; in acpi_dock_probe() local
484 ACPI_HANDLE h; in acpi_dock_attach() local
/freebsd/sys/dev/usb/controller/
H A Dmusb_otg_allwinner.c243 awusbdrd_bs_r_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o) in awusbdrd_bs_r_1()
256 awusbdrd_bs_r_1_noconf(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o) in awusbdrd_bs_r_1_noconf()
271 awusbdrd_bs_r_2(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o) in awusbdrd_bs_r_2()
281 awusbdrd_bs_w_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_w_1()
293 awusbdrd_bs_w_2(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_w_2()
305 awusbdrd_bs_rm_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_rm_1()
314 awusbdrd_bs_rm_4(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_rm_4()
323 awusbdrd_bs_wm_1(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_wm_1()
335 awusbdrd_bs_wm_4(awusb_bs_tag t, bus_space_handle_t h, bus_size_t o, in awusbdrd_bs_wm_4()
/freebsd/sys/dev/qlxgb/
H A Dqla_dbg.h60 #define QL_DUMP_BUFFER8(h, s, b, n) if (dbg_level & 0x08000000)\ argument
62 #define QL_DUMP_BUFFER16(h, s, b, n) if (dbg_level & 0x08000000)\ argument
64 #define QL_DUMP_BUFFER32(h, s, b, n) if (dbg_level & 0x08000000)\ argument
78 #define QL_DUMP_BUFFER8(h, s, b, n) argument
79 #define QL_DUMP_BUFFER16(h, s, b, n) argument
80 #define QL_DUMP_BUFFER32(h, s, b, n) argument
/freebsd/sys/contrib/ck/src/
H A Dck_ht.c106 ck_ht_hash(struct ck_ht_hash *h, in ck_ht_hash()
117 ck_ht_hash_direct(struct ck_ht_hash *h, in ck_ht_hash_direct()
127 ck_ht_hash_wrapper(struct ck_ht_hash *h, in ck_ht_hash_wrapper()
191 struct ck_ht_hash h, in ck_ht_map_bound_set()
211 ck_ht_map_bound_get(struct ck_ht_map *m, struct ck_ht_hash h) in ck_ht_map_bound_get()
236 ck_ht_map_probe_next(struct ck_ht_map *map, size_t offset, ck_ht_hash_t h, size_t probes) in ck_ht_map_probe_next()
253 ck_ht_hash_cb_t *h, in ck_ht_init()
278 ck_ht_hash_t h, in ck_ht_map_probe_wr()
415 struct ck_ht_hash h; in ck_ht_gc() local
495 ck_ht_hash_t h, in ck_ht_map_probe_rd()
[all …]
/freebsd/crypto/openssl/crypto/hashtable/
H A Dhashtable.c283 static int ossl_ht_flush_internal(HT *h) in ossl_ht_flush_internal()
314 int ossl_ht_flush(HT *h) in ossl_ht_flush()
319 void ossl_ht_free(HT *h) in ossl_ht_free()
336 size_t ossl_ht_count(HT *h) in ossl_ht_count()
344 void ossl_ht_foreach_until(HT *h, int (*cb)(HT_VALUE *obj, void *arg), in ossl_ht_foreach_until()
364 HT_VALUE_LIST *ossl_ht_filter(HT *h, size_t max_len, in ossl_ht_filter()
421 static int grow_hashtable(HT *h, size_t oldsize) in grow_hashtable()
504 HT_VALUE *h = (HT_VALUE *)arg; in free_old_ht_value() local
529 static int ossl_ht_insert_locked(HT *h, uint64_t hash, in ossl_ht_insert_locked()
594 static struct ht_internal_value_st *alloc_new_value(HT *h, HT_KEY *key, in alloc_new_value()
[all …]
/freebsd/crypto/krb5/src/kadmin/dbutil/
H A Dtabdump.c155 struct rechandle *h = args->rh; in write_date_iso() local
177 struct rechandle *h = args->rh; in write_date() local
191 struct rechandle *h = args->rh; in write_enctype() local
214 struct rechandle *h = args->rh; in write_salttype() local
240 struct rechandle *h = args->rh; in write_data() local
264 struct rechandle *h = args->rh; in alias() local
300 struct rechandle *h = args->rh; in keyinfo_rec() local
371 princflag_rec(struct rechandle *h, const char *name, const char *flagname, in princflag_rec()
396 struct rechandle *h = args->rh; in princ_flags() local
425 struct rechandle *h = args->rh; in princ_lockout() local
[all …]
/freebsd/lib/libc/db/hash/
H A Dhash_func.c65 u_int32_t h; in hash1() local
80 #define dcharhash(h, c) ((h) = 0x63c63cd9*(h) + 0x9c39c33d + (c)) argument
85 u_int32_t h; in hash2() local
151 u_int32_t h, loop; in hash4() local
/freebsd/crypto/krb5/src/kadmin/server/
H A Dauth.c48 auth_handle *hp, h; in auth_fini() local
68 auth_handle h = NULL; in auth_init() local
133 call_module(krb5_context context, auth_handle h, int opcode, in call_module()
188 auth_handle *hp, h; in auth() local
272 auth_handle *hp, h; in auth_restrict() local
309 auth_handle *hp, h; in auth_end() local
/freebsd/sys/x86/include/
H A Dbus.h988 #define bus_space_read_stream_1(t, h, o) bus_space_read_1((t), (h), (o)) argument
989 #define bus_space_read_stream_2(t, h, o) bus_space_read_2((t), (h), (o)) argument
990 #define bus_space_read_stream_4(t, h, o) bus_space_read_4((t), (h), (o)) argument
992 #define bus_space_read_multi_stream_1(t, h, o, a, c) \ argument
994 #define bus_space_read_multi_stream_2(t, h, o, a, c) \ argument
996 #define bus_space_read_multi_stream_4(t, h, o, a, c) \ argument
999 #define bus_space_write_stream_1(t, h, o, v) \ argument
1001 #define bus_space_write_stream_2(t, h, o, v) \ argument
1003 #define bus_space_write_stream_4(t, h, o, v) \ argument
1006 #define bus_space_write_multi_stream_1(t, h, o, a, c) \ argument
[all …]

12345678910>>...43