Searched defs:hist (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libdisasm/i386/
H A Ddis_i386.c207 uint64_t *hist, addr, start; local
218 hist = dis_zalloc(sizeof (uint64_t) * n);
221 hist[cur] = addr;
242 res = hist[(cur + n - MIN(n, nseen)) % n];
245 dis_free(hist, sizeof (uint64_t) * n);
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Ddh_gssapi.h150 seq_array hist; /* Out-of-sequence, replay history */ member in struct:dh_gss_context_desc
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcmdline.c526 grub_uint32_t *hist; local
537 hist = grub_history_get (histpos);
538 cl_insert (hist);
546 grub_uint32_t *hist; local
557 hist = grub_history_get (histpos);
559 cl_insert (hist);
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1095 * hist (w) history entry to fill in
1099 * hist->key_data is allocated to store n_key_data key_datas. Each
1101 * in hist_key, and added to hist->key_data. hist->n_key_data is
1107 krb5_key_data *key_data, osa_pw_hist_ent *hist)
1113 hist->key_data = (krb5_key_data*)malloc(n_key_data*sizeof(krb5_key_data));
1114 if (hist->key_data == NULL)
1116 memset(hist->key_data, 0, n_key_data*sizeof(krb5_key_data));
1129 &hist->key_data[i]);
1137 hist
1105 create_history_entry(krb5_context context, krb5_keyblock *hist_key, int n_key_data, krb5_key_data *key_data, osa_pw_hist_ent *hist) argument
1142 free_history_entry(krb5_context context, osa_pw_hist_ent *hist) argument
1420 osa_pw_hist_ent hist; local
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1156 update_tag_inst_hist(tag_inst_hist_t *hist, fru_tag_t tag) argument
1160 for (int s = 0; s < (hist->numStored); s++) {
1161 if (tags_equal((hist->pairs)[s].tag, tag)) {
1163 hist->pairs[s].inst++;
1170 if (hist->numStored > hist->size) {
1173 (hist->pairs)[(hist->numStored)].tag.raw_data = tag.raw_data;
1174 (hist->pairs)[(hist
1181 get_tag_inst_from_hist(tag_inst_hist_t *hist, fru_tag_t tag, int *instance) argument
1209 tag_inst_hist_t hist; local
1287 tag_inst_hist_t hist; local
[all...]

Completed in 103 milliseconds