Searched refs:VendorDeviceNode (Results 1 – 3 of 3) sorted by relevance
530 VENDOR_DEVICE_PATH VendorDeviceNode; in HttpBootConfigFormInit() local548 ZeroMem (&VendorDeviceNode, sizeof (VENDOR_DEVICE_PATH)); in HttpBootConfigFormInit()549 VendorDeviceNode.Header.Type = HARDWARE_DEVICE_PATH; in HttpBootConfigFormInit()550 VendorDeviceNode.Header.SubType = HW_VENDOR_DP; in HttpBootConfigFormInit()551 CopyGuid (&VendorDeviceNode.Guid, &gEfiCallerIdGuid); in HttpBootConfigFormInit()552 SetDevicePathNodeLength (&VendorDeviceNode.Header, sizeof (VENDOR_DEVICE_PATH)); in HttpBootConfigFormInit()555 (EFI_DEVICE_PATH_PROTOCOL *) &VendorDeviceNode in HttpBootConfigFormInit()
1232 VENDOR_DEVICE_PATH VendorDeviceNode; in Ip4Config2FormInit() local1261 ZeroMem (&VendorDeviceNode, sizeof (VENDOR_DEVICE_PATH)); in Ip4Config2FormInit()1262 VendorDeviceNode.Header.Type = HARDWARE_DEVICE_PATH; in Ip4Config2FormInit()1263 VendorDeviceNode.Header.SubType = HW_VENDOR_DP; in Ip4Config2FormInit()1265 CopyGuid (&VendorDeviceNode.Guid, &gEfiCallerIdGuid); in Ip4Config2FormInit()1267 SetDevicePathNodeLength (&VendorDeviceNode.Header, sizeof (VENDOR_DEVICE_PATH)); in Ip4Config2FormInit()1270 (EFI_DEVICE_PATH_PROTOCOL *) &VendorDeviceNode in Ip4Config2FormInit()
1898 VENDOR_DEVICE_PATH VendorDeviceNode; in Ip6ConfigFormInit() local1926 ZeroMem (&VendorDeviceNode, sizeof (VENDOR_DEVICE_PATH)); in Ip6ConfigFormInit()1927 VendorDeviceNode.Header.Type = HARDWARE_DEVICE_PATH; in Ip6ConfigFormInit()1928 VendorDeviceNode.Header.SubType = HW_VENDOR_DP; in Ip6ConfigFormInit()1930 CopyGuid (&VendorDeviceNode.Guid, &gEfiCallerIdGuid); in Ip6ConfigFormInit()1932 SetDevicePathNodeLength (&VendorDeviceNode.Header, sizeof (VENDOR_DEVICE_PATH)); in Ip6ConfigFormInit()1935 (EFI_DEVICE_PATH_PROTOCOL *) &VendorDeviceNode in Ip6ConfigFormInit()