HomeSort by relevance Sort by last modified time
    Searched refs:Family (Results 51 - 75 of 100) sorted by null

1 23 4

  /external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_ppc64.go 204 Family uint16
211 Family uint16
219 Family uint16
224 Family uint16
234 Family uint16
241 Family uint16
247 Family uint16
256 Family uint16
263 Family uint16
271 Family uint1
    [all...]
ztypes_linux_ppc64le.go 204 Family uint16
211 Family uint16
219 Family uint16
224 Family uint16
234 Family uint16
241 Family uint16
247 Family uint16
256 Family uint16
263 Family uint16
271 Family uint1
    [all...]
ztypes_linux_s390x.go 202 Family uint16
209 Family uint16
217 Family uint16
222 Family uint16
232 Family uint16
239 Family uint16
245 Family uint16
254 Family uint16
261 Family uint16
269 Family uint1
    [all...]
syscall_linux.go 359 sa.raw.Family = AF_INET
373 sa.raw.Family = AF_INET6
390 sa.raw.Family = AF_UNIX
394 // length is family (uint16), name, NUL.
423 sa.raw.Family = AF_PACKET
437 Family uint16
445 sa.raw.Family = AF_NETLINK
461 sa.raw.Family = AF_BLUETOOTH
478 sa.raw.Family = AF_BLUETOOTH
520 sa.raw.Family = AF_CA
    [all...]
