Home
last modified time | relevance | path

Searched defs:h (Results 201 – 225 of 1058) sorted by relevance

12345678910>>...43

/freebsd/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c90 struct dn_ht *h; in test_hash() local
128 struct dn_heap h; in main() local
/freebsd/sys/dev/vmgenc/
H A Dvmgenc_acpi.c121 vmgenc_notify(ACPI_HANDLE h, UINT32 notify, void *context) in vmgenc_notify()
224 ACPI_HANDLE h; in vmgenc_attach() local
/freebsd/sys/dev/qlxgbe/
H A Dql_minidump.h189 ql_minidump_entry_hdr_t h; member
216 ql_minidump_entry_hdr_t h; member
256 ql_minidump_entry_hdr_t h; member
277 ql_minidump_entry_hdr_t h; member
291 ql_minidump_entry_hdr_t h; member
305 ql_minidump_entry_hdr_t h; member
331 ql_minidump_entry_hdr_t h; member
357 ql_minidump_entry_hdr_t h; member
391 ql_minidump_entry_hdr_t h; member
426 ql_minidump_entry_hdr_t h; member
[all …]
/freebsd/sys/kern/
H A Dvfs_mountroot.c149 struct root_hold_token *h; in sysctl_vfs_root_mount_hold() local
172 struct root_hold_token *h; in root_mount_hold() local
185 root_mount_hold_token(const char *identifier, struct root_hold_token *h) in root_mount_hold_token()
208 root_mount_rel(struct root_hold_token *h) in root_mount_rel()
977 struct root_hold_token *h; in vfs_mountroot_wait() local
/freebsd/sys/contrib/libsodium/test/default/
H A Dhash.c10 static unsigned char h[crypto_hash_BYTES]; variable
H A Dstream2.c16 static unsigned char h[32]; variable
H A Dstream.c18 static unsigned char h[32]; variable
/freebsd/contrib/libfido2/src/
H A Dpcsc.c37 SCARDHANDLE h; member
130 SCARDHANDLE h = 0; in copy_info() local
245 SCARDHANDLE h = 0; in fido_pcsc_open() local
/freebsd/sys/dev/acpica/
H A Dacpi_cmbat.c188 acpi_cmbat_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_cmbat_notify_handler()
252 ACPI_HANDLE h; in acpi_cmbat_get_bst() local
327 ACPI_HANDLE h; in acpi_cmbat_get_bix() local
H A Dacpi_acad.c97 ACPI_HANDLE h; in acpi_acad_get_status() local
122 acpi_acad_notify_handler(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_acad_notify_handler()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_stats.c147 for (int h = 0; h < 64; h++) in ddt_histogram_add() local
156 for (int h = 0; h < 64; h++) in ddt_histogram_total() local
163 for (int h = 0; h < 64; h++) { in ddt_histogram_empty() local
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.c372 const struct hdb_method *h; in find_method() local
396 const struct hdb_method *h; in hdb_list_builtin() local
455 const struct hdb_method *h; in hdb_create() local
/freebsd/sys/dev/pci/controller/
H A Dpci_n1sdp.c167 ACPI_HANDLE h; in n1sdp_pcie_acpi_probe() local
263 bus_space_handle_t h; in n1sdp_pcie_read_config() local
309 bus_space_handle_t h; in n1sdp_pcie_write_config() local
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h49 static __always_inline void fe_frombytes(fe *h, const u8 *s) in fe_frombytes()
162 u32 h[10]; in fe_tobytes() local
199 static __always_inline void fe_copy(fe *h, const fe *f) in fe_copy()
204 static __always_inline void fe_copy_lt(fe_loose *h, const fe *f) in fe_copy_lt()
210 static __always_inline void fe_0(fe *h) in fe_0()
216 static __always_inline void fe_1(fe *h) in fe_1()
260 static __always_inline void fe_add(fe_loose *h, const fe *f, const fe *g) in fe_add()
303 static __always_inline void fe_sub(fe_loose *h, const fe *f, const fe *g) in fe_sub()
424 static __always_inline void fe_mul_ttt(fe *h, const fe *f, const fe *g) in fe_mul_ttt()
429 static __always_inline void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) in fe_mul_tlt()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dedit_readline.c95 HIST_ENTRY *h; in readline_cmd_handler() local
161 HIST_ENTRY *h; in edit_deinit() local
/freebsd/contrib/wpa/src/drivers/
H A Dnetlink.c26 struct nlmsghdr *h) in netlink_receive_link()
43 struct nlmsghdr *h; in netlink_receive() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c232 ge25519_frombytes(ge25519_p3 *h, const unsigned char *s) in ge25519_frombytes()
277 ge25519_frombytes_negate_vartime(ge25519_p3 *h, const unsigned char *s) in ge25519_frombytes_negate_vartime()
389 ge25519_p2_0(ge25519_p2 *h) in ge25519_p2_0()
417 ge25519_p3_0(ge25519_p3 *h) in ge25519_p3_0()
426 ge25519_cached_0(ge25519_cached *h) in ge25519_cached_0()
477 ge25519_p3_tobytes(unsigned char *s, const ge25519_p3 *h) in ge25519_p3_tobytes()
503 ge25519_precomp_0(ge25519_precomp *h) in ge25519_precomp_0()
633 ge25519_tobytes(unsigned char *s, const ge25519_p2 *h) in ge25519_tobytes()
752 ge25519_scalarmult(ge25519_p3 *h, const unsigned char *a, const ge25519_p3 *p) in ge25519_scalarmult()
845 ge25519_scalarmult_base(ge25519_p3 *h, const unsigned char *a) in ge25519_scalarmult_base()
/freebsd/lib/msun/src/
H A De_sinh.c41 double t,h; in sinh() local
H A De_sinhf.c24 float t,h; in sinhf() local
/freebsd/usr.sbin/bhyveload/
H A Dbhyveload.c229 cb_close(void *arg __unused, void *h) in cb_close()
243 cb_isdir(void *arg __unused, void *h) in cb_isdir()
251 cb_read(void *arg __unused, void *h, void *buf, size_t size, size_t *resid) in cb_read()
266 cb_readdir(void *arg __unused, void *h, uint32_t *fileno_return, in cb_readdir()
293 cb_seek(void *arg __unused, void *h, uint64_t offset, int whence) in cb_seek()
305 cb_stat(void *arg __unused, void *h, struct stat *sbp) in cb_stat()
/freebsd/crypto/openssl/crypto/
H A Dcryptlib.c40 HWINSTA h; in OPENSSL_isservice() local
118 HANDLE h; in OPENSSL_showfatal() local
/freebsd/sys/dev/acpi_support/
H A Datk0110.c68 ACPI_INTEGER h; member
243 ACPI_HANDLE h; in aibs_attach_ggrp() local
462 ACPI_INTEGER v, l, h; in aibs_sysctl() local
526 ACPI_INTEGER v, l, h; in aibs_sysctl_ggrp() local
/freebsd/contrib/unbound/util/storage/
H A Dlookup3.c992 uint32_t h=0; in driver1() local
1014 uint32_t e[HASHSTATE],f[HASHSTATE],g[HASHSTATE],h[HASHSTATE]; in driver2() local
1085 uint32_t h; in driver3() local
1174 uint32_t h,i,state[HASHSTATE]; in driver4() local
/freebsd/contrib/tcpdump/
H A Dprint-cip.c50 cip_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p) in cip_if_print()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c148 const struct sdp_hh *h; in sdp_connect_handler() local
193 const struct sdp_hah *h; in sdp_response_handler() local

12345678910>>...43