Searched refs:DEVSWCONV_SIZE (Results 1 – 1 of 1) sorted by relevance
103 #define DEVSWCONV_SIZE (sizeof(struct devsw_conv)) macro455 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()