Home
last modified time | relevance | path

Searched refs:UART_FLOW_CONTROL_DEVICE_PATH (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h770 } UART_FLOW_CONTROL_DEVICE_PATH; typedef
1288 UART_FLOW_CONTROL_DEVICE_PATH UartFlowControl;
1346 UART_FLOW_CONTROL_DEVICE_PATH *UartFlowControl;
/freebsd/lib/libefivar/
H A Defivar-dp-parse.c1602 UART_FLOW_CONTROL_DEVICE_PATH *UartFlowControl; in DevPathFromTextUartFlowCtrl()
1605 UartFlowControl = (UART_FLOW_CONTROL_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextUartFlowCtrl()
1608 … (UINT16)sizeof (UART_FLOW_CONTROL_DEVICE_PATH) in DevPathFromTextUartFlowCtrl()
H A Defivar-dp-format.c256 FlowControlMap = (((UART_FLOW_CONTROL_DEVICE_PATH *)Vendor)->FlowControlMap); in DevPathToTextVendor()