Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dnd.c227 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 Dnd.h58 int nd_size; /* size (in bytes) of current table */ member
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c1266 if ((nde = (NDE *) KMEM_ZALLOC(nd->nd_size + in hxge_nd_load()
1271 bcopy((char *)nd->nd_tbl, (char *)nde, nd->nd_size); in hxge_nd_load()
1272 KMEM_FREE((char *)nd->nd_tbl, nd->nd_size); in hxge_nd_load()
1281 nd->nd_size += NDE_ALLOC_SIZE; in hxge_nd_load()
1306 KMEM_FREE((char *)nd->nd_tbl, nd->nd_size); in hxge_nd_free()
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c4386 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()