| /freebsd-11-stable/crypto/openssl/crypto/lhash/ |
| HD | lh_stats.c | 75 void lh_stats(LHASH *lh, FILE *out) in lh_stats() 101 void lh_node_stats(LHASH *lh, FILE *out) in lh_node_stats() 113 void lh_node_usage_stats(LHASH *lh, FILE *out) in lh_node_usage_stats() 141 void lh_stats(const _LHASH *lh, FILE *fp) in lh_stats() 154 void lh_node_stats(const _LHASH *lh, FILE *fp) in lh_node_stats() 167 void lh_node_usage_stats(const _LHASH *lh, FILE *fp) in lh_node_usage_stats() 182 void lh_stats_bio(const _LHASH *lh, BIO *out) in lh_stats_bio() 209 void lh_node_stats_bio(const _LHASH *lh, BIO *out) in lh_node_stats_bio() 221 void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out) in lh_node_usage_stats_bio()
|
| HD | lhash.c | 176 void lh_free(_LHASH *lh) in lh_free() 196 void *lh_insert(_LHASH *lh, void *data) in lh_insert() 232 void *lh_delete(_LHASH *lh, const void *data) in lh_delete() 260 void *lh_retrieve(_LHASH *lh, const void *data) in lh_retrieve() 279 static void doall_util_fn(_LHASH *lh, int use_arg, LHASH_DOALL_FN_TYPE func, in doall_util_fn() 312 void lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func) in lh_doall() 317 void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg) in lh_doall_arg() 322 static int expand(_LHASH *lh) in expand() 373 static void contract(_LHASH *lh) in contract() 409 static LHASH_NODE **getrn(_LHASH *lh, const void *data, unsigned long *rhash) in getrn() [all …]
|
| HD | lhash.h | 173 # define lh_error(lh) ((lh)->error) argument 203 # define CHECKED_LHASH_OF(type,lh) \ argument 209 # define LHM_lh_error(type, lh) \ argument 211 # define LHM_lh_insert(type, lh, inst) \ argument 214 # define LHM_lh_retrieve(type, lh, inst) \ argument 217 # define LHM_lh_delete(type, lh, inst) \ argument 220 # define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) argument 221 # define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument 223 # define LHM_lh_num_items(type, lh) lh_num_items(CHECKED_LHASH_OF(type, lh)) argument 224 # define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load) argument [all …]
|
| /freebsd-11-stable/usr.sbin/ppp/ |
| HD | pap.c | 88 struct fsmheader lh; in pap_Req() local 118 struct fsmheader lh; in SendPapCode() local
|
| HD | fsm.c | 194 struct fsmheader lh; in fsm_Output() local 1049 struct fsmheader lh; in fsm_Input() local
|
| HD | chap.c | 106 struct fsmheader lh; in ChapOutput() local
|
| /freebsd-11-stable/crypto/openssl/crypto/stack/ |
| HD | safestack.h | 2449 # define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst) argument 2450 # define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst) argument 2451 # define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst) argument 2452 # define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn) argument 2453 # define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \ argument 2455 # define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh) argument 2456 # define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh) argument 2457 # define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh) argument 2458 # define lh_ADDED_OBJ_node_stats_bio(lh,out) \ argument 2460 # define lh_ADDED_OBJ_node_usage_stats_bio(lh,out) \ argument [all …]
|
| /freebsd-11-stable/usr.bin/sed/ |
| HD | compile.c | 892 struct labhash **lhp, *lh; in enterlabel() local 918 struct labhash *lh; in findlabel() local 940 struct labhash *lh, *next; in uselabel() local
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | vdev_disk.c | 91 vdev_disk_off_notify(ldi_handle_t lh, ldi_ev_cookie_t ecookie, void *arg, in vdev_disk_off_notify() 127 vdev_disk_off_finalize(ldi_handle_t lh, ldi_ev_cookie_t ecookie, in vdev_disk_off_finalize() 162 vdev_disk_dgrd_finalize(ldi_handle_t lh, ldi_ev_cookie_t ecookie, in vdev_disk_dgrd_finalize()
|
| HD | zap_leaf.c | 444 for (uint16_t lh = LEAF_HASH(l, h); lh <= bestlh; lh++) { in zap_leaf_lookup_closest() local
|
| /freebsd-11-stable/contrib/ntp/include/ |
| HD | ntp_types.h | 185 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member 188 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member
|
| /freebsd-11-stable/include/rpcsvc/ |
| HD | bootparam_prot.x | 69 char lh; member
|
| /freebsd-11-stable/sys/dev/pms/freebsd/driver/common/ |
| HD | lxencrypt.c | 329 struct list_head *lh; in show_target_dek_map() local 481 struct list_head *lh; in agtiapi_MapDek() local 697 struct list_head *lh; in agtiapi_CleanupEncryption() local
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_aggregate.c | 743 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); local 760 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); local 779 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); local 890 dt_ahashent_t *lh = *((dt_ahashent_t **)lhs); local 1032 dt_ahashent_t **lh = *((dt_ahashent_t ***)lhs); local
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | dwarf2read.c | 5113 free_line_header (struct line_header *lh) in free_line_header() 5133 add_include_dir (struct line_header *lh, char *include_dir) in add_include_dir() 5156 add_file_name (struct line_header *lh, in add_file_name() 5199 struct line_header *lh; in dwarf_decode_line_header() local 5344 dwarf_decode_lines (struct line_header *lh, char *comp_dir, bfd *abfd, in dwarf_decode_lines() 7698 file_full_name (int file, struct line_header *lh, const char *comp_dir) in file_full_name() 7734 struct line_header *lh, struct objfile *objfile) in macro_start_file() 7930 dwarf_decode_macros (struct line_header *lh, unsigned int offset, in dwarf_decode_macros()
|
| /freebsd-11-stable/release/picobsd/tinyware/msh/ |
| HD | sh5.c | 494 register struct here *h, *lh; local
|
| /freebsd-11-stable/contrib/tcsh/ |
| HD | ed.refresh.c | 162 int w, i, lv, lh; in Draw() local
|
| /freebsd-11-stable/sys/dev/mlx4/mlx4_ib/ |
| HD | mlx4_ib_cm.c | 417 struct list_head lh; in mlx4_ib_cm_paravirt_clean() local
|
| /freebsd-11-stable/crypto/openssl/crypto/ec/ |
| HD | ec2_smpl.c | 608 BIGNUM *lh, *y2; in ec_GF2m_simple_is_on_curve() local
|
| /freebsd-11-stable/sys/dev/hwpmc/ |
| HD | hwpmc_logging.c | 495 uint32_t *lh; in pmclog_reserve() local
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| HD | lparser.c | 1107 static void check_conflict (LexState *ls, struct LHS_assign *lh, expdesc *v) { in check_conflict() 1135 static void assignment (LexState *ls, struct LHS_assign *lh, int nvars) { in assignment()
|
| /freebsd-11-stable/contrib/lua/src/ |
| HD | lparser.c | 1119 static void check_conflict (LexState *ls, struct LHS_assign *lh, expdesc *v) { in check_conflict() 1147 static void assignment (LexState *ls, struct LHS_assign *lh, int nvars) { in assignment()
|
| /freebsd-11-stable/contrib/groff/src/utils/tfmtodit/ |
| HD | tfmtodit.cpp | 309 int lh = read2(ptr); in load() local
|
| /freebsd-11-stable/sys/net/ |
| HD | if_spppsubr.c | 1412 struct lcp_header *lh; in sppp_cp_send() local 4691 struct lcp_header *lh; in sppp_auth_send() local
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | dwarf2.c | 975 struct line_head lh; in decode_line_info() local
|