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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DService.c47 ESL_SERVICE ** ppServiceListHead; local
164 ppServiceListHead = (ESL_SERVICE **)pBuffer;
165 pService->pNext = *ppServiceListHead;
166 *ppServiceListHead = pService;
288 ESL_SERVICE ** ppServiceListHead; local
353 ppServiceListHead = (ESL_SERVICE **)pBuffer;
354 pPreviousService = *ppServiceListHead;
359 *ppServiceListHead = pService->pNext;
H A DSocket.c1121 ESL_SERVICE ** ppServiceListHead; local
1202 ppServiceListHead = (ESL_SERVICE **)pBuffer;
1203 pService = *ppServiceListHead;

Completed in 52 milliseconds