| /freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_aggregate.c | 449 dt_ahashent_t *h; local 1285 dt_ahashent_t *h, *next; local 1306 dt_ahashent_t *h; local 1417 dt_ahashent_t *h; local 1530 dtrace_aggregate_f *func, void *arg, 1534 dt_ahashent_t *h, **sorted; local 1603 dtrace_aggregate_f *func, void *arg) 1610 dtrace_aggregate_f *func, void *arg) 2117 dtrace_aggregate_walk_f *func) 2141 dt_ahashent_t *h; local [all …]
|
| H A D | dt_strtab.c | 128 ulong_t g, h = 0; in dt_strtab_hash() local 214 ulong_t h; in dt_strtab_index() local 235 ulong_t h; in dt_strtab_insert() local 278 dt_strtab_write(const dt_strtab_t *sp, dt_strtab_write_f *func, void *private) in dt_strtab_write()
|
| H A D | dt_provider.c | 53 dt_provider_insert(dtrace_hdl_t *dtp, dt_provider_t *pvp, uint_t h) in dt_provider_insert() 67 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_provbuckets; in dt_provider_lookup() local 130 uint_t h; in dt_provider_destroy() local 839 const dtrace_probedesc_t *pdp, dtrace_probe_f *func, void *arg) in dtrace_probe_iter()
|
| H A D | dt_module.c | 71 uint_t h; in dt_module_symhash_insert() local 319 uint_t i, h; in dt_module_symname32() local 349 uint_t i, h; in dt_module_symname64() local 474 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_module_create() local 529 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_module_lookup_by_name() local 551 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_modbuckets; in dt_kmodule_lookup() local 1014 uint_t h = dt_strtab_hash(dmp->dm_name, NULL) % dtp->dt_modbuckets; in dt_module_destroy() local 1144 uint_t h; in dt_module_update() local 1751 dtrace_object_iter(dtrace_hdl_t *dtp, dtrace_obj_f *func, void *data) in dtrace_object_iter()
|
| H A D | dt_ident.c | 728 ulong_t h = dt_strtab_hash(name, &len) % dhp->dh_hashsz; in dt_idhash_lookup() local 770 ulong_t h; in dt_idhash_insert() local 796 ulong_t h; in dt_idhash_xinsert() local 816 ulong_t h = dt_strtab_hash(key->di_name, &len) % dhp->dh_hashsz; in dt_idhash_delete() local 850 dt_idhash_iter(dt_idhash_t *dhp, dt_idhash_f *func, void *data) in dt_idhash_iter()
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_bcopy.c | 41 void _dump_packet(const char *func, int line, struct socket *sk, char *str, in _dump_packet() 42 struct mbuf *mb, const struct sdp_bsdh *h) in _dump_packet() 110 struct sdp_bsdh *h; in sdp_nagle_off() local
|
| H A D | sdp_dbg.h | 8 #define _sdp_printk(func, line, level, sk, format, arg...) \ argument 44 const char *func; member 112 #define SDP_DUMP_PACKET(sk, str, mb, h) \ argument 119 #define SDP_DUMP_PACKET(sk, str, mb, h) argument 163 #define dump_packet(sk, str, mb, h) \ argument
|
| /freebsd-12.1/crypto/heimdal/base/ |
| H A D | dict.c | 54 struct hashentry **h, *g, *i; in dict_dealloc() local 194 struct hashentry **tabptr, *h; in heim_dict_add_value() local 233 struct hashentry *h = _search(dict, key); in heim_dict_delete_key() local 256 heim_dict_iterate_f(heim_dict_t dict, heim_dict_iterator_f_t func, void *arg) in heim_dict_iterate_f() 258 struct hashentry **h, *g; in heim_dict_iterate_f() local 276 struct hashentry **h, *g; variable
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | file.c | 126 hx509_pem_header *h; in hx509_pem_add_header() local 152 hx509_pem_header *h; in hx509_pem_free_header() local 167 hx509_pem_find_header(const hx509_pem_header *h, const char *header) in hx509_pem_find_header() 185 hx509_pem_read_func func, in hx509_pem_read()
|
| /freebsd-12.1/sys/dev/pci/ |
| H A D | pci_host_generic.c | 66 #define PCIE_ADDR_OFFSET(bus, slot, func, reg) \ argument 142 u_int func, u_int reg, int bytes) in generic_pcie_read_config() 145 bus_space_handle_t h; in generic_pcie_read_config() local 180 u_int func, u_int reg, uint32_t val, int bytes) in generic_pcie_write_config() 183 bus_space_handle_t h; in generic_pcie_write_config() local
|
| H A D | pci_host_generic_acpi.c | 77 #define PCIE_ADDR_OFFSET(bus, slot, func, reg) \ argument 109 ACPI_HANDLE h; in generic_pcie_acpi_probe() local
|
| /freebsd-12.1/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_labels.c | 34 const ctf_header_t *h; in extract_label_info() local 80 ctf_label_iter(ctf_file_t *fp, ctf_label_f *func, void *arg) in ctf_label_iter()
|
| /freebsd-12.1/lib/libedit/ |
| H A D | parse.c | 67 int (*func)(EditLine *, int, const Char **); member 185 const Char *h; in parse__escape() local
|
| /freebsd-12.1/crypto/openssl/crypto/lhash/ |
| H A D | lhash.c | 47 OPENSSL_LHASH *OPENSSL_LH_new(OPENSSL_LH_HASHFUNC h, OPENSSL_LH_COMPFUNC c) in OPENSSL_LH_new() 178 OPENSSL_LH_DOALL_FUNC func, in doall_util_fn() 204 void OPENSSL_LH_doall(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNC func) in OPENSSL_LH_doall() 209 void OPENSSL_LH_doall_arg(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNCARG func, void *arg) in OPENSSL_LH_doall_arg()
|
| /freebsd-12.1/crypto/heimdal/lib/hdb/ |
| H A D | hdb.c | 188 hdb_foreach_func_t func, in hdb_foreach() 371 const struct hdb_method *h; in find_method() local 395 const struct hdb_method *h; in hdb_list_builtin() local 454 const struct hdb_method *h; in hdb_create() local
|
| /freebsd-12.1/stand/userboot/test/ |
| H A D | test.c | 150 test_close(void *arg, void *h) in test_close() 164 test_isdir(void *arg, void *h) in test_isdir() 172 test_read(void *arg, void *h, void *dst, size_t size, size_t *resid_return) in test_read() 187 test_readdir(void *arg, void *h, uint32_t *fileno_return, uint8_t *type_return, in test_readdir() 214 test_seek(void *arg, void *h, uint64_t offset, int whence) in test_seek() 226 test_stat(void *arg, void *h, int *mode_return, int *uid_return, int *gid_return, in test_stat() 424 void *h; in main() local 425 void (*func)(struct loader_callbacks *, void *, int, int) __dead2; in main() local
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | i386linux.c | 136 struct linux_link_hash_entry *h; member 257 #define linux_link_hash_traverse(table, func, info) \ argument 271 new_fixup (info, h, value, builtin) in new_fixup() argument 341 struct linux_link_hash_entry *h; local 428 linux_tally_symbols (h, data) in linux_tally_symbols() argument 615 struct linux_link_hash_entry *h; local
|
| H A D | sparclinux.c | 137 struct linux_link_hash_entry *h; member 258 #define linux_link_hash_traverse(table, func, info) \ argument 272 new_fixup (info, h, value, builtin) in new_fixup() argument 342 struct linux_link_hash_entry *h; local 429 linux_tally_symbols (struct linux_link_hash_entry *h, void * data) in linux_tally_symbols() 615 struct linux_link_hash_entry *h; local
|
| H A D | sunos.c | 711 #define sunos_link_hash_traverse(table, func, info) \ argument 1062 struct sunos_link_hash_entry *h; in sunos_add_one_symbol() local 1206 struct sunos_link_hash_entry *h; in bfd_sunos_record_link_assignment() local 1273 struct sunos_link_hash_entry *h; in sunos_scan_std_relocs() local 1431 struct sunos_link_hash_entry *h = NULL; in sunos_scan_ext_relocs() local 1746 sunos_scan_dynamic_symbol (struct sunos_link_hash_entry *h, void * data) in sunos_scan_dynamic_symbol() 1879 struct sunos_link_hash_entry *h; in bfd_sunos_size_dynamic_sections() local 2101 struct sunos_link_hash_entry *h = (struct sunos_link_hash_entry *) harg; in sunos_write_dynamic_symbol() local 2338 struct sunos_link_hash_entry *h = (struct sunos_link_hash_entry *) harg; in sunos_check_dynamic_reloc() local
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-interrupt.c | 409 struct __cvmx_interrupt_handler *h = cvmx_interrupt_state.handlers + irq; in __cvmx_interrupt_ciu() local 423 struct __cvmx_interrupt_handler *h = cvmx_interrupt_state.handlers + irq; in __cvmx_interrupt_ciu() local 441 struct __cvmx_interrupt_handler *h = cvmx_interrupt_state.handlers + irq; in __cvmx_interrupt_ciu() local 481 struct __cvmx_interrupt_handler *h = cvmx_interrupt_state.handlers + irq; in __cvmx_interrupt_ciu_cn61xx() local 503 struct __cvmx_interrupt_handler *h; in __cvmx_interrupt_ciu2() local 679 struct __cvmx_interrupt_handler *h = cvmx_interrupt_state.handlers + i; in cvmx_interrupt_do_irq() local 819 void cvmx_interrupt_register(int irq_number, cvmx_interrupt_func_t func, void *user_arg) in cvmx_interrupt_register()
|
| /freebsd-12.1/usr.sbin/bhyveload/ |
| H A D | bhyveload.c | 205 cb_close(void *arg, void *h) in cb_close() 219 cb_isdir(void *arg, void *h) in cb_isdir() 227 cb_read(void *arg, void *h, void *buf, size_t size, size_t *resid) in cb_read() 242 cb_readdir(void *arg, void *h, uint32_t *fileno_return, uint8_t *type_return, in cb_readdir() 269 cb_seek(void *arg, void *h, uint64_t offset, int whence) in cb_seek() 281 cb_stat(void *arg, void *h, int *mode, int *uid, int *gid, uint64_t *size) in cb_stat() 699 void (*func)(struct loader_callbacks *, void *, int, int); in main() local
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldcref.c | 88 #define cref_hash_traverse(table, func, info) \ argument 159 struct cref_hash_entry *h; in add_cref() local 323 cref_fill_array (struct cref_hash_entry *h, void *data) in cref_fill_array() 395 output_one_cref (FILE *fp, struct cref_hash_entry *h) in output_one_cref() 538 check_nocrossref (struct cref_hash_entry *h, void *ignore ATTRIBUTE_UNUSED) in check_nocrossref()
|
| /freebsd-12.1/sys/dev/acpica/ |
| H A D | acpi_pci.c | 200 ACPI_HANDLE h; in acpi_pci_set_powerstate_method() local 279 int func, slot; in acpi_pci_save_handle() local
|
| H A D | acpi_pcib_acpi.c | 170 ACPI_HANDLE h; in acpi_pcib_acpi_probe() local 366 u_int slot, func, busok; in acpi_pcib_acpi_attach() local 620 acpi_pcib_read_config(device_t dev, u_int bus, u_int slot, u_int func, in acpi_pcib_read_config() 627 acpi_pcib_write_config(device_t dev, u_int bus, u_int slot, u_int func, in acpi_pcib_write_config()
|
| /freebsd-12.1/sys/arm64/cavium/ |
| H A D | thunder_pcie_pem.c | 545 u_int func, u_int reg, int bytes) in thunder_pem_read_config() 551 bus_space_handle_t h; in thunder_pem_read_config() local 590 u_int func, u_int reg, uint32_t val, int bytes) in thunder_pem_write_config() 595 bus_space_handle_t h; in thunder_pem_write_config() local
|