Searched defs:usb (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/man/man7d/
H A DMakefile257 usb.7d
288 usb.7d := LINKSRC = usba.7d
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c289 struct ustat usb; local
349 if (is_root == 0 && is_usr == 0 && ustat(stbd.st_rdev, &usb) == 0) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c689 struct ustat usb; local
747 if (!is_magic && (ustat(stbd.st_rdev, &usb) == 0)) {
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dbiosdisk.h47 } usb; member in union:device_path
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c173 USB_DEVICE_PATH *usb; local
175 usb = (USB_DEVICE_PATH *)devpath;
176 return snprintf(buf, size, "usb(0x%02x,0x%02x)",
177 usb->ParentPortNumber, usb->InterfaceNumber);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c167 USB_CLASS_DEVICE_PATH *usb; local
169 usb = (USB_CLASS_DEVICE_PATH *)(void *)path;
170 if (usb->DeviceClass == 3 && /* HID */
171 usb->DeviceSubClass == 1 && /* Boot devices */
172 usb->DeviceProtocol == 1) { /* Boot keyboards */
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h40 #include <sys/usb/usba.h>
41 #include <sys/usb/usba/usba_types.h>
149 struct zyd_usb usb; member in struct:zyd_softc
205 /* Generic usb command to the ZD chip */
336 * The 'struct zyd_usb usb' is stored inside 'struct zyd_softc'.
337 * Using the knowledge of the usb member position,
338 * convert a pointer to 'usb' to a pointer to the zyd_softc.
343 (uintptr_t)(usbp) - offsetof(struct zyd_softc, usb)\

Completed in 71 milliseconds