Lines Matching defs:new
439 kssl_entry_t *new;
486 * We start with the saved cipher suite list for the new entry.
488 * disabled now, we take it out from the list for the new entry.
517 new = kmem_zalloc(sizeof (kssl_entry_t), KM_NOSLEEP);
518 if (new == NULL)
521 *new = *old; /* Structure copy */
523 new->ke_refcnt = 0;
524 new->kssl_cipherSuites_nentries = rcnt;
526 new->kssl_cipherSuites[j] = tmp_suites[j];
528 KSSL_ENTRY_REFHOLD(new);
529 kssl_entry_tab[i] = new;