Home
last modified time | relevance | path

Searched defs:h (Results 126 – 150 of 1058) sorted by relevance

12345678910>>...43

/freebsd/lib/libifconfig/
H A Dlibifconfig_sfp.c57 ifconfig_handle_t *h; member
118 i2c_info_init(struct i2c_info *ii, ifconfig_handle_t *h, const char *name) in i2c_info_init()
197 ifconfig_sfp_get_sfp_info(ifconfig_handle_t *h, in ifconfig_sfp_get_sfp_info()
295 ifconfig_sfp_get_sfp_vendor_info(ifconfig_handle_t *h, in ifconfig_sfp_get_sfp_vendor_info()
461 ifconfig_sfp_get_sfp_status(ifconfig_handle_t *h, const char *name, in ifconfig_sfp_get_sfp_status()
554 ifconfig_sfp_get_sfp_dump(ifconfig_handle_t *h, const char *name, in ifconfig_sfp_get_sfp_dump()
H A Dlibifconfig_bridge.c49 ifconfig_bridge_ioctlwrap(ifconfig_handle_t *h, const char *name, in ifconfig_bridge_ioctlwrap()
64 ifconfig_bridge_get_bridge_status(ifconfig_handle_t *h, in ifconfig_bridge_get_bridge_status()
/freebsd/lib/libc/db/recno/
H A Drec_delete.c114 PAGE *h; in rec_rdelete() local
143 __rec_dleaf(BTREE *t, PAGE *h, u_int32_t idx) in __rec_dleaf()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c64 PAGE *h; in __bt_pgin() local
130 PAGE *h; in __bt_pgout() local
/freebsd/stand/libsa/
H A Dtftp.c149 tftp_senderr(struct tftp_handle *h, u_short errcode, const char *msg) in tftp_senderr()
175 tftp_sendack(struct tftp_handle *h, u_short block) in tftp_sendack()
199 struct tftp_handle *h; in recvtftp() local
308 tftp_makereq(struct tftp_handle *h) in tftp_makereq()
409 tftp_getnextblock(struct tftp_handle *h) in tftp_getnextblock()
782 tftp_set_blksize(struct tftp_handle *h, const char *str) in tftp_set_blksize()
832 tftp_parse_oack(struct tftp_handle *h, char *buf, size_t len) in tftp_parse_oack()
/freebsd/contrib/less/
H A Dch.c75 #define END_OF_HCHAIN(h) (&thisfile->hashtbl[h]) argument
103 #define FOR_BUFS_IN_CHAIN(h,bn) \ argument
111 #define BUF_HASH_INS(bn,h) \ argument
152 int h; in ch_get() local
432 int h; in sync_logfile() local
471 int h; in buffered() local
790 int h; in init_hashtbl() local
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dhostrealm.c54 struct hostrealm_module_handle *h, **hp; in free_handles() local
154 host_realm(krb5_context context, struct hostrealm_module_handle *h, in host_realm()
164 fallback_realm(krb5_context context, struct hostrealm_module_handle *h, in fallback_realm()
174 default_realm(krb5_context context, struct hostrealm_module_handle *h, in default_realm()
184 free_list(krb5_context context, struct hostrealm_module_handle *h, in free_list()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/
H A Drec_delete.c120 PAGE *h; in rec_rdelete() local
149 __rec_dleaf(BTREE *t, PAGE *h, u_int32_t idx) in __rec_dleaf()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha2.c367 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) do { \ argument
376 #define ROUND256(a,b,c,d,e,f,g,h) do { \ argument
391 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256Transform() local
449 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256Transform() local
647 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) do { \ argument
657 #define ROUND512(a,b,c,d,e,f,g,h) do { \ argument
672 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512Transform() local
730 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512Transform() local
/freebsd/contrib/mandoc/
H A Dman_html.c117 struct html *h; html_man() local
144 print_man_head(const struct roff_meta * man,struct html * h) print_man_head() argument
265 man_root_pre(const struct roff_meta * man,struct html * h) man_root_pre() argument
293 man_root_post(const struct roff_meta * man,struct html * h) man_root_post() argument
[all...]
/freebsd/contrib/lua/src/
H A Dlstring.c44 unsigned int h = seed ^ cast_uint(l); in luaS_hash() local
71 unsigned int h = lmod(p->hash, nsize); /* new position */ in tablerehash() local
143 static TString *createstrobj (lua_State *L, size_t l, int tag, unsigned int h) { in createstrobj()
193 unsigned int h = luaS_hash(str, l, g->seed); in internshrstr() local
/freebsd/crypto/heimdal/lib/hx509/
H A Dfile.c126 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()
/freebsd/usr.bin/mail/
H A Dvars.c48 int h; in assign() local
168 int h = 0; in hash() local
/freebsd/sys/dev/ath/
H A Dah_osdep.c274 bus_space_handle_t h = ah->ah_sh; in ath_hal_reg_write() local
308 bus_space_handle_t h = ah->ah_sh; in ath_hal_reg_read() local
372 bus_space_handle_t h = ah->ah_sh; in ath_hal_reg_write() local
395 bus_space_handle_t h = ah->ah_sh; in ath_hal_reg_read() local
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c126 struct hid_item h; in hid_dump_descriptor() local
158 hid_dump_item(char const *label, struct hid_item *h) in hid_dump_item()
/freebsd/crypto/heimdal/kdc/
H A Dmisc.c45 hdb_entry_ex **h) in _kdc_db_fetch()
132 hdb_entry_ex *h, in _kdc_get_preferred_key()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c108 struct sdp_bsdh *h; in sdp_post_recv() local
205 struct sdp_bsdh *h; in sdp_sock_queue_rcv_mb() local
327 struct sdp_bsdh *h; in sdp_process_rx_ctl_mb() local
400 struct sdp_bsdh *h; in sdp_process_rx_mb() local
473 struct sdp_bsdh *h; in sdp_process_rx_wc() local
/freebsd/contrib/ncurses/include/
H A Dnc_tparm.h56 #define TPARM_9(a,b,c,d,e,f,g,h,i,j) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)… argument
59 #define TPARM_8(a,b,c,d,e,f,g,h,i) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),T… argument
60 #define TPARM_7(a,b,c,d,e,f,g,h) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPA… argument
69 #define TPARM_8(a,b,c,d,e,f,g,h,i) TPARM_9(a,b,c,d,e,f,g,h,i,0) argument
70 #define TPARM_7(a,b,c,d,e,f,g,h) TPARM_8(a,b,c,d,e,f,g,h,0) argument
89 #define TIPARM_8(s,a,b,c,d,e,f,g,h) _nc_tiparm(8,s,a,b,c,d,e,f,g,h) argument
90 #define TIPARM_9(s,a,b,c,d,e,f,g,h,i) _nc_tiparm(9,s,a,b,c,d,e,f,g,h,i) argument
/freebsd/sys/rpc/
H A Dreplay.c112 struct rpc_msg *msg, struct sockaddr *addr, int h) in replay_alloc()
177 int h = HASHSTEP(HASHINIT, msg->rm_xid) % REPLAY_HASH_SIZE; in replay_find() local
231 int h = HASHSTEP(HASHINIT, repmsg->rm_xid) % REPLAY_HASH_SIZE; in replay_setreply() local
/freebsd/crypto/openssh/
H A Dxmss_fast.h23 unsigned int h; member
30 unsigned int h; member
36 unsigned int h; member
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp364 __itt_domain *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
402 __itt_domain *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
484 __itt_string_handle *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
521 __itt_string_handle *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
571 __itt_counter_info_t *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
613 __itt_counter_info_t *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
669 __itt_counter_info_t *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
710 __itt_counter_info_t *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
766 __itt_histogram *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
810 __itt_histogram *h_tail = NULL, *h = NULL; in ITT_VERSIONIZE() local
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c71 static void fe64_frombytes(fe64 h, const uint8_t *s) in fe64_frombytes()
79 static void fe64_0(fe64 h) in fe64_0()
87 static void fe64_1(fe64 h) in fe64_1()
95 static void fe64_copy(fe64 h, const fe64 f) in fe64_copy()
310 static void fe51_frombytes(fe51 h, const uint8_t *s) in fe51_frombytes()
330 static void fe51_tobytes(uint8_t *s, const fe51 h) in fe51_tobytes()
400 static void fe51_mul(fe51 h, const fe51 f, const fe51 g) in fe51_mul()
458 static void fe51_sq(fe51 h, const fe51 f) in fe51_sq()
512 static void fe51_mul121666(fe51 h, fe51 f) in fe51_mul121666()
539 static void fe51_add(fe51 h, const fe51 f, const fe51 g) in fe51_add()
[all …]
/freebsd/lib/libc/db/btree/
H A Dbt_put.c66 PAGE *h; in __bt_put() local
262 PAGE *h; in bt_fast() local
/freebsd/contrib/file/src/
H A Dreadcdf.c266 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, in cdf_file_catalog()
297 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, in cdf_file_summary_info()
370 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_file_catalog_info()
388 const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, in cdf_check_summary_info()
547 cdf_header_t h; in file_trycdf() local
/freebsd/lib/libusbhid/
H A Dparse.c213 hid_get_item_raw(hid_data_t s, hid_item_t *h) in hid_get_item_raw()
516 hid_get_item(hid_data_t s, hid_item_t *h) in hid_get_item()
532 struct hid_item h; in hid_report_size() local
570 hid_item_t *h, int id) in hid_locate()

12345678910>>...43