Searched refs:pPreviousService (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DService.c286 ESL_SERVICE * pPreviousService; local
354 pPreviousService = *ppServiceListHead;
355 if ( pService == pPreviousService ) {
365 while ( NULL != pPreviousService ) {
366 if ( pService == pPreviousService->pNext ) {
367 pPreviousService->pNext = pService->pNext;
370 pPreviousService = pPreviousService->pNext;

Completed in 49 milliseconds