Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libefivar/
H A Defivar-dp-format.c1143 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1155 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1164 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1173 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1186 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
H A Defivar-dp-parse.c2200 UsbClass->DeviceProtocol = (UINT8) Strtoi (ProtocolStr); in ConvertFromTextUsbClass()
/freebsd-13.1/stand/efi/include/
H A Defidevp.h210 UINT8 DeviceProtocol; member
/freebsd-13.1/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h462 UINT8 DeviceProtocol; member
/freebsd-13.1/stand/efi/libefi/
H A Ddevpath.c295 ((USB_CLASS_DEVICE_PATH *)node)->DeviceProtocol, tail) < 0) in efi_messaging_dev_path()
/freebsd-13.1/stand/efi/loader/
H A Dmain.c174 usb->DeviceProtocol == 1) { /* Boot keyboards */ in has_keyboard()