Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtrill.c995 trill_inst_t *tip, *newtip = NULL; in trill_find_bridge() local
999 newtip = kmem_zalloc(sizeof (*tip), KM_NOSLEEP); in trill_find_bridge()
1008 if (!can_create || newtip == NULL) { in trill_find_bridge()
1013 tip = newtip; in trill_find_bridge()
1014 newtip = NULL; in trill_find_bridge()
1034 if (newtip != NULL) in trill_find_bridge()
1035 kmem_free(newtip, sizeof (*newtip)); in trill_find_bridge()