Home
last modified time | relevance | path

Searched refs:DeviceProtocol (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libefivar/
H A Defivar-dp-format.c1200 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1212 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1221 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1230 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1243 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
H A Defivar-dp-parse.c2339 UsbClass->DeviceProtocol = 0xFF; in ConvertFromTextUsbClass()
2341 UsbClass->DeviceProtocol = (UINT8)Strtoi (ProtocolStr); in ConvertFromTextUsbClass()
/freebsd/stand/efi/include/
H A Defidevp.h209 UINT8 DeviceProtocol; member
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h462 UINT8 DeviceProtocol; member
/freebsd/stand/efi/libefi/
H A Ddevpath.c292 ((USB_CLASS_DEVICE_PATH *)node)->DeviceProtocol, tail) < 0) in efi_messaging_dev_path()
/freebsd/stand/efi/loader/
H A Dmain.c187 usb->DeviceProtocol == 1) { /* Boot keyboards */ in has_keyboard()