Searched defs:Options (Results 1 - 25 of 33) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/PatchPcdValue/
H A DPatchPcdValue.py206 # @retval Options A optparse.Values object containing the parsed options
209 def Options(): function
234 Options, Args = Parser.parse_args()
241 return Options, InputFile
258 CommandOptions, InputFile = Options()
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dniclist.pl35 Options: label
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Option.c145 @param[in] Options The pointer to the extension options list.
158 IN EFI_MTFTP6_OPTION *Options,
173 Opt = Options + Index;
249 @param[in, out] Count The num of the Options on input.
251 @param[in] Options The option array to be filled.
256 @retval EFI_BUFFER_TOO_SMALL The Options array is too small.
265 IN EFI_MTFTP6_OPTION *Options OPTIONAL
301 if (Options != NULL && Num <= *Count) {
302 Options[Num - 1].OptionStr = Name;
303 Options[Nu
157 Mtftp6ParseExtensionOption( IN EFI_MTFTP6_OPTION *Options, IN UINT32 Count, IN BOOLEAN IsRequest, IN MTFTP6_EXT_OPTION_INFO *ExtInfo ) argument
[all...]
H A DMtftp6Wrq.c290 EFI_MTFTP6_OPTION *Options; local
313 Status = Mtftp6ParseStart (Packet, Len, &Count, &Options);
318 ASSERT (Options != NULL);
320 Status = Mtftp6ParseExtensionOption (Options, Count, FALSE, &ExtInfo);
H A DMtftp6Rrq.c451 EFI_MTFTP6_OPTION *Options; local
475 Status = Mtftp6ParseStart (Packet, Len, &Count, &Options);
480 ASSERT (Options != NULL);
485 Status = Mtftp6ParseExtensionOption (Options, Count, FALSE, &ExtInfo);
H A DMtftp6Support.c453 EFI_MTFTP6_OPTION *Options; local
464 Options = Token->OptionList;
495 Len1 = (UINT32) AsciiStrLen ((CHAR8 *) Options[Index].OptionStr);
496 Len2 = (UINT32) AsciiStrLen ((CHAR8 *) Options[Index].ValueStr);
524 Cur = (UINT8 *) AsciiStrCpy ((CHAR8 *) Cur, (CHAR8 *) Options[Index].OptionStr);
525 Cur += AsciiStrLen ((CHAR8 *) Options[Index].OptionStr) + 1;
526 Cur = (UINT8 *) AsciiStrCpy ((CHAR8 *) Cur, (CHAR8 *) Options[Index].ValueStr);
527 Cur += AsciiStrLen ((CHAR8 *) (CHAR8 *) Options[Index].ValueStr) + 1;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Option.c154 Go through the packet to fill the Options array with the start
159 @param Count The size of the Options on input. The actual
161 @param Options The option array to fill in
164 @retval EFI_BUFFER_TOO_SMALL The Options array is too small
165 @retval EFI_SUCCESS The packet has been parsed into the Options array.
173 OUT EFI_MTFTP4_OPTION *Options OPTIONAL
208 if ((Options != NULL) && (Num <= *Count)) {
209 Options[Num - 1].OptionStr = Name;
210 Options[Num - 1].ValueStr = Value;
216 if ((*Count < Num) || (Options
411 Mtftp4ParseOption( IN EFI_MTFTP4_OPTION *Options, IN UINT32 Count, IN BOOLEAN Request, OUT MTFTP4_OPTION *MtftpOption ) argument
[all...]
H A DMtftp4Support.c279 EFI_MTFTP4_OPTION *Options; local
290 Options = Token->OptionList;
305 Len1 = (UINT32) AsciiStrLen ((CHAR8 *) Options[Index].OptionStr);
306 Len2 = (UINT32) AsciiStrLen ((CHAR8 *) Options[Index].ValueStr);
328 Cur = (UINT8 *) AsciiStrCpy ((CHAR8 *) Cur, (CHAR8 *) Options[Index].OptionStr);
329 Cur += AsciiStrLen ((CHAR8 *) Options[Index].OptionStr) + 1;
331 Cur = (UINT8 *) AsciiStrCpy ((CHAR8 *) Cur, (CHAR8 *) Options[Index].ValueStr);
332 Cur += AsciiStrLen ((CHAR8 *) (CHAR8 *) Options[Index].ValueStr) + 1;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Trim/
H A DTrim.py497 # @retval Options A optparse.Values object containing the parsed options
500 def Options(): function
537 Options, Args = Parser.parse_args()
546 return Options, InputFile
560 CommandOptions, InputFile = Options()
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddriver.h92 OptionInfoPtr Options; member in struct:_modesettingRec
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Option.c18 /// A list of the format of DHCP Options sorted by option tag
378 encoded in several places. See RFC 3396 Encoding Long Options in DHCP
499 DHCP_OPTION *Options; local
507 Options = OptContext->Options;
510 if (Options[Index].Data == NULL) {
511 Options[Index].Tag = Tag;
512 Options[Index].Data = Buf + OptCount[Tag].Offset;
518 Options[Index].Len = (UINT16) (Options[Inde
559 DHCP_OPTION *Options; local
[all...]
H A DDhcp4Option.h169 DHCP_OPTION *Options; member in struct:__anon11203
222 encoded in several places. See RFC 3396 Encoding Long Options in DHCP
260 Long Options in DHCP. That is, it will combine all the option value
314 Build a new DHCP packet from a seed packet. Options may be deleted or
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Mld.c144 UINT8 *Options; local
187 // Fill a IPv6 Router Alert option in a Hop-by-Hop Options Header
189 Options = NetbufAllocSpace (Packet, (UINT32) OptionLen, FALSE);
190 ASSERT (Options != NULL);
191 Status = Ip6FillHopByHop (Options, &OptionLen, IP6_ICMP);
247 UINT8 *Options; local
291 // Fill a IPv6 Router Alert option in a Hop-by-Hop Options Header
293 Options = NetbufAllocSpace (Packet, (UINT32) OptionLen, FALSE);
294 ASSERT (Options != NULL);
295 Status = Ip6FillHopByHop (Options,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Input.c477 @param[in, out] Options The caller supplied options.
497 IN OUT UINT8 **Options,
581 (VOID **) Options,
668 Ip4PrependHead (Packet, *Head, *Options, *OptionsLen);
1205 RxData->Options = NULL;
1208 RxData->Options = (VOID *) (RxData->Header + 1);
493 Ip4IpSecProcessPacket( IN IP4_SERVICE *IpSb, IN OUT IP4_HEAD **Head, IN OUT NET_BUF **Netbuf, IN OUT UINT8 **Options, IN OUT UINT32 *OptionsLen, IN EFI_IPSEC_TRAFFIC_DIR Direction, IN VOID *Context ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c456 EFI_DHCP4_PACKET_OPTION **Options; local
471 Options = Cache4->OptList;
477 Options[Index] = PxeBcParseDhcp4Options (
494 Option = Options[PXEBC_DHCP4_TAG_INDEX_CLASS_ID];
503 Option = Options[PXEBC_DHCP4_TAG_INDEX_VENDOR];
513 Option = Options[PXEBC_DHCP4_TAG_INDEX_OVERLOAD];
516 Options[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] = PxeBcParseDhcp4Options (
525 if (Options[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] != NULL) {
526 Ptr8 = (UINT8*)&Options[PXEBC_DHCP4_TAG_INDEX_BOOTFILE]->Data[0];
527 Ptr8 += Options[PXEBC_DHCP4_TAG_INDEX_BOOTFIL
972 EFI_DHCP4_PACKET_OPTION **Options; local
[all...]
H A DPxeBcDhcp6.c448 EFI_DHCP6_PACKET_OPTION **Options; local
460 Options = Cache6->OptList;
474 Options[PXEBC_DHCP6_IDX_IA_NA] = Option;
479 Options[PXEBC_DHCP6_IDX_BOOT_FILE_URL] = Option;
481 Options[PXEBC_DHCP6_IDX_BOOT_FILE_PARAM] = Option;
483 Options[PXEBC_DHCP6_IDX_VENDOR_CLASS] = Option;
494 Option = Options[PXEBC_DHCP6_IDX_IA_NA];
509 Option = Options[PXEBC_DHCP6_IDX_VENDOR_CLASS];
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dipexport.h71 struct ip_option_information Options; member in struct:icmp_echo_reply
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dpath.c54 ULONG Options; local
82 Options = RxContext->Create.NtCreateParameters.CreateOptions & FILE_VALID_OPTION_FLAGS;
87 if (FlagOn(Options, FILE_OPEN_BY_FILE_ID))
97 bf.DirectoryFile = BooleanFlagOn(Options, FILE_DIRECTORY_FILE);
98 bf.NonDirectoryFile = BooleanFlagOn(Options, FILE_NON_DIRECTORY_FILE);
99 bf.DeleteOnClose = BooleanFlagOn(Options, FILE_DELETE_ON_CLOSE);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dipexport.h68 struct ip_option_information Options; member in struct:icmp_echo_reply
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c961 UINT16 Options; local
972 Options = IScsi->LoginOption;
973 CatPrint (Str, L"%s,", (((Options >> 1) & 0x0001) != 0) ? L"CRC32C" : L"None");
974 CatPrint (Str, L"%s,", (((Options >> 3) & 0x0001) != 0) ? L"CRC32C" : L"None");
975 if (((Options >> 11) & 0x0001) != 0) {
977 } else if (((Options >> 12) & 0x0001) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c1476 UINT16 Options; local
1487 Options = ISCSIDevPath->LoginOption;
1488 CatPrint (Str, L"%s,", (((Options >> 1) & 0x0001) != 0) ? L"CRC32C" : L"None");
1489 CatPrint (Str, L"%s,", (((Options >> 3) & 0x0001) != 0) ? L"CRC32C" : L"None");
1490 if (((Options >> 11) & 0x0001) != 0) {
1492 } else if (((Options >> 12) & 0x0001) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c134 EFI_DHCP4_PACKET_OPTION **Options; local
145 Options = CachedPacket->Dhcp4Option;
151 Options[Index] = PxeBcParseExtendOptions (
161 Option = Options[PXEBC_DHCP4_TAG_INDEX_CLASS_ID];
171 Option = Options[PXEBC_DHCP4_TAG_INDEX_VENDOR];
184 Option = Options[PXEBC_DHCP4_TAG_INDEX_OVERLOAD];
187 Options[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] = PxeBcParseExtendOptions (
196 if (Options[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] != NULL) {
197 Ptr8 = (UINT8*)&Options[PXEBC_DHCP4_TAG_INDEX_BOOTFILE]->Data[0];
198 Ptr8 += Options[PXEBC_DHCP4_TAG_INDEX_BOOTFIL
397 EFI_DHCP4_PACKET_OPTION **Options; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp4.h213 VOID *Options; member in struct:__anon12167
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c937 UINT16 Options; local
948 Options = IScsi->LoginOption;
949 CatPrint (Str, L"%s,", (((Options >> 1) & 0x0001) != 0) ? L"CRC32C" : L"None");
950 CatPrint (Str, L"%s,", (((Options >> 3) & 0x0001) != 0) ? L"CRC32C" : L"None");
951 if (((Options >> 11) & 0x0001) != 0) {
953 } else if (((Options >> 12) & 0x0001) != 0) {
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dvboxvideo.h204 OptionInfoPtr Options; member in struct:VBOXRec

Completed in 102 milliseconds

12