Home | History | Annotate | Download | only in EfiSocketLib

Lines Matching refs:pService

1078   ESL_SERVICE * pService;

1158 pService = *ppServiceListHead;
1159 while ( NULL != pService ) {
1163 pServiceBinding = pService->pServiceBinding;
1171 pService->pSocketBinding->pName ));
1177 pService,
1187 pService->pSocketBinding->pName,
1194 pService = pService->pNext;
3472 @param[in] pService Address of an ::ESL_SERVICE structure.
3492 IN ESL_SERVICE * pService,
3519 pSocketBinding = pService->pSocketBinding;
3547 pPort->pService = pService;
3548 pPort->pServiceBinding = pService->pServiceBinding;
3550 pPort->pSocketBinding = pService->pSocketBinding;
3669 pPort->pLinkService = pService->pPortList;
3670 pService->pPortList = pPort;
3693 pServiceBinding = pService->pServiceBinding;
3748 ESL_SERVICE * pService;
3796 pService = pPort->pService;
3797 if ( NULL != pService ) {
3798 pPreviousPort = pService->pPortList;
3803 pService->pPortList = pPort->pLinkService;