Searched refs:histp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/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;
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1184 osa_pw_hist_ent *histp; local
1261 histp = &adb->old_keys[j];
1262 for (j = 0; j < histp->n_key_data; j++) {
1263 krb5_free_key_data_contents(context, &histp->key_data[j]);
1265 free(histp->key_data);
1282 histp = &adb->old_keys[knext];
1283 for (i = 0; i < histp->n_key_data; i++)
1284 krb5_free_key_data_contents(context, &histp->key_data[i]);
1285 free(histp->key_data);

Completed in 26 milliseconds