Searched defs:pruned (Results 1 - 3 of 3) 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) {
494 /* Hunt for the current principal in the pruned list */
500 if (!lp1) { /* need to add entry to tail of pruned list */
501 if (!pruned) {
502 pruned = (krb5_kt_list) malloc(sizeof (*pruned));
503 if (!pruned)
505 memset((char *) pruned, 0, sizeof(*pruned));
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c3314 boolean_t pruned = B_FALSE; local
3526 pruned = B_TRUE;
3565 * If we pruned the list, do we want to store this new
3571 * probably pruned the packet already (since the
3575 if (pruned && offset != 0) {
H A Dip.c7036 boolean_t pruned = B_FALSE; local
7149 pruned = B_TRUE;
7186 * If we pruned the list, do we want to store this new
7192 * probably pruned the packet already (since the
7195 if (pruned && offset != 0) {

Completed in 99 milliseconds