Searched defs:lp1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil_funcs.c478 krb5_kt_list lp, lp1, prev, pruned = NULL; local
493 for (lp1 = pruned; lp1; prev = lp1, lp1 = lp1->next) {
497 lp1->entry->principal))
500 if (!lp1) { /* need to add entry to tail of pruned list */
506 lp1 = pruned;
515 lp1
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c546 uint32_t *lp1, *lp2; local
576 lp1 = (uint32_t *)&mb->un.varDmp.resp_offset;
580 status = *lp1++;

Completed in 74 milliseconds