/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | seq.c | 122 mutex_lock(&ctx->hist.seq_arr_lock); in __context_debug_set_last_seqno() 123 ctx->hist.seqno = seqno; in __context_debug_set_last_seqno() 124 mutex_unlock(&ctx->hist.seq_arr_lock); in __context_debug_set_last_seqno() 143 *(OM_uint32 *)argp = ctx->hist.seqno; in __context_debug_get_last_seqno() 175 fprintf(stderr, "%u: ", ctx->hist.seqno); in __context_debug_print_seq_hist() 178 fprintf(stderr, "%016.16llx", rev(ctx->hist.arr[i])); in __context_debug_print_seq_hist() 369 mutex_lock(&ctx->hist.seq_arr_lock); in __dh_seq_detection() 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() [all …]
|
H A D | dh_gssapi.h | 164 seq_array hist; /* Out-of-sequence, replay history */ member
|
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | ovload.c | 38 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 D | libfru.cc | 1154 update_tag_inst_hist(tag_inst_hist_t *hist, fru_tag_t tag) in update_tag_inst_hist() argument 1158 for (int s = 0; s < (hist->numStored); s++) { in update_tag_inst_hist() 1159 if (tags_equal((hist->pairs)[s].tag, tag)) { in update_tag_inst_hist() 1161 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() 1179 get_tag_inst_from_hist(tag_inst_hist_t *hist, fru_tag_t tag, int *instance) in get_tag_inst_from_hist() argument 1182 for (j = 0; j < hist->numStored; j++) { in get_tag_inst_from_hist() [all …]
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | libdisasm.c | 224 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 D | svr_principal.c | 1039 krb5_key_data *key_data, osa_pw_hist_ent *hist) in create_history_entry() argument 1045 hist->key_data = (krb5_key_data*)malloc(n_key_data*sizeof(krb5_key_data)); in create_history_entry() 1046 if (hist->key_data == NULL) in create_history_entry() 1048 memset(hist->key_data, 0, n_key_data*sizeof(krb5_key_data)); 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() 1074 void free_history_entry(krb5_context context, osa_pw_hist_ent *hist) in free_history_entry() argument 1078 for (i = 0; i < hist->n_key_data; i++) in free_history_entry() 1079 krb5_free_key_data_contents(context, &hist->key_data[i]); in free_history_entry() 1080 free(hist->key_data); in free_history_entry() [all …]
|
/illumos-gate/usr/src/cmd/csh/i386/ |
H A D | Makefile | 45 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/cmd/csh/sparc/ |
H A D | Makefile | 43 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/uts/common/fs/zfs/ |
H A D | range_tree.c | 103 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 D | zfs_fm.c | 322 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 D | builtins.c | 86 "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 D | savecore.c | 895 volatile uint_t *hist; variable 901 atomic_inc_uint(&hist[np]); in putpage() 1391 hist = Zalloc((sizeof (uint64_t) * BTOP(coreblksize)) + 1); in build_corefile() 2020 if (verbose > 1 && hist != NULL) { in main() 2024 nw += hist[i] * i; in main() 2027 if (hist[i] == 0) in main() 2030 i, hist[i], 100.0 * hist[i] * i / nw); in main()
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | Makefile | 34 sh.file.o sh.func.o sh.glob.o sh.hist.o\
|
/illumos-gate/usr/src/cmd/ast/libshell/ |
H A D | Makefile.defs | 37 bltins/hist.o \
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 468 hist.1 \ 637 hist.1 := LINKSRC = history.1
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | OBSOLETE | 12 .B hist
|
H A D | Mamfile | 378 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 D | RELEASE88 | 292 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 D | RELEASE93 | 220 e. A bug with hist (fc) -e which prevented a command
|
H A D | RELEASE | 1810 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 D | sh.memo | 486 \f5alias r='hist -s'\fP
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge.h | 576 uint32_t hist[8]; member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 2580 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 D | SUNWcs.man1.inc | 133 link path=usr/share/man/man1/hist.1 target=history.1
|