Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dsubr_devsw.c103 #define DEVSWCONV_SIZE (sizeof(struct devsw_conv)) macro
455 newptr = kmem_zalloc(new_convs * DEVSWCONV_SIZE, KM_NOSLEEP); in devsw_attach()
464 memcpy(newptr, devsw_conv, old_convs * DEVSWCONV_SIZE); in devsw_attach()
466 kmem_free(devsw_conv, old_convs * DEVSWCONV_SIZE); in devsw_attach()