| /freebsd/crypto/krb5/src/lib/rpc/ |
| H A D | clnt_tcp.c | 132 CLIENT *h; in clnttcp_create() local 247 CLIENT *h, in clnttcp_call() 356 CLIENT *h, in clnttcp_geterr() 417 clnttcp_destroy(CLIENT *h) in clnttcp_destroy()
|
| /freebsd/sbin/hastd/ |
| H A D | lzf.c | 53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1)) argument 55 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) argument 57 # define IDX(h) ((((h ^ (h << argument [all...] |
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_strtab.c | 128 ulong_t g, h = 0; in dt_strtab_hash() local 221 ulong_t h; in dt_strtab_index() local 242 ulong_t h; in dt_strtab_insert() local
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | skein.h | 71 Skein_Ctxt_Hdr_t h; /* common header context variables */ member 78 Skein_Ctxt_Hdr_t h; /* common header context variables */ member 85 Skein_Ctxt_Hdr_t h; /* common header context variables */ member
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_bcopy.c | 42 struct mbuf *mb, const struct sdp_bsdh *h) in _dump_packet() 110 struct sdp_bsdh *h; in sdp_nagle_off() local
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_cpio.c | 365 const void *h, *hl; in archive_read_format_cpio_read_header() local 535 const void *h; in find_newc_header() local 596 const void *h; in header_newc() local 681 is_afio_large(const char *h, size_t len) in is_afio_large() 704 const void *h; in find_odc_header() local 771 const void *h; in header_odc() local 840 const void *h; in header_afiol() local 891 const void *h; in header_bin_le() local 936 const void *h; in header_bin_be() local
|
| /freebsd/lib/libusbhid/ |
| H A D | data.c | 40 hid_get_data(const void *p, const hid_item_t *h) in hid_get_data() 83 hid_set_data(void *p, const hid_item_t *h, int32_t data) in hid_set_data()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ |
| H A D | bt_put.c | 72 PAGE *h; in __bt_put() local 273 PAGE *h; in bt_fast() local
|
| /freebsd/sys/contrib/ck/src/ |
| H A D | ck_ht_hash.h | 105 FORCE_INLINE static uint32_t fmix ( uint32_t h ) in fmix() 180 uint64_t h = seed ^ (len * m); in MurmurHash64A() local 280 uint64_t h = h1; in MurmurHash64B() local
|
| /freebsd/lib/libbluetooth/ |
| H A D | hci.c | 100 ng_hci_cmd_pkt_t h; in bt_devsend() local 180 ng_hci_cmd_pkt_t *h = (ng_hci_cmd_pkt_t *) buf; in bt_devrecv() local 187 ng_hci_acldata_pkt_t *h = (ng_hci_acldata_pkt_t *) buf; in bt_devrecv() local 194 ng_hci_scodata_pkt_t *h = (ng_hci_scodata_pkt_t *) buf; in bt_devrecv() local 201 ng_hci_event_pkt_t *h = (ng_hci_event_pkt_t *) buf; in bt_devrecv() local
|
| /freebsd/usr.bin/calendar/ |
| H A D | sunpos.c | 190 #define HOUR(h) ((h) / 4) argument 191 #define MIN(h) (15 * ((h) % 4)) argument 192 #define SEC(h) 0 argument 215 int h, d, prevangle, angle; in fequinoxsolstice() local 369 int m, d, h; in calculatesunlongitude30() local
|
| /freebsd/tests/sys/netgraph/ |
| H A D | util.h | 60 #define ng_rmhook(p,h) \ argument 75 #define ng_send_data(h,d,l) \ argument
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_pool.c | 37 dump_ddt_stat(const ddt_stat_t *dds, int h) in dump_ddt_stat() 72 int h; in zpool_dump_ddt() local
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | ccselect.c | 41 struct ccselect_module_handle *h, **hp; in free_handles() local 129 struct ccselect_module_handle **hp, *h; in krb5_cc_select() local
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lgc.c | 93 #define gnodelast(h) gnode(h, cast(size_t, sizenode(h))) argument 99 #define linktable(h,p) ((h)->gclist = *(p), *(p) = obj2gco(h)) argument 354 static void traverseweakvalue (global_State *g, Table *h) { in traverseweakvalue() 377 static int traverseephemeron (global_State *g, Table *h) { in traverseephemeron() 415 static void traversestrongtable (global_State *g, Table *h) { in traversestrongtable() 433 static lu_mem traversetable (global_State *g, Table *h) { in traversetable() 527 Table *h = gco2t(o); in propagatemark() local 626 Table *h = gco2t(l); in clearkeys() local 644 Table *h = gco2t(l); in clearvalues() local
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-ether.c | 457 ether_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, in ether_if_print() 475 netanalyzer_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, in netanalyzer_if_print() 502 const struct pcap_pkthdr *h, in netanalyzer_transparent_if_print()
|
| /freebsd/stand/efi/libefi/ |
| H A D | efinet.c | 112 EFI_HANDLE h; in efinet_probe() local 275 EFI_HANDLE h; in efinet_init() local 446 EFI_HANDLE h; in efinet_dev_print() local
|
| H A D | handles.c | 82 efi_handle_lookup(EFI_HANDLE h, struct devsw **dev, int *unit, uint64_t *extra) in efi_handle_lookup() 101 efi_handle_update_dev(EFI_HANDLE h, struct devsw *dev, int unit, in efi_handle_update_dev()
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_kx/ |
| H A D | crypto_kx.c | 40 crypto_generichash_state h; in crypto_kx_client_session_keys() local 81 crypto_generichash_state h; in crypto_kx_server_session_keys() local
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | dn_heap.h | 99 #define HEAP_TOP(h) ((h)->p) argument 100 #define SET_HEAP_OFS(h, n) do { (h)->ofs = n; } while (0) argument
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_txp.c | 189 static int tx_helper_init(struct tx_helper *h, OSSL_QUIC_TX_PACKETISER *txp, in tx_helper_init() 221 static void tx_helper_cleanup(struct tx_helper *h) in tx_helper_cleanup() 229 static void tx_helper_unrestrict(struct tx_helper *h) in tx_helper_unrestrict() 248 static int tx_helper_append_iovec(struct tx_helper *h, in tx_helper_append_iovec() 274 static size_t tx_helper_get_space_left(struct tx_helper *h) in tx_helper_get_space_left() 287 static WPACKET *tx_helper_begin(struct tx_helper *h) in tx_helper_begin() 319 static void tx_helper_end(struct tx_helper *h, int success) in tx_helper_end() 331 static void tx_helper_rollback(struct tx_helper *h) in tx_helper_rollback() 340 static int tx_helper_commit(struct tx_helper *h) in tx_helper_commit() 411 struct tx_helper h; member [all …]
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_dtrace.h | 66 #define _LIN_SDT_PROBE_DEFINE4(a, b, c, d, e, f, g, h) SDT_PROBE_DEFINE4(a, \ argument 70 #define _LIN_SDT_PROBE_DEFINE5(a, b, c, d, e, f, g, h, i) \ argument 72 #define LIN_SDT_PROBE_DEFINE5(a, b, c, d, e, f, g, h) _LIN_SDT_PROBE_DEFINE5(\ argument 85 #define _LIN_SDT_PROBE5(a, b, c, d, e, f, g, h, i) SDT_PROBE5(a, b, c, d, \ argument 87 #define LIN_SDT_PROBE5(a, b, c, d, e, f, g, h) _LIN_SDT_PROBE5(LINUX_DTRACE, \ argument
|
| /freebsd/sys/crypto/aesni/ |
| H A D | aesencdec.h | 40 __m128i h, __m128i out[8]) in aesni_enc8() 77 __m128i h, __m128i out[8]) in aesni_dec8()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | freehostent.c | 43 freehostent (struct hostent *h) in freehostent()
|
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 148 stat_handle(HANDLE h,StatT * buf) stat_handle() argument 201 HANDLE h = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); fstat() local 254 truncate_handle(HANDLE h,off_t length) truncate_handle() argument 265 HANDLE h = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); ftruncate() local 384 fchmod_handle(HANDLE h,int perms) fchmod_handle() argument 426 HANDLE h = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); fchmod() local [all...] |