Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libefivar/
H A Defivar-dp-format.c1182 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1194 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1203 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1212 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1225 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
H A Defivar-dp-parse.c2237 UsbClass->DeviceProtocol = 0xFF; in ConvertFromTextUsbClass()
2239 UsbClass->DeviceProtocol = (UINT8)Strtoi (ProtocolStr); in ConvertFromTextUsbClass()
/freebsd-14.2/stand/efi/include/
H A Defidevp.h209 UINT8 DeviceProtocol; member
/freebsd-14.2/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h462 UINT8 DeviceProtocol; member
/freebsd-14.2/stand/efi/libefi/
H A Ddevpath.c292 ((USB_CLASS_DEVICE_PATH *)node)->DeviceProtocol, tail) < 0) in efi_messaging_dev_path()
/freebsd-14.2/stand/efi/loader/
H A Dmain.c181 usb->DeviceProtocol == 1) { /* Boot keyboards */ in has_keyboard()