Home
last modified time | relevance | path

Searched refs:histp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c365 ANCHOR *histp; /* anchor with histogram to use */ in writeBlocks() local
374 histp = NULL; in writeBlocks()
378 histp = ap; /* remember lastone with a histgm */ in writeBlocks()
383 sum.lpc = histp->monBuffer->lpc; in writeBlocks()
384 sum.hpc = histp->monBuffer->hpc; in writeBlocks()
402 p = (char *)histp->monBuffer + sizeof (struct hdr) + in writeBlocks()
403 (histp->monBuffer->nfns * sizeof (struct cnt)); in writeBlocks()
404 amt = histp->histSize; in writeBlocks()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1115 osa_pw_hist_ent *histp; in add_to_history() local
1182 histp = &adb->old_keys[j]; in add_to_history()
1183 for (j = 0; j < histp->n_key_data; j++) { in add_to_history()
1184 krb5_free_key_data_contents(context, &histp->key_data[j]); in add_to_history()
1186 free(histp->key_data); in add_to_history()
1203 histp = &adb->old_keys[knext]; in add_to_history()
1204 for (i = 0; i < histp->n_key_data; i++) in add_to_history()
1205 krb5_free_key_data_contents(context, &histp->key_data[i]); in add_to_history()
1206 free(histp->key_data); in add_to_history()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c898 cheetah_livelock_entry_t *histp; in mondo_recover() local
916 CHEETAH_LIVELOCK_ENTRY_NEXT(histp); in mondo_recover()
917 CHEETAH_LIVELOCK_ENTRY_SET(histp, lbolt, LBOLT_WAITFREE); in mondo_recover()
918 CHEETAH_LIVELOCK_ENTRY_SET(histp, cpuid, cpuid); in mondo_recover()
919 CHEETAH_LIVELOCK_ENTRY_SET(histp, buddy, CPU->cpu_id); in mondo_recover()
984 CHEETAH_LIVELOCK_ENTRY_SET(histp, recovery_time, \ in mondo_recover()