syscall_solaris.go 28 Family uint16
58 sa.raw.Family = AF_INET
72 sa.raw.Family = AF_INET6
89 sa.raw.Family = AF_UNIX
93 // length is family (uint16), name, NUL.
360 switch rsa.Addr.Family {
446 if rsa.Addr.Family != AF_UNSPEC {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfBinaryObject.py 101 self.Family = ''
116 def SetFamily(self, Family):
117 self.Family = Family
119 return self.Family
291 # Type | FileName | Target | Family | TagName | FeatureFlagExp
413 # Add Family information
    [all...]
InfDefineObject.py 730 # <Family> ::= {"MSFT"} {"GCC"}
731 # <CustomMake> ::= [<Family> "|"] <Filename>
738 Family = ''
740 Family = ValueList[0]
742 Family = Family.strip()
743 if Family != '':
744 if not IsValidFamily(Family):
745 ErrorInInf(ST.ERR_INF_PARSER_DEFINE_FROMAT_INVALID%(Family),
761 self.CustomMakefile.append((Family, FileName, Comments))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/
CpuIA32.h 60 UINT32 Family : 4;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
LegacyBiosMpTable.h 86 UINT32 Family : 4;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
LegacyBiosMpTable.h 80 UINT32 Family : 4;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
CpuIA32.h 70 UINT32 Family : 4;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c 201 @param [in] Family Network family, AF_INET or AF_INET6
208 sa_family_t Family
218 LocalAddress.sin6_family = Family;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
InfClassObject.py 583 RaiseParserError(D[1], 'CUSTOM_MAKEFILE of Defines', File, 'CUSTOM_MAKEFILE=<Family>|<Filename>', D[2])
641 # [<Family>:]<ToolFlag>=Flag
659 (Family, ToolChain, Flag) = GetBuildOption(Record[0], ContainerFile, Record[2])
660 MergeArches(BuildOptions, (Family, ToolChain, Flag), Arch)
666 where ID = %s""" % (self.TblInf.Table, ConvertToSqlString2(Family), ConvertToSqlString2(ToolChain), ConvertToSqlString2(Flag), Record[3])
    [all...]
Parsing.py 221 # Parse a string with format "[<Family>:]<ToolFlag>=Flag"
222 # Return (Family, ToolFlag, Flag)
227 # @retval truple() A truple structure as (Family, ToolChain, Flag)
230 (Family, ToolChain, Flag) = ('', '', '')
232 RaiseParserError(String, 'BuildOptions', File, '[<Family>:]<ToolFlag>=Flag', LineNo)
236 Family = List[0][ : List[0].find(':')].strip()
241 return (Family, ToolChain, Flag)
621 # Get Source of Inf as <Filename>[|<Family>[|<TagName>[|<ToolCode>[|<PcdFeatureFlag>]]]]
623 # @param Item: String as <Filename>[|<Family>[|<TagName>[|<ToolCode>[|<PcdFeatureFlag>]]]]
632 RaiseParserError(Item, 'Sources', ContainerFile, '<Filename>[|<Family>[|<TagName>[|<ToolCode>[|<PcdFeatureFlag>]]]]', LineNo)
    [all...]
DscClassObject.py 264 # [<Family>:]<ToolFlag>=Flag
291 (Family, ToolChain, Flag) = GetBuildOption(NewItem, Filename, -1)
292 MergeArches(BuildOptions, (Family, ToolChain, Flag), Arch)
296 (Family, ToolChain, Flag) = GetBuildOption(Record[0], ContainerFile, Record[2])
297 MergeArches(BuildOptions, (Family, ToolChain, Flag), Arch)
303 where ID = %s""" % (self.TblDsc.Table, ConvertToSqlString2(Family), ConvertToSqlString2(ToolChain), ConvertToSqlString2(Flag), Record[3])
    [all...]
  /build/make/core/
allowed_ndk_types.mk 8 # my_ndk_stl_family: Family of the NDK STL.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
CommonClass.py 396 # It is a string in a special format as "Family:Target_TagName_Tarch_ToolCode_FLAGS = String"
443 self.Family = ''
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 579 ObjCMethodFamily Family = MD->getMethodFamily();
580 if (OMF_init == Family || OMF_copy == Family || OMF_mutableCopy == Family)
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Capability.c 128 This command returns the information of TPM Family.
130 This function parse the value got from TPM2_GetCapability and return the Family.
132 @param[out] Family The Family of TPM. (a 4-octet character string)
140 OUT CHAR8 *Family
157 CopyMem (Family, &TpmCap.data.tpmProperties.tpmProperty->value, 4);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 444 # [<Family>:]<ToolFlag>=Flag
595 # <Filename>[|<Family>[|<TagName>[|<ToolCode>[|<PcdFeatureFlag>]]]]
615 Family = Item.GetFamily()
621 Source.SetFamily(Family)
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h 616 This command returns the information of TPM Family.
618 This function parse the value got from TPM2_GetCapability and return the Family.
620 @param[out] Family The Family of TPM. (a 4-octet character string)
628 OUT CHAR8 *Family
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscSystemManufacturerFunction.c 284 SmbiosRecord->Family= 6;
  /external/python/cpython3/Modules/
overlapped.c 431 "BindLocal(handle, family) -> None\n\n"
433 "family should AF_INET or AF_INET6.\n");
439 int Family;
442 if (!PyArg_ParseTuple(args, F_HANDLE "i", &Socket, &Family))
445 if (Family == AF_INET) {
452 } else if (Family == AF_INET6) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Parsing.py 51 # Parse a string with format "[<Family>:]<ToolFlag>=Flag"
52 # Return (Family, ToolFlag, Flag)
58 (Family, ToolChain, Flag) = ('', '', '')
61 '[<Family>:]<ToolFlag>=Flag', LineNo)
65 Family = List[0][ : List[0].find(':')].strip()
70 return (Family, ToolChain, Flag)
529 # Get Source of Inf as <Filename>[|<Family>[|<TagName>[|<ToolCode>
532 # @param Item: String as <Filename>[|<Family>[|<TagName>[|<ToolCode>
542 '<Filename>[|<Family>[|<TagName>[|<ToolCode>\
554 # Get Binary of Inf as <Filename>[|<Family>[|<TagName>[|<ToolCode>
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
ModuleSurfaceAreaXml.py 488 self.ToolChainFamily = XmlAttribute(Item, 'Family')
507 ['Family', SourceFile.GetFamily()],
    [all...]

Completed in 408 milliseconds

1 23 4