Searched refs:IOUSB (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/lib/libusb/ |
| HD | libusb20_ugen20.c | 50 #ifndef IOUSB 51 #define IOUSB(a) a macro 154 if (ioctl(f, IOUSB(USB_GET_PLUGTIME), &plugtime)) { in ugen20_enumerate() 161 if (ioctl(f, IOUSB(USB_GET_DEVICE_DESC), &ddesc)) { in ugen20_enumerate() 176 if (ioctl(f, IOUSB(USB_GET_DEVICEINFO), &devinfo)) { in ugen20_enumerate() 223 if (ioctl(f, IOUSB(USB_GET_DEV_PORT_PATH), &udpp) == 0 && in ugen20_enumerate() 257 if (ioctl(st->f, IOUSB(USB_READ_DIR), &st->urd)) { in ugen20_readdir() 329 if (ioctl(pdev->file, IOUSB(USB_FS_UNINIT), &fs_uninit)) { in ugen20_tr_release() 369 if (ioctl(pdev->file, IOUSB(USB_FS_INIT), &fs_init)) { in ugen20_tr_renew() 403 if (ioctl(f, IOUSB(USB_GET_PLUGTIME), &plugtime)) { in ugen20_open_device() [all …]
|
| HD | libusb_global_linux.h | 63 #define IOUSB(a) FBSD_L##a macro
|
| /freebsd-14-stable/usr.sbin/usbconfig/ |
| HD | dump.c | 55 #ifndef IOUSB 56 #define IOUSB(a) a macro 500 if (ioctl(f, IOUSB(USB_GET_DEVICEINFO), &devinfo)) in _device_desc()
|