Home
last modified time | relevance | path

Searched defs:hist (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-13.1/contrib/unbound/util/
H A Dtimehist.c71 dosetup(struct timehist* hist) in dosetup()
86 struct timehist* hist = (struct timehist*)calloc(1, in timehist_setup() local
102 void timehist_delete(struct timehist* hist) in timehist_delete()
110 void timehist_clear(struct timehist* hist) in timehist_clear()
134 void timehist_insert(struct timehist* hist, struct timeval* tv) in timehist_insert()
147 void timehist_print(struct timehist* hist) in timehist_print()
164 void timehist_log(struct timehist* hist, const char* name) in timehist_log()
189 timehist_count(struct timehist* hist) in timehist_count()
198 timehist_quartile(struct timehist* hist, double q) in timehist_quartile()
228 timehist_export(struct timehist* hist, long long* array, size_t sz) in timehist_export()
[all …]
/freebsd-13.1/usr.bin/netstat/
H A Dipsec.c229 ipsec_hist_new(const uint64_t *hist, size_t histmax, in ipsec_hist_new()
271 #define hist(f, n, t, c) \ in print_ahstats() macro
330 #define hist(f, n, t, c) \ in print_espstats() macro
391 #define hist(f, n, t, c) \ in print_ipcompstats() macro
/freebsd-13.1/sys/net/
H A Dmppcd.c49 uint8_t hist[2*MPPE_HIST_LEN]; member
110 uint8_t *hist, *s; in MPPC_Decompress() local
H A Dmppcc.c51 uint8_t hist[2*MPPE_HIST_LEN]; member
150 uint8_t *hist, *sbuf, *p, *q, *r, *s; in MPPC_Compress() local
/freebsd-13.1/sys/sys/
H A Dstats.h406 struct vss_hist_hlpr_info hist; member
577 #define VSD_HIST_FIELDVAL(hist, hist_dtype, field) \ argument
579 #define VSD_CONSTHIST_FIELDVAL(hist, hist_dtype, field) \ argument
581 #define VSD_HIST_FIELDPTR(hist, hist_dtype, field) \ argument
583 #define VSD_CONSTHIST_FIELDPTR(hist, hist_dtype, field) \ argument
590 #define VSD_CRHIST_FIELDVAL(hist, hist_dtype, field) \ argument
594 #define VSD_CRHIST_FIELDPTR(hist, hist_dtype, field) \ argument
603 #define VSD_DRHIST_FIELDVAL(hist, hist_dtype, field) \ argument
607 #define VSD_DRHIST_FIELDPTR(hist, hist_dtype, field) \ argument
616 #define VSD_DVHIST_FIELDVAL(hist, hist_dtype, field) \ argument
[all …]
/freebsd-13.1/usr.bin/bc/
H A Dscan.l40 History *hist; variable
/freebsd-13.1/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_nested_structs.c7 History *hist; member
/freebsd-13.1/contrib/libedit/TEST/
H A Dtc1.c132 History *hist; in main() local
H A Dwtc1.c114 HistoryW *hist; in main() local
/freebsd-13.1/usr.sbin/gstat/
H A Dgstat.c100 History *hist; in main() local
/freebsd-13.1/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c245 #define SDPSTATS_HIST_GET(hist, hist_len, sum) ({ \ argument
256 #define __sdpstats_seq_hist(seq, msg, hist, is_log) ({ \ argument
/freebsd-13.1/usr.sbin/lpr/lpc/
H A Dlpc.c153 static History *hist; in cmdscanner() local
/freebsd-13.1/usr.bin/tftp/
H A Dmain.c184 static History *hist; in main() local
738 command(bool interactive, EditLine *el, History *hist, HistEvent *hep) in command()
/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp377 UNWIND_HISTORY_TABLE hist; in _Unwind_Resume() local
/freebsd-13.1/usr.sbin/ngctl/
H A Dmain.c297 History *hist; in DoInteractive() local
/freebsd-13.1/bin/sh/
H A Dhistedit.c69 History *hist; /* history cookie */ variable
/freebsd-13.1/usr.sbin/pppctl/
H A Dpppctl.c59 History *hist; /* libedit stuff */ member
/freebsd-13.1/sys/kern/
H A Dsubr_stats.c674 struct voistatdata_hist *hist; local
1767 const struct voistatdata_hist *hist, enum vsd_dtype hist_dtype,
2375 struct voistatdata_hist *hist; local
2716 struct voistat *vs, struct voistatdata_hist *hist)
/freebsd-13.1/sbin/recoverdisk/
H A Drecoverdisk.c193 static off_t hist[REPORTWID]; variable
/freebsd-13.1/contrib/tnftp/src/
H A Dftp_var.h265 GLOBAL History *hist; /* editline(3) history structure */ variable
/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-control.c301 struct timehist* hist; in print_hist() local
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c429 svn_fs_history_t *hist; member
461 svn_fs_history_t *hist; in get_history() local
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Drange_tree.c104 uint64_t hist[RANGE_TREE_HISTOGRAM_SIZE] = { 0 }; in range_tree_stat_verify() local
/freebsd-13.1/usr.sbin/cdcontrol/
H A Dcdcontrol.c1165 static History *hist = NULL; in input() local
/freebsd-13.1/contrib/unbound/libunbound/
H A Dunbound.h778 long long hist[UB_STATS_BUCKET_NUM]; member

12