Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dseq.c124 mutex_lock(&ctx->hist.seq_arr_lock); in __context_debug_set_last_seqno()
125 ctx->hist.seqno = seqno; in __context_debug_set_last_seqno()
126 mutex_unlock(&ctx->hist.seq_arr_lock); in __context_debug_set_last_seqno()
145 *(OM_uint32 *)argp = ctx->hist.seqno; in __context_debug_get_last_seqno()
177 fprintf(stderr, "%u: ", ctx->hist.seqno); in __context_debug_print_seq_hist()
180 fprintf(stderr, "%016.16llx", rev(ctx->hist.arr[i])); in __context_debug_print_seq_hist()
371 mutex_lock(&ctx->hist.seq_arr_lock); in __dh_seq_detection()
377 n = seqno - ctx->hist.seqno; in __dh_seq_detection()
392 else if (check_bit(&ctx->hist, n)) in __dh_seq_detection()
396 set_bit(&ctx->hist, n); in __dh_seq_detection()
[all …]
H A Ddh_gssapi.h166 seq_array hist; /* Out-of-sequence, replay history */ member
/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/
H A Dovload.c40 static int parse_pw_hist_ent(current, hist) in parse_pw_hist_ent() argument
42 osa_pw_hist_ent *hist;
48 hist->n_key_data = 1;
50 hist->key_data = (krb5_key_data *) malloc(hist->n_key_data *
52 if (hist->key_data == NULL)
54 memset(hist->key_data, 0, sizeof(krb5_key_data)*hist->n_key_data);
56 for (i = 0; i < hist->n_key_data; i++) {
57 krb5_key_data *key_data = &hist->key_data[i];
/titanic_41/usr/src/lib/libdisasm/common/
H A Ddis_i386.c184 uint64_t *hist, addr, start; in dis_i386_previnstr() local
195 hist = dis_zalloc(sizeof (uint64_t) * n); in dis_i386_previnstr()
198 hist[cur] = addr; in dis_i386_previnstr()
219 res = hist[(cur + n - MIN(n, nseen)) % n]; in dis_i386_previnstr()
222 dis_free(hist, sizeof (uint64_t) * n); in dis_i386_previnstr()
/titanic_41/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1156 update_tag_inst_hist(tag_inst_hist_t *hist, fru_tag_t tag) in update_tag_inst_hist() argument
1160 for (int s = 0; s < (hist->numStored); s++) { in update_tag_inst_hist()
1161 if (tags_equal((hist->pairs)[s].tag, tag)) { in update_tag_inst_hist()
1163 hist->pairs[s].inst++; in update_tag_inst_hist()
1170 if (hist->numStored > hist->size) { in update_tag_inst_hist()
1173 (hist->pairs)[(hist->numStored)].tag.raw_data = tag.raw_data; in update_tag_inst_hist()
1174 (hist->pairs)[(hist->numStored)].inst = 0; in update_tag_inst_hist()
1175 (hist->numStored)++; in update_tag_inst_hist()
1181 get_tag_inst_from_hist(tag_inst_hist_t *hist, fru_tag_t tag, int *instance) in get_tag_inst_from_hist() argument
1184 for (j = 0; j < hist->numStored; j++) { in get_tag_inst_from_hist()
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/
H A Drange_tree.c57 uint64_t hist[RANGE_TREE_HISTOGRAM_SIZE] = { 0 }; in range_tree_stat_verify() local
65 hist[idx]++; in range_tree_stat_verify()
66 ASSERT3U(hist[idx], !=, 0); in range_tree_stat_verify()
70 if (hist[i] != rt->rt_histogram[i]) { in range_tree_stat_verify()
72 i, hist, hist[i], rt->rt_histogram[i]); in range_tree_stat_verify()
74 VERIFY3U(hist[i], ==, rt->rt_histogram[i]); in range_tree_stat_verify()
H A Dzfs_fm.c389 update_histogram(uint64_t value_arg, uint16_t *hist, uint32_t *count) in update_histogram() argument
398 hist[63 - i]++; in update_histogram()
/titanic_41/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1046 krb5_key_data *key_data, osa_pw_hist_ent *hist) in create_history_entry() argument
1052 hist->key_data = (krb5_key_data*)malloc(n_key_data*sizeof(krb5_key_data)); in create_history_entry()
1053 if (hist->key_data == NULL) in create_history_entry()
1055 memset(hist->key_data, 0, n_key_data*sizeof(krb5_key_data)); in create_history_entry()
1068 &hist->key_data[i]); in create_history_entry()
1076 hist->n_key_data = n_key_data; in create_history_entry()
1081 void free_history_entry(krb5_context context, osa_pw_hist_ent *hist) in free_history_entry() argument
1085 for (i = 0; i < hist->n_key_data; i++) in free_history_entry()
1086 krb5_free_key_data_contents(context, &hist->key_data[i]); in free_history_entry()
1087 free(hist->key_data); in free_history_entry()
[all …]
/titanic_41/usr/src/cmd/csh/i386/
H A DMakefile41 sh.func.o sh.glob.o sh.hist.o sh.init.o sh.lex.o sh.misc.o \
45 sh.exec.o sh.exp.o sh.file.o sh.func.o sh.glob.o sh.hist.o sh.init.o \
/titanic_41/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 \
/titanic_41/usr/src/lib/libshell/common/data/
H A Dbuiltins.c81 "fc", NV_BLTIN|BLT_ENV|BLT_EXIT, bltin(hist),
82 "hist", NV_BLTIN|BLT_ENV|BLT_EXIT, bltin(hist),
/titanic_41/usr/src/cmd/savecore/
H A Dsavecore.c874 volatile uint_t *hist; variable
880 atomic_inc_uint(&hist[np]); in putpage()
1362 hist = Zalloc((sizeof (uint64_t) * BTOP(coreblksize)) + 1); in build_corefile()
1983 if (verbose > 1 && hist != NULL) { in main()
1987 nw += hist[i] * i; in main()
1990 if (hist[i] == 0) in main()
1993 i, hist[i], 100.0 * hist[i] * i / nw); in main()
/titanic_41/usr/src/cmd/csh/
H A DMakefile39 sh.file.o sh.func.o sh.glob.o sh.hist.o\
/titanic_41/usr/src/man/man1/
H A DMakefile476 hist.1 \
633 hist.1 := LINKSRC = history.1
/titanic_41/usr/src/lib/libshell/
H A DMakefile.com37 bltins/hist.o \
/titanic_41/usr/src/lib/libshell/common/scripts/
H A Dshnote.sh408 hist) print_history "$@" ; exit $? ;;
/titanic_41/usr/src/lib/libshell/common/
H A DOBSOLETE12 .B hist
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 DRELEASE904 06-02-28 A bug in which stopping a job created with the hist builtin command
1454 01-10-04 The self generated man pages for hist and fc were not working
1751 hist, let, ., and ulimit.
2009 95-08-28 A bug with hist (fc) -e which prevented a command
H A Dsh.memo486 \f5alias r='hist -s'\fP
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h576 uint32_t hist[8]; member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2576 rx_ring->hist[7]++; in ql_ring_rx()
2578 rx_ring->hist[6]++; in ql_ring_rx()
2580 rx_ring->hist[5]++; in ql_ring_rx()
2582 rx_ring->hist[4]++; in ql_ring_rx()
2584 rx_ring->hist[3]++; in ql_ring_rx()
2586 rx_ring->hist[2]++; in ql_ring_rx()
2588 rx_ring->hist[1]++; in ql_ring_rx()
2590 rx_ring->hist[0]++; in ql_ring_rx()
/titanic_41/usr/src/pkg/manifests/
H A DSUNWcs.man1.inc252 link path=usr/share/man/man1/hist.1 target=history.1
/titanic_41/
H A D.gitignore4378 usr/src/man/man1/hist.1