Home | History | Annotate | Download | only in UefiPxeBcDxe

Lines Matching refs:Policy

878     // Select offer by default policy.

1026 // The proxy offer should be determined if select by default policy.
1243 // Select offer by the default policy or by order, and record the SelectIndex
1510 Switch the Ip4 policy to static.
1514 @retval EFI_SUCCESS The policy is already configured to static.
1525 EFI_IP4_CONFIG2_POLICY Policy;
1534 &Policy
1540 if (Policy != Ip4Config2PolicyStatic) {
1541 Policy = Ip4Config2PolicyStatic;
1546 &Policy