Home
last modified time | relevance | path

Searched refs:tcl_new (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c236 tuncl_t **tcl_new; in tcl_grow() local
242 tcl_new = kmem_zalloc(new_size * sizeof (tuncl_t *), KM_NOSLEEP); in tcl_grow()
243 if (tcl_new == NULL) in tcl_grow()
251 kmem_free(tcl_new, new_size * sizeof (tuncl_t *)); in tcl_grow()
257 bcopy(tcl_old, tcl_new, old_size * sizeof (tuncl_t *)); in tcl_grow()
258 tcl_slots = tcl_new; in tcl_grow()