/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
ubsan_handlers_cxx.h | 23 const TypeDescriptor &Type; 28 /// \brief Handle a runtime type check failure, caused by an incorrect vptr. 29 /// When this handler is called, all we know is that the type was not in the
|
/src/sys/external/bsd/acpica/dist/executer/ |
exresolv.c | 252 * DESCRIPTION: Retrieve the value from an internal object. The Reference type 273 /* This is an object of type ACPI_OPERAND_OBJECT */ 275 switch (StackDesc->Common.Type) 377 if ((StackDesc->Reference.Node->Type == ACPI_TYPE_DEVICE) || 378 (StackDesc->Reference.Node->Type == ACPI_TYPE_THERMAL)) 398 "Unknown Reference type 0x%X in %p", 421 "FieldRead SourceDesc=%p Type=%X\n", 422 StackDesc, StackDesc->Common.Type)); 447 * ReturnType - Where the object type is returned 452 * DESCRIPTION: Return the base object and type. Traverse a reference list i [all...] |
exoparg1.c | 177 * required for this opcode type (0 through 6 args). 179 * for this opcode type (0, 1, or 2 targets). 180 * zR - RETURN VALUE: Indicates whether this opcode type returns a value 217 /* Create a return object of type Integer */ 263 * DESCRIPTION: Execute Type 1 monadic operator with numeric operand on 423 /* Create a return object of type Integer for these opcodes */ 444 * Acpi specification describes Integer type as a little 461 * The Acpi specification describes Integer type as a little 757 UINT32 Type; 863 /* Get the type of the base object * [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_atomic_clang.h | 47 INLINE typename T::Type atomic_fetch_add(volatile T *a, 48 typename T::Type v, memory_order mo) { 55 INLINE typename T::Type atomic_fetch_sub(volatile T *a, 56 typename T::Type v, memory_order mo) { 63 INLINE typename T::Type atomic_exchange(volatile T *a, 64 typename T::Type v, memory_order mo) { 75 INLINE bool atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp, 76 typename T::Type xchg, 78 typedef typename T::Type Type; [all...] |
sanitizer_atomic.h | 31 typedef u8 Type; 32 volatile Type val_dont_use; 36 typedef u16 Type; 37 volatile Type val_dont_use; 41 typedef s32 Type; 42 volatile Type val_dont_use; 46 typedef u32 Type; 47 volatile Type val_dont_use; 51 typedef u64 Type; 53 volatile ALIGNED(8) Type val_dont_use [all...] |
sanitizer_atomic_clang_mips.h | 41 INLINE atomic_uint64_t::Type atomic_fetch_add(volatile atomic_uint64_t *ptr, 42 atomic_uint64_t::Type val, 48 atomic_uint64_t::Type ret; 51 ret = *(const_cast<atomic_uint64_t::Type volatile *>(&ptr->val_dont_use)); 59 INLINE atomic_uint64_t::Type atomic_fetch_sub(volatile atomic_uint64_t *ptr, 60 atomic_uint64_t::Type val, 67 atomic_uint64_t::Type *cmp, 68 atomic_uint64_t::Type xchg, 74 typedef atomic_uint64_t::Type Type; [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_atomic_test.cc | 20 typename T::Type magic0; 22 typename T::Type magic1; 32 typedef typename T::Type Type; 37 val.magic0 = val.magic1 = (Type)-3; 44 val.a.val_dont_use = (Type)v; 45 EXPECT_EQ(atomic_load(&val.a, load_mo), (Type)v); 46 val.a.val_dont_use = (Type)-1; 47 atomic_store(&val.a, (Type)v, store_mo); 48 EXPECT_EQ(val.a.val_dont_use, (Type)v) [all...] |
/src/sys/external/bsd/acpica/dist/compiler/ |
aslbtypes.c | 171 * PARAMETERS: ArgType - The ARGI required type(s) for this 176 * DESCRIPTION: Convert an encoded ARGI required argument type code into a 177 * bitfield type code. Implements the implicit source conversion 316 * PARAMETERS: Etype - Encoded ACPI Type 320 * DESCRIPTION: Convert an encoded ACPI type to a bitfield type applying the 321 * operand conversion rules. In other words, returns the type(s) 408 printf ("Unhandled encoded type: %X\n", Etype); 432 UINT32 Type; 443 for (Type = 1; Type <= ACPI_TYPE_EXTERNAL_MAX; Type++ [all...] |
aslstartup.c | 243 * RETURN: File Type 245 * DESCRIPTION: Determine the type of the input file. Either binary (contains 255 UINT8 Type = ASL_INPUT_TYPE_ASCII_DATA; /* default */ 285 Type = ASL_INPUT_TYPE_ASCII_ASL; 292 Type = ASL_INPUT_TYPE_ASCII_DATA; 314 Type = ASL_INPUT_TYPE_BINARY_ACPI_TABLE; 323 Type = ASL_INPUT_TYPE_BINARY; 331 return (Type); 470 /* Determine input file type */ 592 printf ("Unknown file type %X\n", AslGbl_FileType) [all...] |
aslmapoutput.c | 298 char *Type; 332 "\n\nPin Type Direction Polarity" 338 /* Setup various strings based upon the type (GpioInt or GpioIo) */ 340 switch (Info->Type) 344 Type = "GpioInt"; 351 Type = "GpioIo "; 363 Info->PinNumber, Type, Direction, Polarity); 432 char *Type; 447 switch (Resource->CommonSerialBus.Type) 450 Type = "I2C " [all...] |
dtutils.c | 378 * RETURN: Field type 380 * DESCRIPTION: Get field type 388 UINT8 Type; 399 /* Type is based upon the opcode for this field in the info table */ 422 Type = DT_FIELD_TYPE_FLAG; 432 Type = DT_FIELD_TYPE_STRING; 451 Type = DT_FIELD_TYPE_BUFFER; 458 Type = DT_FIELD_TYPE_INLINE_SUBTABLE; 464 Type = DT_FIELD_TYPE_UNICODE; 469 Type = DT_FIELD_TYPE_UUID [all...] |
/src/sys/external/bsd/acpica/dist/debugger/ |
dbobject.c | 272 switch (ObjDesc->Common.Type) 341 switch (Node->Type) 381 UINT8 Type; 392 /* Decode the object type */ 408 Type = ObjDesc->Common.Type; 409 if (Type > ACPI_TYPE_LOCAL_MAX) 411 AcpiOsPrintf (" Type %X [Invalid Type]", (UINT32) Type); [all...] |
dbstats.c | 296 * DESCRIPTION: Add this object to the global counts, by object type. 318 if (ObjDesc->Common.Type > ACPI_TYPE_NS_NODE_MAX) 324 AcpiGbl_ObjTypeCount [ObjDesc->Common.Type]++; 329 switch (ObjDesc->Common.Type) 409 UINT32 Type; 419 Type = Node->Type; 420 if (Type > ACPI_TYPE_NS_NODE_MAX) 426 AcpiGbl_NodeTypeCount [Type]++;
|
dbconvert.c | 321 Object->Type = ACPI_TYPE_BUFFER; 350 ACPI_OBJECT_TYPE Type; 363 This = AcpiDbGetNextToken (This, &Next, &Type); 371 Status = AcpiDbConvertToObject (Type, This, &Elements[i]); 382 Object->Type = ACPI_TYPE_PACKAGE; 393 * PARAMETERS: Type - Object type as determined by parser 409 ACPI_OBJECT_TYPE Type, 416 switch (Type) 420 Object->Type = ACPI_TYPE_STRING [all...] |
/src/sys/external/bsd/acpica/dist/events/ |
evhandler.c | 317 * of type Region or Device. 320 * the same type then the search is terminated in that branch. 365 if ((Node->Type != ACPI_TYPE_DEVICE) && 366 (Node->Type != ACPI_TYPE_REGION) && 384 if (ObjDesc->Common.Type == ACPI_TYPE_DEVICE) 426 * Now we have a region and it is for the handler's address space type. 507 ACPI_OBJECT_TYPE Type; 518 if ((Node->Type != ACPI_TYPE_DEVICE) && 519 (Node->Type != ACPI_TYPE_PROCESSOR) && 520 (Node->Type != ACPI_TYPE_THERMAL) & [all...] |
evgpeinit.c | 418 * Extract the name and GPE type from the object, saving this 448 UINT8 Type; 485 Type = ACPI_GPE_LEVEL_TRIGGERED; 490 Type = ACPI_GPE_EDGE_TRIGGERED; 495 /* Unknown method type, just ignore it */ 498 "Ignoring unknown GPE method type: %s " 545 * for a type mismatch (if both the _Lxx AND _Exx exist) 547 if (Type != (GpeEventInfo->Flags & ACPI_GPE_XRUPT_TYPE_MASK)) 565 GpeEventInfo->Flags |= (UINT8) (Type | ACPI_GPE_DISPATCH_METHOD);
|
/src/sys/external/bsd/gnu-efi/dist/inc/ |
efi_nii.h | 65 UINT8 Type; 69 // This is the network interface type and version number that will
|
/src/sys/external/bsd/acpica/dist/dispatcher/ |
dsfield.c | 732 UINT8 Type = 0; 764 Type = ACPI_TYPE_LOCAL_REGION_FIELD; 770 Type = ACPI_TYPE_LOCAL_BANK_FIELD; 776 Type = ACPI_TYPE_LOCAL_INDEX_FIELD; 815 (char *) &Arg->Named.Name, Type, ACPI_IMODE_LOAD_PASS1,
|
dspkginit.c | 191 * objects of type Uninitialized (as per ACPI spec.) 325 * 1) No known AML interpreter supports this type of construct 337 if (Arg->Common.Node->Type == ACPI_TYPE_METHOD) 410 * the NumElements on the fly, possibly creating this type of 515 if (SourceObject->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) 521 else if (SourceObject->Common.Type == ACPI_TYPE_PACKAGE) 554 ACPI_OBJECT_TYPE Type; 571 /* Element must be a reference object of correct type */ 619 else if (ResolvedNode->Type == ACPI_TYPE_ANY) 634 if (ResolvedNode->Type == ACPI_TYPE_LOCAL_ALIAS [all...] |
/src/sys/external/bsd/acpica/dist/namespace/ |
nsinit.c | 224 * TBD: will become ACPI_TYPE_PACKAGE as this type object 496 ACPI_OBJECT_TYPE Type; 510 Type = AcpiNsGetType (ObjHandle); 519 switch (Type) 568 switch (Type) 593 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Type))); 601 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Type))); 644 if ((Node->Type == ACPI_TYPE_DEVICE) || 645 (Node->Type == ACPI_TYPE_PROCESSOR) || 646 (Node->Type == ACPI_TYPE_THERMAL) [all...] |
/src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
aeinitfile.c | 225 ACPI_OBJECT_TYPE Type; 253 TempNameBuffer = AcpiDbGetNextToken (LineBuffer, &Token, &Type); 276 ValueBuffer = AcpiDbGetNextToken (Token, &Token, &Type); 287 if (Type == ACPI_TYPE_FIELD_UNIT) 294 Status = AcpiDbConvertToObject (Type, ValueBuffer, &TempObject); 299 AcpiOsPrintf ("%s[%s]: %s\n", NameBuffer, AcpiUtGetTypeName (Type), 311 if (Type == ACPI_TYPE_BUFFER || Type == ACPI_TYPE_FIELD_UNIT) 315 else if (Type == ACPI_TYPE_PACKAGE) 322 AcpiOsPrintf ("%s[%s]: %s\n", NameBuffer, AcpiUtGetTypeName (Type), [all...] |
/src/sys/external/bsd/compiler_rt/dist/include/xray/ |
xray_records.h | 42 // The type of file we're writing out. See the FileTypes enum for more 45 uint16_t Type = 0; 74 // This is the type of the record being written. We use 16 bits to allow us to 82 // The type of the event. One of the following: 87 uint8_t Type = 0;
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/ |
sanitizer_wrappers.cc | 55 using Type = typename std::tuple_element<i, std::tuple<Args...>>::type; 66 GetTypes<__VA_ARGS__>::Arg<0>::Type) __attribute__((weak)); \ 68 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0) { \ 74 GetTypes<__VA_ARGS__>::Arg<0>::Type, \ 75 GetTypes<__VA_ARGS__>::Arg<1>::Type) __attribute__((weak)); \ 77 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0, \ 78 GetTypes<__VA_ARGS__>::Arg<1>::Type arg1) { \ 84 GetTypes<__VA_ARGS__>::Arg<0>::Type, \ 85 GetTypes<__VA_ARGS__>::Arg<1>::Type, \ [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
tsan_test_util.h | 34 enum Type { 44 explicit Mutex(Type type = Normal); 61 const Type type_;
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_fdr_log_records.h | 24 // A MetadataRecord must always have a type of 1. 25 /* RecordType */ uint8_t Type : 1; 42 // Use 7 bits to identify this record type. 50 // A FunctionRecord must always have a type of 0. 51 /* RecordType */ uint8_t Type : 1;
|