Home | History | Annotate | Download | only in UefiPxeBcDxe

Lines Matching refs:Started

23   Started field of the EFI_PXE_BASE_CODE_MODE structure is already TRUE, then

30 PXE Base Code Protocol will be started.
34 used during the session that is being started.
37 @retval EFI_SUCCESS The PXE Base Code Protocol was started.
41 @retval EFI_ALREADY_STARTED The PXE Base Code Protocol is already in the started state.
67 if (Mode->Started) {
210 //the active state, If the DHCP4 D.O.R.A started by IP4 auto
243 Mode->Started = TRUE;
275 in Start() are released, the Started field of the EFI_PXE_BASE_CODE_MODE structure is
276 set to FALSE, and EFI_SUCCESS is returned. If the Started field of the EFI_PXE_BASE_CODE_MODE
308 if (!Mode->Started) {
441 if (!Mode->Started) {
566 if (!Mode->Started) {
1094 if (!Mode->Started) {
1305 if (!Mode->Started) {
1575 if (!Mode->Started) {
1773 if (!Mode->Started) {
1903 if (!Mode->Started) {
2004 if (!Mode->Started) {
2115 if (!Mode->Started) {
2374 // PxeBc protocol has already been started but not on the required IP version, restart it.