Searched refs:Field (Results 1 - 25 of 30) sorted by relevance

12

/vbox/include/VBox/vmm/
H A Dssm.h223 /** Field offset into the structure. */
227 /** Field name. */
237 #define SSMFIELD_ENTRY_TF_INT(Type, Field, enmTransformer) \
238 SSMFIELD_ENTRY_INT(#Type "::" #Field, RT_OFFSETOF(Type, Field), RT_SIZEOFMEMB(Type, Field), enmTransformer)
241 #define SSMFIELD_ENTRY_OLD_INT(Field, cb, enmTransformer) \
242 SSMFIELD_ENTRY_INT("old::" #Field, UINT32_MAX / 2, (cb), enmTransformer)
245 #define SSMFIELD_ENTRY_PAD_INT(Type, Field, cb32, cb64, enmTransformer) \
246 SSMFIELD_ENTRY_INT(#Type "::" #Field, RT_OFFSETO
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDhcp.c40 ISCSI_ROOT_PATH_FIELD *Field; local
110 Field = &Fields[RP_FIELD_IDX_SERVERNAME];
111 Status = IScsiAsciiStrToIp (Field->Str, &ConfigNvData->TargetIp);
118 Field = &Fields[RP_FIELD_IDX_PROTOCOL];
119 if ((Field->Str != NULL) && ((*(Field->Str) - '0') != EFI_IP_PROTO_TCP)) {
126 Field = &Fields[RP_FIELD_IDX_PORT];
127 if (Field->Str != NULL) {
128 ConfigNvData->TargetPort = (UINT16) AsciiStrDecimalToUintn (Field->Str);
135 Field
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDhcp.c43 ISCSI_ROOT_PATH_FIELD *Field; local
118 Field = &Fields[RP_FIELD_IDX_SERVERNAME];
126 Status = IScsiAsciiStrToIp (Field->Str, IpMode, &Ip);
135 Field = &Fields[RP_FIELD_IDX_PROTOCOL];
136 if ((Field->Str != NULL) && ((*(Field->Str) - '0') != EFI_IP_PROTO_TCP)) {
143 Field = &Fields[RP_FIELD_IDX_PORT];
144 if (Field->Str != NULL) {
145 ConfigNvData->TargetPort = (UINT16) AsciiStrDecimalToUintn (Field->Str);
152 Field
[all...]
H A DIScsiDhcp6.c45 ISCSI_ROOT_PATH_FIELD *Field; local
146 Field = &Fields[RP_FIELD_IDX_SERVERNAME];
153 Status = IScsiAsciiStrToIp (Field->Str, IpMode, &Ip);
163 Field = &Fields[RP_FIELD_IDX_PROTOCOL];
164 if ((Field->Str != NULL) && ((*(Field->Str) - '0') != EFI_IP_PROTO_TCP)) {
171 Field = &Fields[RP_FIELD_IDX_PORT];
172 if (Field->Str != NULL) {
173 ConfigNvData->TargetPort = (UINT16) AsciiStrDecimalToUintn (Field->Str);
180 Field
[all...]
H A DIScsiConfig.h28 #define VAR_OFFSET(Field) \
29 ((UINT16) ((UINTN) &(((ISCSI_CONFIG_IFR_NVDATA *) 0)->Field)))
31 #define QUESTION_ID(Field) \
32 ((UINT16) (VAR_OFFSET (Field) + CONFIG_OPTION_OFFSET))
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatOverMngr.h56 // Field offset of structure PLAT_OVER_MNGR_DATA
58 #define VAR_OFFSET(Field) ((UINTN) &(((PLAT_OVER_MNGR_DATA *) 0)->Field))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dns_addr.c58 static void Field(), cvtbase();
93 Field(buf, addr.x_net.c_net, 4);
100 Field(socketname, (u_char *)&addr.x_port, 2);
103 Field(hostname, addr.x_host.c_host, 6);
109 Field( function
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DBaseTypes.h130 #define OFFSET_OF(TYPE, Field) ((UINTN) &(((TYPE *)0)->Field))
136 #define _CR(Record, TYPE, Field) ((TYPE *) ((CHAR8 *) (Record) - (CHAR8 *) &(((TYPE *) 0)->Field)))
H A DUefiBaseTypes.h158 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field)))
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDebugLib.h432 of the field specified by Field from the beginning of the data structure specified
438 of field specified by Field from the beginning of the data structure specified
446 If the data type specified by TYPE does not contain the field specified by Field,
452 @param Record The pointer to the field specified by Field within a data
456 data structure must contain the field specified by Field.
458 @param Field The name of the field in the data structure specified
465 #define CR(Record, TYPE, Field, TestSignature) \
466 (DebugAssertEnabled () && (BASE_CR (Record, TYPE, Field)->Signature != TestSignature)) ? \
468 BASE_CR (Record, TYPE, Field)
470 #define CR(Record, TYPE, Field, TestSignatur
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgSmm/
H A DTpm.asl51 Field (SMIP, ByteAcc, NoLock, Preserve)
60 Field (TPMR, AnyAcc, NoLock, Preserve)
70 Field (TNVS, AnyAcc, NoLock, Preserve)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.h100 #define EFI_LIST_CONTAINER(Entry, Type, Field) BASE_CR(Entry, Type, Field)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.h85 #define EFI_LIST_CONTAINER(Entry, Type, Field) BASE_CR(Entry, Type, Field)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/
H A DBase.h584 This function returns the offset, in bytes, of field specified by Field from the
585 beginning of the data structure specified by TYPE. If TYPE does not contain Field,
588 @param TYPE The name of the data structure that contains the field specified by Field.
589 @param Field The name of the field in the data structure.
596 #define OFFSET_OF(TYPE, Field) ((UINTN) __builtin_offsetof(TYPE, Field))
601 #define OFFSET_OF(TYPE, Field) ((UINTN) &(((TYPE *)0)->Field))
610 This function computes the offset, in bytes, of field specified by Field from the beginning
613 specified by TYPE does not contain the field specified by Field, the
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A DBase.h568 This function returns the offset, in bytes, of field specified by Field from the
569 beginning of the data structure specified by TYPE. If TYPE does not contain Field,
572 @param TYPE The name of the data structure that contains the field specified by Field.
573 @param Field The name of the field in the data structure.
580 #define OFFSET_OF(TYPE, Field) ((UINTN) __builtin_offsetof(TYPE, Field))
585 #define OFFSET_OF(TYPE, Field) ((UINTN) &(((TYPE *)0)->Field))
594 This function computes the offset, in bytes, of field specified by Field from the beginning
597 specified by TYPE does not contain the field specified by Field, the
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_ir.h172 const char *Field; /**< If Opcode == IR_FIELD */ member in struct:slang_ir_node_
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h549 #define NET_LIST_USER_STRUCT(Entry, Type, Field) \
550 BASE_CR(Entry, Type, Field)
552 #define NET_LIST_USER_STRUCT_S(Entry, Type, Field, Sig) \
553 CR(Entry, Type, Field, Sig)
576 #define NET_LIST_HEAD(ListHead, Type, Field) \
577 NET_LIST_USER_STRUCT((ListHead)->ForwardLink, Type, Field)
579 #define NET_LIST_TAIL(ListHead, Type, Field) \
580 NET_LIST_USER_STRUCT((ListHead)->BackLink, Type, Field)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A Dc.py1008 for Field in FieldsList:
1009 Field = Field.strip()
1010 Index = Field.rfind(FieldName)
1013 if not Field[Index - 1].isalnum():
1014 if Index + len(FieldName) == len(Field):
1015 Type = GetDataTypeFromModifier(Field[0:Index])
1019 if not Field[Index + len(FieldName)].isalnum():
1020 Type = GetDataTypeFromModifier(Field[0:Index])
1587 Field
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootMaint.h146 #define VAR_OFFSET(Field) ((UINT16) ((UINTN) &(((BMM_FAKE_NV_DATA *) 0)->Field)))
151 #define QUESTION_ID(Field) (VAR_OFFSET (Field) + CONFIG_OPTION_OFFSET)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.h93 #define EFI_LIST_CONTAINER(Entry, Type, Field) BASE_CR(Entry, Type, Field)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Dxe/
H A DService.h740 #define CR_FNENTRY_FROM_LISTNODE(Record, Type, Field) BASE_CR(Record, Type, Field)
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h41 #define INDEX_OF(Field) ((UINT8 *) (Field) - (UINT8 *) mConfigSpace)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp641 OUT SVfrDataField *&Field
666 Field = pField;
676 IN SVfrDataField *Field,
681 if (Field == NULL) {
696 if ((ArrayIdx != INVALID_ARRAY_INDEX) && ((Field->mArrayNum == 0) || (Field->mArrayNum <= ArrayIdx))) {
706 // if ((ArrayIdx == INVALID_ARRAY_INDEX) && (Field->mArrayNum > 0)) {
711 Offset = Field->mOffset + Field->mFieldType->mTotalSize * ((ArrayIdx == INVALID_ARRAY_INDEX) ? 0 : ArrayIdx);
717 IN SVfrDataField *Field
675 GetFieldOffset( IN SVfrDataField *Field, IN UINT32 ArrayIdx, OUT UINT32 &Offset ) argument
728 GetFieldSize( IN SVfrDataField *Field, IN UINT32 ArrayIdx ) argument
[all...]
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DMozilla.java42 import java.lang.reflect.Field;
1036 Field iidField = aInterface.getDeclaredField(iidName.toString());
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DKms.h273 EFI_KMS_DYNAMIC_FIELD Field[1]; member in struct:__anon12204

Completed in 2818 milliseconds

12