DEVINFOSIZE 291 dev/usb/ulpt.c USETW(req.wLength, DEVINFOSIZE - 1); DEVINFOSIZE 302 dev/usb/ulpt.c if (len > DEVINFOSIZE - 3) DEVINFOSIZE 303 dev/usb/ulpt.c len = DEVINFOSIZE - 3; DEVINFOSIZE 328 dev/usb/usb_subr.c devinfop = malloc(DEVINFOSIZE, M_TEMP, M_WAITOK); DEVINFOSIZE 329 dev/usb/usb_subr.c usbd_devinfo(dev, showclass, devinfop, DEVINFOSIZE);