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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DDxeSupport.c95 ESL_SOCKET * pSocketPrevious; local
125 pSocketPrevious = pLayer->pSocketList;
126 if ( NULL != pSocketPrevious ) {
127 if ( pSocket == pSocketPrevious ) {
137 while (( NULL != pSocketPrevious )
138 && ( pSocket != pSocketPrevious->pNext )) {
142 pSocketPrevious = pSocketPrevious->pNext;
144 if ( NULL != pSocketPrevious ) {
148 pSocketPrevious
[all...]

Completed in 57 milliseconds