Searched defs:histp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c367 ANCHOR *histp; /* anchor with histogram to use */ local
374 * (2) finds anchor of last block w / hist(histp)
376 histp = NULL;
380 histp = ap; /* remember lastone with a histgm */
385 sum.lpc = histp->monBuffer->lpc;
386 sum.hpc = histp->monBuffer->hpc;
404 p = (char *)histp->monBuffer + sizeof (struct hdr) +
405 (histp->monBuffer->nfns * sizeof (struct cnt));
406 amt = histp->histSize;
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1122 osa_pw_hist_ent *histp; local
1189 histp = &adb->old_keys[j];
1190 for (j = 0; j < histp->n_key_data; j++) {
1191 krb5_free_key_data_contents(context, &histp->key_data[j]);
1193 free(histp->key_data);
1210 histp = &adb->old_keys[knext];
1211 for (i = 0; i < histp->n_key_data; i++)
1212 krb5_free_key_data_contents(context, &histp->key_data[i]);
1213 free(histp->key_data);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c898 cheetah_livelock_entry_t *histp; local
916 CHEETAH_LIVELOCK_ENTRY_NEXT(histp);
917 CHEETAH_LIVELOCK_ENTRY_SET(histp, lbolt, LBOLT_WAITFREE);
918 CHEETAH_LIVELOCK_ENTRY_SET(histp, cpuid, cpuid);
919 CHEETAH_LIVELOCK_ENTRY_SET(histp, buddy, CPU->cpu_id);
984 CHEETAH_LIVELOCK_ENTRY_SET(histp, recovery_time, \

Completed in 77 milliseconds