Searched refs:USBGEM_LOCAL_DATA_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c5960 #define USBGEM_LOCAL_DATA_SIZE(gc) \ macro
5986 dp = kmem_zalloc(USBGEM_LOCAL_DATA_SIZE(gc), KM_SLEEP);
6276 kmem_free((caddr_t)dp, USBGEM_LOCAL_DATA_SIZE(gc));
6341 kmem_free((caddr_t)dp, USBGEM_LOCAL_DATA_SIZE(&dp->ugc));

Completed in 53 milliseconds