Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/dragonfly/contrib/gcc-8.0/gcc/
H A Dhash-traits.h36 typed_free_remove <Type>::remove (Type *p) in remove()
54 typed_delete_remove <Type>::remove (Type *p) in remove()
72 typed_noop_remove <Type>::remove (Type &) in remove() argument
82 template <typename Type, Type Empty, Type Deleted = Empty>
96 template <typename Type, Type Empty, Type Deleted>
103 template <typename Type, Type Empty, Type Deleted>
110 template <typename Type, Type Empty, Type Deleted>
118 template <typename Type, Type Empty, Type Deleted>
125 template <typename Type, Type Empty, Type Deleted>
132 template <typename Type, Type Empty, Type Deleted>
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexresolv.c275 switch (StackDesc->Common.Type) in AcpiExResolveObjectToValue()
466 ACPI_OBJECT_TYPE Type; in AcpiExResolveMultiple() local
479 Type = ObjDesc->Common.Type; in AcpiExResolveMultiple()
484 Type = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveMultiple()
491 Type = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveMultiple()
496 switch (Type) in AcpiExResolveMultiple()
666 Type = ObjDesc->Common.Type; in AcpiExResolveMultiple()
672 switch (Type) in AcpiExResolveMultiple()
678 Type = ACPI_TYPE_FIELD_UNIT; in AcpiExResolveMultiple()
685 Type = ACPI_TYPE_ANY; in AcpiExResolveMultiple()
[all …]
H A Dexfield.c280 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD) in AcpiExReadDataFromField()
295 else if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) && in AcpiExReadDataFromField()
324 (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD && in AcpiExReadDataFromField()
350 if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) && in AcpiExReadDataFromField()
378 ObjDesc, ObjDesc->Common.Type, Buffer, BufferLength)); in AcpiExReadDataFromField()
445 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD) in AcpiExWriteDataToField()
513 switch (SourceDesc->Common.Type) in AcpiExWriteDataToField()
539 SourceDesc, AcpiUtGetTypeName (SourceDesc->Common.Type), in AcpiExWriteDataToField()
540 SourceDesc->Common.Type, Buffer, BufferLength)); in AcpiExWriteDataToField()
544 ObjDesc, AcpiUtGetTypeName (ObjDesc->Common.Type), in AcpiExWriteDataToField()
[all …]
H A Dexstoren.c211 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) in AcpiExResolveObject()
231 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) && in AcpiExResolveObject()
232 (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) && in AcpiExResolveObject()
233 (SourceDesc->Common.Type != ACPI_TYPE_STRING) && in AcpiExResolveObject()
234 !((SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) && in AcpiExResolveObject()
332 if (SourceDesc->Common.Type != DestDesc->Common.Type) in AcpiExStoreObjectToObject()
343 Status = AcpiExConvertToTargetType (DestDesc->Common.Type, in AcpiExStoreObjectToObject()
365 switch (DestDesc->Common.Type) in AcpiExStoreObjectToObject()
H A Dexresop.c319 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands()
331 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands()
339 ObjectType = ObjDesc->Common.Type; in AcpiExResolveOperands()
412 (ObjDesc->Common.Type == ACPI_TYPE_STRING)) in AcpiExResolveOperands()
625 switch (ObjDesc->Common.Type) in AcpiExResolveOperands()
647 switch (ObjDesc->Common.Type) in AcpiExResolveOperands()
688 switch (ObjDesc->Common.Type) in AcpiExResolveOperands()
712 switch (ObjDesc->Common.Type) in AcpiExResolveOperands()
737 switch (ObjDesc->Common.Type) in AcpiExResolveOperands()
759 switch (ObjDesc->Common.Type) in AcpiExResolveOperands()
[all …]
/dragonfly/test/libpthread/
H A Dmutex_d.exp4 Protocol PTHREAD_PRIO_NONE, Type POSIX (type not specified) - PASS
5 Protocol PTHREAD_PRIO_NONE, Type SS2 PTHREAD_MUTEX_DEFAULT - PASS
6 Protocol PTHREAD_PRIO_NONE, Type SS2 PTHREAD_MUTEX_ERRORCHECK - PASS
7 Protocol PTHREAD_PRIO_NONE, Type SS2 PTHREAD_MUTEX_NORMAL - PASS
22 Protocol PTHREAD_PRIO_NONE, Type POSIX (type not specified)
27 Protocol PTHREAD_PRIO_NONE, Type SS2 PTHREAD_MUTEX_DEFAULT
37 Protocol PTHREAD_PRIO_NONE, Type SS2 PTHREAD_MUTEX_NORMAL
42 Protocol PTHREAD_PRIO_NONE, Type SS2 PTHREAD_MUTEX_RECURSIVE
104 Protocol PTHREAD_PRIO_NONE, Type SS2 PTHREAD_MUTEX_DEFAULT
112 Protocol PTHREAD_PRIO_NONE, Type SS2 PTHREAD_MUTEX_NORMAL
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/utilities/
H A Dutprint.c189 UINT8 Type);
405 UINT8 Type) in AcpiUtFormatNumber() argument
423 if (Type & ACPI_FORMAT_LEFT) in AcpiUtFormatNumber()
425 Type &= ~ACPI_FORMAT_ZERO; in AcpiUtFormatNumber()
435 if (Type & ACPI_FORMAT_SIGN) in AcpiUtFormatNumber()
499 if (!(Type & ACPI_FORMAT_LEFT)) in AcpiUtFormatNumber()
548 UINT8 Type; in vsnprintf() local
579 Type = 0; in vsnprintf()
732 Type |= ACPI_FORMAT_UPPER; in vsnprintf()
743 Type |= ACPI_FORMAT_SIGN; in vsnprintf()
[all …]
H A Dutdecode.c359 ACPI_OBJECT_TYPE Type) in AcpiUtGetTypeName() argument
362 if (Type > ACPI_TYPE_INVALID) in AcpiUtGetTypeName()
367 return (AcpiGbl_NsTypeNames[Type]); in AcpiUtGetTypeName()
397 return_STR (AcpiUtGetTypeName (ObjDesc->Common.Type)); in AcpiUtGetObjectTypeName()
548 if (Object->Common.Type != ACPI_TYPE_LOCAL_REFERENCE) in AcpiUtGetReferenceName()
671 ACPI_OBJECT_TYPE Type) in AcpiUtGetNotifyName() argument
692 switch (Type) in AcpiUtGetNotifyName()
790 ACPI_OBJECT_TYPE Type) in AcpiUtValidObjectType() argument
793 if (Type > ACPI_TYPE_LOCAL_MAX) in AcpiUtValidObjectType()
/dragonfly/sys/contrib/dev/acpica/source/common/
H A Ddmextern.c230 UINT8 Type,
238 UINT8 Type,
249 UINT8 Type,
272 ACPI_OBJECT_TYPE Type) in AcpiDmGetObjectTypeName() argument
277 Type = ACPI_TYPE_DEVICE; in AcpiDmGetObjectTypeName()
713 Type, Value, Flags); in AcpiDmAddOpToExternalList()
1026 NextExternal->Type = Type; in AcpiDmCreateNewExternal()
1062 NewExternal->Type = Type; in AcpiDmCreateNewExternal()
1141 else if ((*Node)->Type == Type && in AcpiDmResolveExternal()
1180 switch (Type) in AcpiDmCreateSubobjectForExternal()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddsmthdat.c166 UINT8 Type,
172 UINT8 Type,
384 UINT8 Type, in AcpiDsMethodDataGetNode() argument
395 switch (Type) in AcpiDsMethodDataGetNode()
456 UINT8 Type, in AcpiDsMethodDataSetValue() argument
515 UINT8 Type, in AcpiDsMethodDataGetValue() argument
575 else switch (Type) in AcpiDsMethodDataGetValue()
628 UINT8 Type, in AcpiDsMethodDataDeleteValue() argument
694 UINT8 Type, in AcpiDsStoreObjectToLocal() argument
707 Type, Index, ObjDesc)); in AcpiDsStoreObjectToLocal()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/namespace/
H A Dnsaccess.c262 NewNode->Type = InitVal->Type; in AcpiNsRootInitialize()
311 switch (InitVal->Type) in AcpiNsRootInitialize()
380 InitVal->Type)); in AcpiNsRootInitialize()
389 ObjDesc->Common.Type); in AcpiNsRootInitialize()
439 ACPI_OBJECT_TYPE Type, in AcpiNsLookup() argument
518 TypeToCheckFor = Type; in AcpiNsLookup()
643 Type = ThisNode->Type; in AcpiNsLookup()
716 ThisSearchType = Type; in AcpiNsLookup()
880 if (Type == ACPI_TYPE_ANY) in AcpiNsLookup()
882 Type = ThisNode->Type; in AcpiNsLookup()
[all …]
H A Dnsobject.c187 ACPI_OBJECT_TYPE Type) in AcpiNsAttachObject() argument
208 if (!Object && (ACPI_TYPE_ANY != Type)) in AcpiNsAttachObject()
257 ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type; in AcpiNsAttachObject()
270 ObjectType = Type; in AcpiNsAttachObject()
306 Node->Type = (UINT8) ObjectType; in AcpiNsAttachObject()
340 (ObjDesc->Common.Type == ACPI_TYPE_LOCAL_DATA)) in AcpiNsDetachObject()
349 if (ObjDesc->Common.Type == ACPI_TYPE_METHOD) in AcpiNsDetachObject()
355 if (ObjDesc->Common.Type == ACPI_TYPE_REGION) in AcpiNsDetachObject()
390 Node->Type = ACPI_TYPE_ANY; in AcpiNsDetachObject()
461 (ObjDesc->Common.Type== ACPI_TYPE_LOCAL_DATA) || in AcpiNsGetSecondaryObject()
[all …]
H A Dnssearch.c169 ACPI_OBJECT_TYPE Type,
209 ACPI_OBJECT_TYPE Type, in AcpiNsSearchOneScope() argument
229 AcpiUtGetTypeName (Type))); in AcpiNsSearchOneScope()
259 AcpiUtGetTypeName (Node->Type), in AcpiNsSearchOneScope()
276 ACPI_CAST_PTR (char, &TargetName), AcpiUtGetTypeName (Type), in AcpiNsSearchOneScope()
312 ACPI_OBJECT_TYPE Type, in AcpiNsSearchParentTree() argument
335 if (AcpiNsLocal (Type)) in AcpiNsSearchParentTree()
407 ACPI_OBJECT_TYPE Type, in AcpiNsSearchAndEnter() argument
463 (*ReturnNode)->Type, WalkState->OwnerId)); in AcpiNsSearchAndEnter()
488 if (*ReturnNode && (*ReturnNode)->Type == ACPI_TYPE_ANY) in AcpiNsSearchAndEnter()
[all …]
H A Dnsdump.c324 ACPI_OBJECT_TYPE Type; in AcpiNsDumpOneObject() local
354 Type = ThisNode->Type; in AcpiNsDumpOneObject()
373 if (Type > ACPI_TYPE_LOCAL_MAX) in AcpiNsDumpOneObject()
376 "Invalid ACPI Object Type 0x%08X", Type)); in AcpiNsDumpOneObject()
407 switch (Type) in AcpiNsDumpOneObject()
427 switch (Type) in AcpiNsDumpOneObject()
571 switch (Type) in AcpiNsDumpOneObject()
604 switch (Type) in AcpiNsDumpOneObject()
678 ObjType = ObjDesc->Common.Type; in AcpiNsDumpOneObject()
792 ACPI_OBJECT_TYPE Type, in AcpiNsDumpObjects() argument
[all …]
H A Dnswalk.c221 ACPI_OBJECT_TYPE Type, in AcpiNsGetNextNodeTyped() argument
235 if (Type == ACPI_TYPE_ANY) in AcpiNsGetNextNodeTyped()
248 if (NextNode->Type == Type) in AcpiNsGetNextNodeTyped()
299 ACPI_OBJECT_TYPE Type, in AcpiNsWalkNamespace() argument
345 if (Type != ACPI_TYPE_ANY) in AcpiNsWalkNamespace()
347 ChildType = ChildNode->Type; in AcpiNsWalkNamespace()
366 else if (ChildType == Type) in AcpiNsWalkNamespace()
/dragonfly/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daeexec.c186 Arg[0].Type = ACPI_TYPE_INTEGER; in AeSetupConfiguration()
216 ACPI_OBJECT_TYPE Type; in AfInstallGpeBlock() local
239 (Type != ACPI_TYPE_DEVICE)) in AfInstallGpeBlock()
277 (Type != ACPI_TYPE_DEVICE)) in AfInstallGpeBlock()
311 BufArg.Type = ACPI_TYPE_BUFFER; in AeTestBufferArgument()
342 PkgArg.Type = ACPI_TYPE_PACKAGE; in AeTestPackageArgument()
348 PkgElements[0].Type = ACPI_TYPE_INTEGER; in AeTestPackageArgument()
351 PkgElements[1].Type = ACPI_TYPE_STRING; in AeTestPackageArgument()
355 PkgElements[2].Type = ACPI_TYPE_BUFFER; in AeTestPackageArgument()
431 Arg[0].Type = ACPI_TYPE_STRING; in ExecuteOSI()
[all …]
H A Daeinitfile.c225 ACPI_OBJECT_TYPE Type; in AeProcessInitFile() local
253 TempNameBuffer = AcpiDbGetNextToken (LineBuffer, &Token, &Type); in AeProcessInitFile()
276 ValueBuffer = AcpiDbGetNextToken (Token, &Token, &Type); in AeProcessInitFile()
287 if (Type == ACPI_TYPE_FIELD_UNIT) in AeProcessInitFile()
294 Status = AcpiDbConvertToObject (Type, ValueBuffer, &TempObject); in AeProcessInitFile()
299 AcpiOsPrintf ("%s[%s]: %s\n", NameBuffer, AcpiUtGetTypeName (Type), in AeProcessInitFile()
311 if (Type == ACPI_TYPE_BUFFER || Type == ACPI_TYPE_FIELD_UNIT) in AeProcessInitFile()
315 else if (Type == ACPI_TYPE_PACKAGE) in AeProcessInitFile()
322 AcpiOsPrintf ("%s[%s]: %s\n", NameBuffer, AcpiUtGetTypeName (Type), in AeProcessInitFile()
331 … AcpiGbl_InitEntries[idx].Name, AcpiGbl_InitEntries[idx].Value, AcpiUtGetTypeName (Type)); in AeProcessInitFile()
/dragonfly/sys/contrib/dev/acpica/source/components/resources/
H A Drslist.c212 if (AmlResource->CommonSerialBus.Type > in AcpiRsConvertAmlToResources()
222 AmlResource->CommonSerialBus.Type]; in AcpiRsConvertAmlToResources()
307 if (Resource->Type > ACPI_RESOURCE_TYPE_MAX) in AcpiRsConvertResourcesToAml()
311 Resource->Type)); in AcpiRsConvertResourcesToAml()
326 if (Resource->Type == ACPI_RESOURCE_TYPE_SERIAL_BUS) in AcpiRsConvertResourcesToAml()
328 if (Resource->Data.CommonSerialBus.Type > in AcpiRsConvertResourcesToAml()
338 Resource->Data.CommonSerialBus.Type]; in AcpiRsConvertResourcesToAml()
343 ConversionTable = AcpiGbl_SetResourceDispatch[Resource->Type]; in AcpiRsConvertResourcesToAml()
350 Resource->Type)); in AcpiRsConvertResourcesToAml()
360 Resource->Type)); in AcpiRsConvertResourcesToAml()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/events/
H A Devhandler.c365 if ((Node->Type != ACPI_TYPE_DEVICE) && in AcpiEvInstallHandler()
366 (Node->Type != ACPI_TYPE_REGION) && in AcpiEvInstallHandler()
384 if (ObjDesc->Common.Type == ACPI_TYPE_DEVICE) in AcpiEvInstallHandler()
507 ACPI_OBJECT_TYPE Type; in AcpiEvInstallSpaceHandler() local
518 if ((Node->Type != ACPI_TYPE_DEVICE) && in AcpiEvInstallSpaceHandler()
519 (Node->Type != ACPI_TYPE_PROCESSOR) && in AcpiEvInstallSpaceHandler()
520 (Node->Type != ACPI_TYPE_THERMAL) && in AcpiEvInstallSpaceHandler()
625 if (Node->Type == ACPI_TYPE_ANY) in AcpiEvInstallSpaceHandler()
627 Type = ACPI_TYPE_DEVICE; in AcpiEvInstallSpaceHandler()
631 Type = Node->Type; in AcpiEvInstallSpaceHandler()
[all …]
/dragonfly/stand/contrib/edk2/MdePkg/Include/IndustryStandard/
H A DAcpi60.h328 UINT8 Type; member
344 UINT8 Type; member
356 UINT8 Type; member
368 UINT8 Type; member
392 UINT8 Type; member
402 UINT8 Type; member
413 UINT8 Type; member
423 UINT8 Type; member
436 UINT8 Type; member
450 UINT8 Type; member
[all …]
H A DAcpi51.h327 UINT8 Type; member
343 UINT8 Type; member
355 UINT8 Type; member
367 UINT8 Type; member
391 UINT8 Type; member
401 UINT8 Type; member
412 UINT8 Type; member
422 UINT8 Type; member
435 UINT8 Type; member
449 UINT8 Type; member
[all …]
H A DAcpi40.h304 UINT8 Type; member
320 UINT8 Type; member
332 UINT8 Type; member
344 UINT8 Type; member
368 UINT8 Type; member
378 UINT8 Type; member
389 UINT8 Type; member
399 UINT8 Type; member
412 UINT8 Type; member
426 UINT8 Type; member
[all …]
/dragonfly/lib/libvgl/
H A Dmain.c160 VGLDisplay->Type = VIDBUF4; in VGLInit()
168 VGLDisplay->Type = VIDBUF8; in VGLInit()
171 VGLDisplay->Type = VIDBUF8X; in VGLInit()
294 VGLDisplay->Type = VIDBUF4S; in VGLCheckSwitch()
296 VGLDisplay->Type = VIDBUF4; in VGLCheckSwitch()
304 VGLDisplay->Type = VIDBUF8S; in VGLCheckSwitch()
306 VGLDisplay->Type = VIDBUF8; in VGLCheckSwitch()
312 VGLDisplay->Type = VIDBUF8X; in VGLCheckSwitch()
411 VGLDisplay->Type = MEMBUF; in VGLCheckSwitch()
434 if (object->Type == MEMBUF) in VGLSetVScreenSize()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbmethod.c279 char Type; in AcpiDbSetMethodData() local
291 Type = TypeArg[0]; in AcpiDbSetMethodData()
292 if ((Type != 'L') && in AcpiDbSetMethodData()
293 (Type != 'A') && in AcpiDbSetMethodData()
294 (Type != 'N')) in AcpiDbSetMethodData()
302 if (Type == 'N') in AcpiDbSetMethodData()
310 if (Node->Type != ACPI_TYPE_INTEGER) in AcpiDbSetMethodData()
342 switch (Type) in AcpiDbSetMethodData()
470 if (Method->Type != ACPI_TYPE_METHOD) in AcpiDbDisassembleMethod()
512 Method->Type, WalkState); in AcpiDbDisassembleMethod()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslmapoutput.c298 char *Type; in MpEmitGpioInfo() local
340 switch (Info->Type) in MpEmitGpioInfo()
344 Type = "GpioInt"; in MpEmitGpioInfo()
351 Type = "GpioIo "; in MpEmitGpioInfo()
432 char *Type; in MpEmitSerialInfo() local
450 Type = "I2C "; in MpEmitSerialInfo()
454 Type = "SPI "; in MpEmitSerialInfo()
458 Type = "UART"; in MpEmitSerialInfo()
462 Type = "UNKN"; in MpEmitSerialInfo()
474 Type); in MpEmitSerialInfo()
[all …]

12345678910>>...17