Home
last modified time | relevance | path

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

12

/freebsd/contrib/unbound/util/
H A Dtimehist.c72 dosetup(struct timehist* hist) in dosetup()
87 struct timehist* hist = (struct timehist*)calloc(1, in timehist_setup() local
103 void timehist_delete(struct timehist* hist) in timehist_delete()
111 void timehist_clear(struct timehist* hist) in timehist_clear()
118 void timehist_insert(struct timehist* hist, struct timeval* tv) in timehist_insert()
131 void timehist_print(struct timehist* hist) in timehist_print()
148 void timehist_log(struct timehist* hist, const char* name) in timehist_log()
173 timehist_count(struct timehist* hist) in timehist_count()
182 timehist_quartile(struct timehist* hist, double q) in timehist_quartile()
212 timehist_export(struct timehist* hist, long long* array, size_t sz) in timehist_export()
[all …]
/freebsd/usr.bin/netstat/
H A Dipsec.c221 ipsec_hist_new(const uint64_t *hist, size_t histmax, in ipsec_hist_new()
263 #define hist(f, n, t, c) \ in print_ahstats() macro
322 #define hist(f, n, t, c) \ in print_espstats() macro
383 #define hist(f, n, t, c) \ in print_ipcompstats() macro
/freebsd/sys/net/
H A Dmppcd.c47 uint8_t hist[2*MPPE_HIST_LEN]; member
108 uint8_t *hist, *s; in MPPC_Decompress() local
H A Dmppcc.c49 uint8_t hist[2*MPPE_HIST_LEN]; member
148 uint8_t *hist, *sbuf, *p, *q, *r, *s; in MPPC_Compress() local
/freebsd/sys/sys/
H A Dstats.h404 struct vss_hist_hlpr_info hist; member
563 #define VSD_HIST_FIELD(hist, cnst, hist_dtype, op, field) \ argument
575 #define VSD_HIST_FIELDVAL(hist, hist_dtype, field) \ argument
577 #define VSD_CONSTHIST_FIELDVAL(hist, hist_dtype, field) \ argument
579 #define VSD_HIST_FIELDPTR(hist, hist_dtype, field) \ argument
581 #define VSD_CONSTHIST_FIELDPTR(hist, hist_dtype, field) \ argument
584 #define VSD_CRHIST_FIELD(hist, cnst, hist_dtype, op, field) \ argument
588 #define VSD_CRHIST_FIELDVAL(hist, hist_dtype, field) \ argument
590 #define VSD_CONSTCRHIST_FIELDVAL(hist, hist_dtype, field) \ argument
592 #define VSD_CRHIST_FIELDPTR(hist, hist_dtype, field) \ argument
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_nested_structs.c7 History *hist; member
/freebsd/contrib/libedit/TEST/
H A Dtc1.c132 History *hist; in main() local
H A Dwtc1.c114 HistoryW *hist; in main() local
/freebsd/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/usr.sbin/gstat/
H A Dgstat.c98 History *hist; in main() local
/freebsd/usr.bin/tftp/
H A Dmain.c169 static History *hist; in main() local
733 command(bool interactive, EditLine *el, History *hist, HistEvent *hep) in command()
/freebsd/usr.sbin/lpr/lpc/
H A Dlpc.c139 static History *hist; in cmdscanner() local
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp396 UNWIND_HISTORY_TABLE hist; in _Unwind_Resume() local
/freebsd/usr.sbin/ngctl/
H A Dmain.c294 History *hist; in DoInteractive() local
/freebsd/usr.sbin/pppctl/
H A Dpppctl.c56 History *hist; /* libedit stuff */ member
/freebsd/contrib/bc/include/
H A Dhistory.h112 History* hist; member
/freebsd/sys/kern/
H A Dsubr_stats.c669 struct voistatdata_hist *hist; local
1774 const struct voistatdata_hist *hist, enum vsd_dtype hist_dtype,
2382 struct voistatdata_hist *hist; local
2723 struct voistat *vs, struct voistatdata_hist *hist)
/freebsd/bin/sh/
H A Dhistedit.c66 History *hist; /* history cookie */ variable
/freebsd/sbin/recoverdisk/
H A Drecoverdisk.c189 static off_t hist[REPORTWID]; variable
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c304 struct timehist* hist; in print_hist() local
/freebsd/contrib/tnftp/src/
H A Dftp_var.h265 GLOBAL History *hist; /* editline(3) history structure */ variable
/freebsd/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/sbin/fsdb/
H A Dfsdb.c266 History *hist; in cmdloop() local
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c1163 static History *hist = NULL; in input() local
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h789 long long hist[UB_STATS_BUCKET_NUM]; member

12