| /freebsd/lib/libifconfig/ |
| H A D | libifconfig_nl.c | 19 ifconfig_modify_flags(ifconfig_handle_t *h, const char *ifname, int ifi_flags, in ifconfig_modify_flags() 67 ifconfig_set_up(ifconfig_handle_t *h, const char *ifname, bool up) in ifconfig_set_up()
|
| H A D | libifconfig_lagg.c | 55 ifconfig_lagg_get_laggport_status(ifconfig_handle_t *h, in ifconfig_lagg_get_laggport_status() 65 ifconfig_lagg_get_lagg_status(ifconfig_handle_t *h, in ifconfig_lagg_get_lagg_status()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_hash.h | 22 u32 h; variable 46 u64 h; variable
|
| /freebsd/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_hash.c | 78 ulong_t g, h = 0; in ctf_hash_compute() local 100 ulong_t h; in ctf_hash_insert() local 152 ulong_t h = ctf_hash_compute(key, len) % hp->h_nbuckets; in ctf_hash_lookup() local
|
| /freebsd/lib/nss_tacplus/ |
| H A D | nss_tacplus.c | 35 tacplus_error(struct tac_handle *h, const char *func) in tacplus_error() 48 struct tac_handle **h = p; in tacplus_fini() local 65 struct tac_handle **h = &sth; in tacplus_get_handle() local 115 struct tac_handle *h; in tacplus_getpwnam_r() local
|
| /freebsd/stand/userboot/test/ |
| H A D | test.c | 149 test_close(void * arg,void * h) test_close() argument 163 test_isdir(void * arg,void * h) test_isdir() argument 171 test_read(void * arg,void * h,void * dst,size_t size,size_t * resid_return) test_read() argument 186 test_readdir(void * arg,void * h,uint32_t * fileno_return,uint8_t * type_return,size_t * namelen_return,char * name) test_readdir() argument 213 test_seek(void * arg,void * h,uint64_t offset,int whence) test_seek() argument 225 test_stat(void * arg,void * h,struct stat * stp) test_stat() argument 449 void *h; main() local [all...] |
| /freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/ |
| H A D | d_typename_as_var.c | 1 typedef char h[10]; typedef 9 fh h; member
|
| /freebsd/contrib/less/ |
| H A D | ifile.c | 44 #define int_ifile(h) ((struct ifile *)(h)) argument 45 #define ext_ifile(h) ((IFILE)(h)) argument 129 public void del_ifile(IFILE h) in del_ifile() 152 public IFILE next_ifile(IFILE h) in next_ifile() 165 public IFILE prev_ifile(IFILE h) in prev_ifile()
|
| /freebsd/usr.sbin/ctladm/ |
| H A D | util.c | 66 struct get_hook *h = (struct get_hook *)hook; in iget() local 89 struct get_hook *h = (struct get_hook *)hook; in cget() local
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | ctf.c | 639 write_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) in write_buffer() 663 write_compressed_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) in write_compressed_buffer() 686 ctf_header_t h; in ctf_gen() local 757 get_ctt_info(ctf_header_t *h, void *v, uint_t *kind, uint_t *vlen, int *isroot) in get_ctt_info() 775 get_ctt_size(ctf_header_t *h, void *v, size_t *sizep, size_t *incrementp) in get_ctt_size() 801 count_types(ctf_header_t *h, caddr_t data) in count_types() 890 resurrect_labels(ctf_header_t *h, tdata_t *td, caddr_t ctfdata, char *matchlbl) in resurrect_labels() 935 resurrect_objects(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, in resurrect_objects() 982 resurrect_functions(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, in resurrect_functions() 1057 resurrect_types(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, in resurrect_types() [all …]
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_parser.c | 1311 struct node_host *h; in print_tabledef() local 1360 set_ipmask(struct node_host *h, int bb) in set_ipmask() 1391 check_netmask(struct node_host *h, sa_family_t af) in check_netmask() 1412 gen_dynnode(struct node_host *h, sa_family_t af) in gen_dynnode() 1506 struct node_host *n = NULL, *h = NULL; in ifa_load() local 1683 struct node_host *n, *h = NULL; in ifa_grouplookup() local 1717 struct node_host *p = NULL, *h = NULL, *n = NULL; in ifa_lookup() local 1817 struct node_host *h = NULL; in host() local 1851 struct node_host *n, *h = NULL; in host_if() local 1896 struct node_host *h = NULL; in host_ip() local [all …]
|
| /freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_serd.c | 115 ulong_t g, h = 0; in fmd_strhash() local 177 uint_t h = fmd_strhash(name) % shp->sh_hashlen; in fmd_serd_eng_insert() local 193 uint_t h = fmd_strhash(name) % shp->sh_hashlen; in fmd_serd_eng_lookup() local 207 uint_t h = fmd_strhash(name) % shp->sh_hashlen; in fmd_serd_eng_delete() local
|
| /freebsd/crypto/krb5/src/windows/lib/ |
| H A D | loadfuncs.c | 15 HINSTANCE h in UnloadFuncs() 45 HINSTANCE h; in LoadFuncs() local
|
| /freebsd/lib/libc/db/btree/ |
| H A D | bt_conv.c | 57 PAGE *h; in __bt_pgin() local 122 PAGE *h; in __bt_pgout() local
|
| /freebsd/contrib/wpa/src/fst/ |
| H A D | fst.c | 118 struct fst_ctrl_handle *h; in fst_global_deinit() local 136 struct fst_ctrl_handle *h; in fst_global_add_ctrl() local 157 void fst_global_del_ctrl(struct fst_ctrl_handle *h) in fst_global_del_ctrl()
|
| /freebsd/sbin/rcorder/ |
| H A D | hash.c | 143 register struct Hash_Entry **hp, *h, *nexth = NULL; in Hash_DeleteTable() local 185 register unsigned h; in Hash_FindEntry() local 224 register unsigned h; in Hash_CreateEntry() local
|
| /freebsd/crypto/libecc/src/hash/ |
| H A D | hmac.c | 24 const hash_mapping *h; in hmac_init() local 87 const hash_mapping *h; in hmac_update() local 106 const hash_mapping *h; in hmac_finalize() local
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_pci.c | 238 ACPI_HANDLE h; in acpi_pci_set_powerstate_method() local 369 acpi_pci_bus_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_pci_bus_notify_handler() 388 acpi_pci_device_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_pci_device_notify_handler() 443 ACPI_HANDLE h; in acpi_pci_install_device_notify_handler() local 475 ACPI_HANDLE h; in acpi_pci_remove_notify_handler() local
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | priority_queue.c | 107 struct pq_heap_st *h = pq->heap, t_h; in pqueue_swap_elem() local 123 struct pq_heap_st *h = pq->heap; in pqueue_move_elem() local 154 struct pq_heap_st *h = pq->heap; in pqueue_move_down() local 174 struct pq_heap_st *h = pq->heap; in pqueue_move_up() local 298 struct pq_heap_st *h; in ossl_pqueue_reserve() local
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/ |
| H A D | fe.h | 6 fe25519_frombytes(fe25519 h, const unsigned char *s) in fe25519_frombytes() 100 fe25519_reduce(fe25519 h, const fe25519 f) in fe25519_reduce() 183 fe25519_tobytes(unsigned char *s, const fe25519 h) in fe25519_tobytes()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_disk_set_standard_lookup.c | 102 int h; lookup_gid() local 171 int h; lookup_uid() local 254 unsigned g, h = 0; hash() local [all...] |
| /freebsd/crypto/krb5/src/plugins/kdb/test/ |
| H A D | kdb_test.c | 131 set_names(testhandle h, const char *s1, const char *s2, const char *s3) in set_names() 143 get_string(testhandle h, const char *s1, const char *s2, const char *s3) in get_string() 161 get_duration(testhandle h, const char *s1, const char *s2, const char *s3) in get_duration() 176 get_time(testhandle h, const char *s1, const char *s2, const char *s3) in get_time() 329 testhandle h; in test_open() local 341 testhandle h = context->dal_handle->db_context; in test_close() local 391 testhandle h = context->dal_handle->db_context; in test_get_principal() local 524 testhandle h = context->dal_handle->db_context; in test_get_s4u_x509_principal() local 707 testhandle h = context->dal_handle->db_context; in match_in_table() local
|
| /freebsd/sbin/camcontrol/ |
| H A D | util.c | 66 struct get_hook *h = (struct get_hook *)hook; in iget() local 89 struct get_hook *h = (struct get_hook *)hook; in cget() local
|
| /freebsd/contrib/ldns/ |
| H A D | sha2.c | 330 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument 341 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument 350 #define ROUND256(a,b,c,d,e,f,g,h) \ argument 363 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha256_Transform() local 422 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha256_Transform() local 648 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument 659 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument 668 #define ROUND512(a,b,c,d,e,f,g,h) \ argument 681 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha512_Transform() local 737 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha512_Transform() local
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | resolve.c | 508 #define resolve_search(h,n,c,t,r,l) \ argument 510 #define resolve_free_handle(h) dns_free(h) argument 512 #define resolve_search(h,n,c,t,r,l) res_nsearch(h,n,c,t,r,l) argument 513 #define resolve_free_handle(h) rk_res_free(h); argument 515 #define resolve_search(h,n,c,t,r,l) res_search(n,c,t,r,l) argument 517 #define resolve_free_handle(h) argument
|