Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c996 trill_inst_t *tip, *newtip = NULL; in trill_find_bridge() local
1000 newtip = kmem_zalloc(sizeof (*tip), KM_NOSLEEP); in trill_find_bridge()
1009 if (!can_create || newtip == NULL) { in trill_find_bridge()
1014 tip = newtip; in trill_find_bridge()
1015 newtip = NULL; in trill_find_bridge()
1035 if (newtip != NULL) in trill_find_bridge()
1036 kmem_free(newtip, sizeof (*newtip)); in trill_find_bridge()