Searched refs:DEVINFOSIZE (Results 1 – 3 of 3) sorted by relevance
303 USETW(req.wLength, DEVINFOSIZE - 1); in ulpt_attach()314 if (len > DEVINFOSIZE - 3) in ulpt_attach()315 len = DEVINFOSIZE - 3; in ulpt_attach()
92 #define DEVINFOSIZE 1024 macro
232 devinfop = kmem_alloc(DEVINFOSIZE, KM_SLEEP); in usbd_devinfo_alloc()233 usbd_devinfo(dev, showclass, devinfop, DEVINFOSIZE); in usbd_devinfo_alloc()240 kmem_free(devinfop, DEVINFOSIZE); in usbd_devinfo_free()