Searched refs:histp (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | mon.c | 367 ANCHOR *histp; /* anchor with histogram to use */ in writeBlocks() local 376 histp = NULL; in writeBlocks() 380 histp = ap; /* remember lastone with a histgm */ in writeBlocks() 385 sum.lpc = histp->monBuffer->lpc; in writeBlocks() 386 sum.hpc = histp->monBuffer->hpc; in writeBlocks() 404 p = (char *)histp->monBuffer + sizeof (struct hdr) + in writeBlocks() 405 (histp->monBuffer->nfns * sizeof (struct cnt)); in writeBlocks() 406 amt = histp->histSize; in writeBlocks()
|
/titanic_41/usr/src/lib/krb5/kadm5/srv/ |
H A D | svr_principal.c | 1122 osa_pw_hist_ent *histp; in add_to_history() local 1189 histp = &adb->old_keys[j]; in add_to_history() 1190 for (j = 0; j < histp->n_key_data; j++) { in add_to_history() 1191 krb5_free_key_data_contents(context, &histp->key_data[j]); in add_to_history() 1193 free(histp->key_data); in add_to_history() 1210 histp = &adb->old_keys[knext]; in add_to_history() 1211 for (i = 0; i < histp->n_key_data; i++) in add_to_history() 1212 krb5_free_key_data_contents(context, &histp->key_data[i]); in add_to_history() 1213 free(histp->key_data); in add_to_history()
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | us3_common.c | 898 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()
|