Searched refs:nd_size (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ |
H A D | nd.c | 227 nde = (NDE *)mi_alloc_sleep(nd->nd_size + in nd_load() 229 bzero((char *)nde, nd->nd_size + NDE_ALLOC_SIZE); in nd_load() 232 bcopy((char *)nd->nd_tbl, (char *)nde, nd->nd_size); in nd_load() 242 nd->nd_size += NDE_ALLOC_SIZE; in nd_load()
|
H A D | nd.h | 60 int nd_size; /* size (in bytes) of current table */ member
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_ndd.c | 1300 if ((nde = (NDE *) KMEM_ZALLOC(nd->nd_size + in hxge_nd_load() 1305 bcopy((char *)nd->nd_tbl, (char *)nde, nd->nd_size); in hxge_nd_load() 1306 KMEM_FREE((char *)nd->nd_tbl, nd->nd_size); in hxge_nd_load() 1315 nd->nd_size += NDE_ALLOC_SIZE; in hxge_nd_load() 1340 KMEM_FREE((char *)nd->nd_tbl, nd->nd_size); in hxge_nd_free()
|
/titanic_41/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 4386 kmem_free(nd->nd_tbl, nd->nd_size); in eri_nd_free() 4540 if ((nde = (NDE *)kmem_zalloc(nd->nd_size + in eri_nd_load() 4546 bcopy((char *)nd->nd_tbl, (char *)nde, nd->nd_size); in eri_nd_load() 4547 kmem_free((char *)nd->nd_tbl, nd->nd_size); in eri_nd_load() 4556 nd->nd_size += NDE_ALLOC_SIZE; in eri_nd_load()
|