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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDhcp6.h36 @param[in] RootPath The RootPath string.
37 @param[in] Length Length of the RootPath option payload.
42 RootPath option.
43 @retval EFI_NOT_FOUND The RootPath is not an iSCSI RootPath.
45 @retval EFI_INVALID_PARAMETER The RootPath is malformatted.
50 IN CHAR8 *RootPath,
H A DIScsiDhcp6.c22 @param[in] RootPath The RootPath string.
23 @param[in] Length Length of the RootPath option payload.
28 RootPath option.
29 @retval EFI_NOT_FOUND The RootPath is not an iSCSI RootPath.
31 @retval EFI_INVALID_PARAMETER The RootPath is malformatted.
36 IN CHAR8 *RootPath,
60 (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLen) != 0)) {
64 // Skip the iSCSI RootPath I
35 IScsiDhcp6ExtractRootPath( IN CHAR8 *RootPath, IN UINT16 Length, IN OUT ISCSI_ATTEMPT_CONFIG_NVDATA *ConfigData ) argument
[all...]
H A DIScsiDhcp.c21 @param[in] RootPath The RootPath.
22 @param[in] Length Length of the RootPath option payload.
26 @retval EFI_SUCCESS All required information is extracted from the RootPath option.
27 @retval EFI_NOT_FOUND The RootPath is not an iSCSI RootPath.
29 @retval EFI_INVALID_PARAMETER The RootPath is malformatted.
34 IN CHAR8 *RootPath,
57 if ((Length <= IScsiRootPathIdLen) || (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLen) != 0)) {
61 // Skip the iSCSI RootPath I
33 IScsiDhcpExtractRootPath( IN CHAR8 *RootPath, IN UINT8 Length, IN OUT ISCSI_ATTEMPT_CONFIG_NVDATA *ConfigData ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDhcp.c20 @param[in] RootPath The RootPath.
21 @param[in] Length Length of the RootPath option payload.
24 @retval EFI_SUCCESS All required information is extracted from the RootPath option.
25 @retval EFI_NOT_FOUND The RootPath is not an iSCSI RootPath.
27 @retval EFI_INVALID_PARAMETER The RootPath is mal-formatted.
31 IN CHAR8 *RootPath,
49 if ((Length <= IScsiRootPathIdLen) || (CompareMem (RootPath, ISCSI_ROOT_PATH_ID, IScsiRootPathIdLen) != 0)) {
53 // Skip the iSCSI RootPath I
30 IScsiDhcpExtractRootPath( IN CHAR8 *RootPath, IN UINT8 Length, IN OUT ISCSI_SESSION_CONFIG_NVDATA *ConfigNvData ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c154 CHAR RootPath[] = "X:\\"; // "X:\" -> for GetDriveType local
157 RootPath[0] = VolumeAccessPath[4] = VolumeLetter;
158 DriveType = GetDriveType(RootPath);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dimagehlp.h992 PCSTR RootPath, PCSTR InputPathName, PSTR OutputPathBuffer
995 PCWSTR RootPath, PCWSTR InputPathName, PWSTR OutputPathBuffer
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dimagehlp.h932 PCSTR RootPath, PCSTR InputPathName, PSTR OutputPathBuffer
935 PCWSTR RootPath, PCWSTR InputPathName, PWSTR OutputPathBuffer

Completed in 59 milliseconds