Home
last modified time | relevance | path

Searched refs:hist (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dseq.c122 mutex_lock(&ctx->hist.seq_arr_lock); in __context_debug_set_last_seqno()
123 ctx->hist.seqno = seqno; in __context_debug_set_last_seqno()
143 *(OM_uint32 *)argp = ctx->hist.seqno; in __context_debug_get_last_seqno()
375 n = seqno - ctx->hist.seqno; in __dh_seq_detection()
390 else if (check_bit(&ctx->hist, n)) in __dh_seq_detection()
394 set_bit(&ctx->hist, n); in __dh_seq_detection()
402 shift_bits(&ctx->hist, n); in __dh_seq_detection()
405 ctx->hist.seqno = seqno; in __dh_seq_detection()
408 set_bit(&ctx->hist, 0); in __dh_seq_detection()
452 ctx->hist.seqno = 0; in __dh_init_seq_hist()
[all …]
H A Ddh_gssapi.h164 seq_array hist; /* Out-of-sequence, replay history */ member
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dovload.c38 static int parse_pw_hist_ent(current, hist) in parse_pw_hist_ent() argument
40 osa_pw_hist_ent *hist;
46 hist->n_key_data = 1;
48 hist->key_data = (krb5_key_data *) malloc(hist->n_key_data *
50 if (hist->key_data == NULL)
52 memset(hist->key_data, 0, sizeof(krb5_key_data)*hist->n_key_data);
54 for (i = 0; i < hist->n_key_data; i++) {
55 krb5_key_data *key_data = &hist->key_data[i];
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1161 hist->pairs[s].inst++; in update_tag_inst_hist()
1168 if (hist->numStored > hist->size) { in update_tag_inst_hist()
1171 (hist->pairs)[(hist->numStored)].tag.raw_data = tag.raw_data; in update_tag_inst_hist()
1172 (hist->pairs)[(hist->numStored)].inst = 0; in update_tag_inst_hist()
1173 (hist->numStored)++; in update_tag_inst_hist()
1207 tag_inst_hist_t hist; in find_unknown_element() local
1212 hist.numStored = 0; in find_unknown_element()
1213 hist.size = num_tags; in find_unknown_element()
1285 tag_inst_hist_t hist; in find_known_element() local
1287 hist.size = num_posible; in find_known_element()
[all …]
/illumos-gate/usr/src/lib/libdisasm/common/
H A Dlibdisasm.c224 uint64_t *hist, addr, start; in dis_generic_previnstr() local
235 hist = dis_zalloc(sizeof (uint64_t) * n); in dis_generic_previnstr()
238 hist[cur] = addr; in dis_generic_previnstr()
259 res = hist[(cur + n - MIN(n, nseen)) % n]; in dis_generic_previnstr()
262 dis_free(hist, sizeof (uint64_t) * n); in dis_generic_previnstr()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1046 if (hist->key_data == NULL) in create_history_entry()
1061 &hist->key_data[i]); in create_history_entry()
1069 hist->n_key_data = n_key_data; in create_history_entry()
1078 for (i = 0; i < hist->n_key_data; i++) in free_history_entry()
1080 free(hist->key_data); in free_history_entry()
1342 osa_pw_hist_ent hist; in kadm5_chpass_principal_3() local
1353 memset(&hist, 0, sizeof(hist)); in kadm5_chpass_principal_3()
1418 kdb_save.key_data, &hist); in kadm5_chpass_principal_3()
1426 1, &hist); in kadm5_chpass_principal_3()
1511 if (!hist_added && hist.key_data) in kadm5_chpass_principal_3()
[all …]
/illumos-gate/usr/src/cmd/csh/sparc/
H A DMakefile43 sh.func.o sh.glob.o sh.hist.o sh.init.o sh.lex.o sh.misc.o \
47 sh.exec.o sh.exp.o sh.file.o sh.func.o sh.glob.o sh.hist.o sh.init.o \
/illumos-gate/usr/src/cmd/csh/i386/
H A DMakefile45 sh.func.o sh.glob.o sh.hist.o sh.init.o sh.lex.o sh.misc.o \
49 sh.exec.o sh.exp.o sh.file.o sh.func.o sh.glob.o sh.hist.o sh.init.o \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drange_tree.c103 uint64_t hist[RANGE_TREE_HISTOGRAM_SIZE] = { 0 }; in range_tree_stat_verify() local
111 hist[idx]++; in range_tree_stat_verify()
112 ASSERT3U(hist[idx], !=, 0); in range_tree_stat_verify()
116 if (hist[i] != rt->rt_histogram[i]) { in range_tree_stat_verify()
118 i, hist, hist[i], rt->rt_histogram[i]); in range_tree_stat_verify()
120 VERIFY3U(hist[i], ==, rt->rt_histogram[i]); in range_tree_stat_verify()
H A Dzfs_fm.c322 update_histogram(uint64_t value_arg, uint32_t *hist, uint32_t *count) in update_histogram() argument
331 hist[63 - i]++; in update_histogram()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dbuiltins.c86 "fc", NV_BLTIN|BLT_ENV|BLT_EXIT, bltin(hist),
87 "hist", NV_BLTIN|BLT_ENV|BLT_EXIT, bltin(hist),
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c875 volatile uint_t *hist; variable
881 atomic_inc_uint(&hist[np]); in putpage()
1363 hist = Zalloc((sizeof (uint64_t) * BTOP(coreblksize)) + 1); in build_corefile()
1993 if (verbose > 1 && hist != NULL) { in main()
1997 nw += hist[i] * i; in main()
2000 if (hist[i] == 0) in main()
2003 i, hist[i], 100.0 * hist[i] * i / nw); in main()
/illumos-gate/usr/src/cmd/csh/
H A DMakefile34 sh.file.o sh.func.o sh.glob.o sh.hist.o\
/illumos-gate/usr/src/cmd/ast/libshell/
H A DMakefile.defs37 bltins/hist.o \
/illumos-gate/usr/src/man/man1/
H A DMakefile468 hist.1 \
637 hist.1 := LINKSRC = history.1
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DOBSOLETE12 .B hist
H A DMamfile378 make hist.o
379 make bltins/hist.c
413 done bltins/hist.c
414 meta hist.o %.c>%.o bltins/hist.c hist
415 prev bltins/hist.c
416 … -DERROR_CONTEXT_T=Error_context_t -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_COSHELL -c bltins/hist.c
417 done hist.o generated
1331 exec - ${AR} rc libshell.a alarm.o cd_pwd.o cflow.o deparse.o enum.o getopts.o hist.o misc.o print.…
H A DRELEASE88292 1. It has been renamed hist. fc is now a predefined alias.
293 2. hist uses ${HISTEDIT:-$FCEDIT}. FCEDIT is obsolete.
297 command, so that hist -l 1 lists all accessible history commands.
H A DRELEASE93220 e. A bug with hist (fc) -e which prevented a command
H A DRELEASE1810 06-02-28 A bug in which stopping a job created with the hist builtin command
2360 01-10-04 The self generated man pages for hist and fc were not working
2657 hist, let, ., and ulimit.
2915 95-08-28 A bug with hist (fc) -e which prevented a command
H A Dsh.memo486 \f5alias r='hist -s'\fP
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h576 uint32_t hist[8]; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2580 rx_ring->hist[7]++; in ql_ring_rx()
2582 rx_ring->hist[6]++; in ql_ring_rx()
2584 rx_ring->hist[5]++; in ql_ring_rx()
2586 rx_ring->hist[4]++; in ql_ring_rx()
2588 rx_ring->hist[3]++; in ql_ring_rx()
2590 rx_ring->hist[2]++; in ql_ring_rx()
2592 rx_ring->hist[1]++; in ql_ring_rx()
2594 rx_ring->hist[0]++; in ql_ring_rx()
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.man1.inc133 link path=usr/share/man/man1/hist.1 target=history.1