Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/unbound/util/
HDtimehist.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-14-stable/usr.bin/netstat/
HDipsec.c228 ipsec_hist_new(const uint64_t *hist, size_t histmax, in ipsec_hist_new()
270 #define hist(f, n, t, c) \ in print_ahstats() macro
329 #define hist(f, n, t, c) \ in print_espstats() macro
390 #define hist(f, n, t, c) \ in print_ipcompstats() macro
/freebsd-14-stable/sys/net/
HDmppcd.c47 uint8_t hist[2*MPPE_HIST_LEN]; member
108 uint8_t *hist, *s; in MPPC_Decompress() local
HDmppcc.c49 uint8_t hist[2*MPPE_HIST_LEN]; member
148 uint8_t *hist, *sbuf, *p, *q, *r, *s; in MPPC_Compress() local
/freebsd-14-stable/sys/sys/
HDstats.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-14-stable/usr.bin/bc/
HDscan.l38 History *hist; variable
/freebsd-14-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
HDd_nested_structs.c7 History *hist; member
/freebsd-14-stable/contrib/libedit/TEST/
HDtc1.c132 History *hist; in main() local
HDwtc1.c114 HistoryW *hist; in main() local
/freebsd-14-stable/usr.sbin/gstat/
HDgstat.c98 History *hist; in main() local
/freebsd-14-stable/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_proc.c245 #define SDPSTATS_HIST_GET(hist, hist_len, sum) ({ \ argument
256 #define __sdpstats_seq_hist(seq, msg, hist, is_log) ({ \ argument
/freebsd-14-stable/usr.sbin/lpr/lpc/
HDlpc.c151 static History *hist; in cmdscanner() local
/freebsd-14-stable/usr.bin/tftp/
HDmain.c182 static History *hist; in main() local
746 command(bool interactive, EditLine *el, History *hist, HistEvent *hep) in command()
/freebsd-14-stable/contrib/llvm-project/libunwind/src/
HDUnwind-seh.cpp396 UNWIND_HISTORY_TABLE hist; in _Unwind_Resume() local
/freebsd-14-stable/usr.sbin/ngctl/
HDmain.c295 History *hist; in DoInteractive() local
/freebsd-14-stable/contrib/bc/include/
HDhistory.h112 History* hist; member
/freebsd-14-stable/usr.sbin/pppctl/
HDpppctl.c57 History *hist; /* libedit stuff */ member
/freebsd-14-stable/sys/kern/
HDsubr_stats.c670 struct voistatdata_hist *hist; local
1775 const struct voistatdata_hist *hist, enum vsd_dtype hist_dtype,
2383 struct voistatdata_hist *hist; local
2724 struct voistat *vs, struct voistatdata_hist *hist)
/freebsd-14-stable/sbin/recoverdisk/
HDrecoverdisk.c189 static off_t hist[REPORTWID]; variable
/freebsd-14-stable/contrib/unbound/smallapp/
HDunbound-control.c304 struct timehist* hist; in print_hist() local
/freebsd-14-stable/contrib/tnftp/src/
HDftp_var.h265 GLOBAL History *hist; /* editline(3) history structure */ variable
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDrange_tree.c104 uint64_t hist[RANGE_TREE_HISTOGRAM_SIZE] = { 0 }; in range_tree_stat_verify() local
/freebsd-14-stable/sbin/fsdb/
HDfsdb.c266 History *hist; in cmdloop() local
/freebsd-14-stable/usr.sbin/cdcontrol/
HDcdcontrol.c1163 static History *hist = NULL; in input() local
/freebsd-14-stable/contrib/unbound/libunbound/
HDunbound.h789 long long hist[UB_STATS_BUCKET_NUM]; member

12