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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetServByName/
H A DGetServByName.c45 int PortNumber; local
64 PortNumber = htons ( pService->s_port );
67 PortNumber,
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetServByPort/
H A DGetServByPort.c46 int PortNumber; local
54 || ( 1 != sscanf ( Argv[1], "%d", &PortNumber ))) {
61 pService = getservbyport ( htons ( PortNumber ), NULL );
68 PortNumber,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Ppi/
H A DUsbHostController.h139 @param[out] PortNumber The pointer to the number of the root hub ports.
144 @retval EFI_INVALID_PARAMETER PortNumber is NULL.
152 OUT UINT8 *PortNumber
161 @param[in] PortNumber Specifies the root hub port from which the status is
168 PortNumber was returned in PortStatus.
169 @retval EFI_INVALID_PARAMETER PortNumber is invalid.
177 IN UINT8 PortNumber,
187 @param[in] PortNumber Specifies the root hub port whose feature is requested
193 the USB root hub port specified by PortNumber.
194 @retval EFI_INVALID_PARAMETER PortNumber i
[all...]
H A DUsb2HostController.h153 @param[out] PortNumber The pointer to the number of the root hub ports.
156 @retval EFI_INVALID_PARAMETER PortNumber is NULL.
164 OUT UINT8 *PortNumber
173 @param[in] PortNumber Specifies the root hub port from which the status is
180 PortNumber was returned in PortStatus.
181 @retval EFI_INVALID_PARAMETER PortNumber is invalid.
189 IN UINT8 PortNumber,
199 @param[in] PortNumber Specifies the root hub port whose feature is requested
205 the USB root hub port specified by PortNumber.
206 @retval EFI_INVALID_PARAMETER PortNumber i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/OobRx/
H A DOobRx.c38 UINT16 PortNumber; local
66 PortNumber = OOB_RX_PORT;
71 SIN_PORT ( LocalPort ) = htons ( PortNumber );
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DEap.h54 @param[in] PortNumber Specified the Port where the EAP request packet comes.
71 IN EFI_PORT_HANDLE PortNumber,
H A DUsbHostController.h385 @param PortNumber A pointer to the number of the root hub ports.
389 @retval EFI_INVALID_PARAMETER PortNumber is NULL.
396 OUT UINT8 *PortNumber
403 @param PortNumber Specifies the root hub port from which the status is to be retrieved.
409 @retval EFI_SUCCESS The status of the USB root hub port specified by PortNumber
411 @retval EFI_INVALID_PARAMETER PortNumber is invalid.
418 IN UINT8 PortNumber,
426 @param PortNumber Specifies the root hub port from which the status is to be retrieved.
434 root hub port specified by PortNumber.
435 @retval EFI_INVALID_PARAMETER PortNumber i
[all...]
H A DUsb2HostController.h100 @param PortNumber Number of the root hub ports.
115 OUT UINT8 *PortNumber,
502 @param PortNumber Specifies the root hub port from which the status is to be retrieved.
506 @retval EFI_SUCCESS The status of the USB root hub port specified by PortNumber
508 @retval EFI_INVALID_PARAMETER PortNumber is invalid.
515 IN UINT8 PortNumber,
523 @param PortNumber Specifies the root hub port whose feature is requested to be set. This
528 root hub port specified by PortNumber.
529 @retval EFI_INVALID_PARAMETER PortNumber is invalid or PortFeature is invalid for this function.
536 IN UINT8 PortNumber,
[all...]
H A DEapManagement.h51 EFI_PORT_HANDLE PortNumber; member in struct:_EFI_EAPOL_PORT_INFO
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.c624 @param[out] PortNumber The pointer to the number of the root hub ports.
627 @retval EFI_INVALID_PARAMETER PortNumber is NULL.
635 OUT UINT8 *PortNumber
642 if (PortNumber == NULL) {
646 *PortNumber = (UINT8)(EhcDev->HcStructParams & HCSP_NPORTS);
656 @param PortNumber Specifies the root hub port whose feature
662 for the USB root hub port specified by PortNumber.
663 @retval EFI_INVALID_PARAMETER PortNumber is invalid or PortFeature is invalid.
671 IN UINT8 PortNumber,
686 if (PortNumber >
668 EhcClearRootHubPortFeature( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB2_HOST_CONTROLLER_PPI *This, IN UINT8 PortNumber, IN EFI_USB_PORT_FEATURE PortFeature ) argument
788 EhcSetRootHubPortFeature( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB2_HOST_CONTROLLER_PPI *This, IN UINT8 PortNumber, IN EFI_USB_PORT_FEATURE PortFeature ) argument
890 EhcGetRootHubPortStatus( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB2_HOST_CONTROLLER_PPI *This, IN UINT8 PortNumber, OUT EFI_USB_PORT_STATUS *PortStatus ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/OobTx/
H A DOobTx.c40 UINT16 PortNumber; local
105 PortNumber = OOB_RX_PORT;
113 SIN_PORT ( RemotePort ) = htons ( PortNumber );
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c269 @param PortNumber A pointer to the number of root hub ports.
274 @return EFI_INVALID_PARAMETER MaxSpeed or PortNumber or Is64BitCapable is NULL.
283 OUT UINT8 *PortNumber,
294 if ((NULL == MaxSpeed) || (NULL == PortNumber) || (NULL == Is64BitCapable)) {
301 *PortNumber = 0;
316 (*PortNumber)++;
319 Uhc->RootPorts = *PortNumber;
330 @param PortNumber The port to get status.
335 @return EFI_INVALID_PARAMETER PortNumber is invalid.
343 IN UINT8 PortNumber,
280 Uhci2GetCapability( IN EFI_USB2_HC_PROTOCOL *This, OUT UINT8 *MaxSpeed, OUT UINT8 *PortNumber, OUT UINT8 *Is64BitCapable ) argument
341 Uhci2GetRootHubPortStatus( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 PortNumber, OUT EFI_USB_PORT_STATUS *PortStatus ) argument
421 Uhci2SetRootHubPortFeature( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 PortNumber, IN EFI_USB_PORT_FEATURE PortFeature ) argument
500 Uhci2ClearRootHubPortFeature( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 PortNumber, IN EFI_USB_PORT_FEATURE PortFeature ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.h320 @param PortNumber Number of the root hub ports.
333 OUT UINT8 *PortNumber,
400 @param PortNumber The root hub port to retrieve the state from.
405 by PortNumber was returned in PortStatus.
406 @retval EFI_INVALID_PARAMETER PortNumber is invalid.
414 IN UINT8 PortNumber,
422 @param PortNumber Root hub port to set.
426 @retval EFI_INVALID_PARAMETER PortNumber is invalid or PortFeature is invalid.
434 IN UINT8 PortNumber,
442 @param PortNumber Specifie
[all...]
H A DXhci.c84 @param PortNumber Number of the root hub ports.
97 OUT UINT8 *PortNumber,
104 if ((MaxSpeed == NULL) || (PortNumber == NULL) || (Is64BitCapable == NULL)) {
112 *PortNumber = (UINT8) (Xhc->HcSParams1.Data.MaxPorts);
114 DEBUG ((EFI_D_INFO, "XhcGetCapability: %d ports, 64 bit %d\n", *PortNumber, *Is64BitCapable));
324 @param PortNumber The root hub port to retrieve the state from.
329 by PortNumber was returned in PortStatus.
330 @retval EFI_INVALID_PARAMETER PortNumber is invalid.
338 IN UINT8 PortNumber,
363 if (PortNumber >
94 XhcGetCapability( IN EFI_USB2_HC_PROTOCOL *This, OUT UINT8 *MaxSpeed, OUT UINT8 *PortNumber, OUT UINT8 *Is64BitCapable ) argument
336 XhcGetRootHubPortStatus( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 PortNumber, OUT EFI_USB_PORT_STATUS *PortStatus ) argument
446 XhcSetRootHubPortFeature( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 PortNumber, IN EFI_USB_PORT_FEATURE PortFeature ) argument
576 XhcClearRootHubPortFeature( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 PortNumber, IN EFI_USB_PORT_FEATURE PortFeature ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c62 @param PortNumber Number of the root hub ports.
75 OUT UINT8 *PortNumber,
82 if ((MaxSpeed == NULL) || (PortNumber == NULL) || (Is64BitCapable == NULL)) {
90 *PortNumber = (UINT8) (Ehc->HcStructParams & HCSP_NPORTS);
93 DEBUG ((EFI_D_INFO, "EhcGetCapability: %d ports, 64 bit %d\n", *PortNumber, *Is64BitCapable));
309 @param PortNumber The root hub port to retrieve the state from.
314 by PortNumber was returned in PortStatus.
315 @retval EFI_INVALID_PARAMETER PortNumber is invalid.
323 IN UINT8 PortNumber,
348 if (PortNumber >
72 EhcGetCapability( IN EFI_USB2_HC_PROTOCOL *This, OUT UINT8 *MaxSpeed, OUT UINT8 *PortNumber, OUT UINT8 *Is64BitCapable ) argument
321 EhcGetRootHubPortStatus( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 PortNumber, OUT EFI_USB_PORT_STATUS *PortStatus ) argument
418 EhcSetRootHubPortFeature( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 PortNumber, IN EFI_USB_PORT_FEATURE PortFeature ) argument
531 EhcClearRootHubPortFeature( IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 PortNumber, IN EFI_USB_PORT_FEATURE PortFeature ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c620 @param[out] PortNumber The pointer to the number of the root hub ports.
623 @retval EFI_INVALID_PARAMETER PortNumber is NULL.
631 OUT UINT8 *PortNumber
641 if (PortNumber == NULL) {
645 *PortNumber = 0;
654 (*PortNumber)++;
666 @param PortNumber The root hub port to retrieve the state from.
670 by PortNumber was returned in PortStatus.
671 @retval EFI_INVALID_PARAMETER PortNumber is invalid.
679 IN UINT8 PortNumber,
676 UhcGetRootHubPortStatus( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_HOST_CONTROLLER_PPI *This, IN UINT8 PortNumber, OUT EFI_USB_PORT_STATUS *PortStatus ) argument
769 UhcSetRootHubPortFeature( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_HOST_CONTROLLER_PPI *This, IN UINT8 PortNumber, IN EFI_USB_PORT_FEATURE PortFeature ) argument
847 UhcClearRootHubPortFeature( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_HOST_CONTROLLER_PPI *This, IN UINT8 PortNumber, IN EFI_USB_PORT_FEATURE PortFeature ) argument
[all...]
H A DUhcPeim.h281 @param[out] PortNumber The pointer to the number of the root hub ports.
284 @retval EFI_INVALID_PARAMETER PortNumber is NULL.
292 OUT UINT8 *PortNumber
300 @param PortNumber The root hub port to retrieve the state from.
304 by PortNumber was returned in PortStatus.
305 @retval EFI_INVALID_PARAMETER PortNumber is invalid.
313 IN UINT8 PortNumber,
322 @param PortNumber Root hub port to set.
326 @retval EFI_INVALID_PARAMETER PortNumber is invalid or PortFeature is invalid.
335 IN UINT8 PortNumber,
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dntddscsi.h91 UCHAR PortNumber; member in struct:_SCSI_ADDRESS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dntddscsi.h89 UCHAR PortNumber; member in struct:_SCSI_ADDRESS
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetAdp-win.cpp555 IN NDIS_PORT_NUMBER PortNumber,
553 vboxNetAdpWinSendNetBufferLists(IN NDIS_HANDLE MiniportAdapterContext, IN PNET_BUFFER_LIST NetBufferLists, IN NDIS_PORT_NUMBER PortNumber, IN ULONG SendFlags) argument

Completed in 74 milliseconds