Searched refs:DescriptorType (Results 1 - 23 of 23) sorted by path

/haiku/src/add-ons/kernel/file_systems/udf/
H A DAllocationDescriptorList.h26 - typedef DescriptorType;
27 - inline uint8 GetType(DescriptorType &descriptor);
28 - inline uint32 GetBlock(DescriptorType &descriptor);
29 - inline uint16 GetPartition(DescriptorType &descriptor);
30 - inline uint32 GetLength(DescriptorType &descriptor);
35 typedef typename Accessor::DescriptorType Descriptor;
260 typedef short_address DescriptorType; typedef in class:ShortDescriptorAccessor
262 inline uint32 GetBlock(DescriptorType &descriptor) const
267 inline uint32 GetLength(DescriptorType &descriptor) const
272 inline uint16 GetPartition(DescriptorType
289 typedef long_address DescriptorType; typedef in class:LongDescriptorAccessor
[all...]
/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp35 enum class DescriptorType : unsigned { class
45 constexpr Descriptor(DescriptorType type, bool kernelOnly,
165 is_code_segment(DescriptorType type)
167 return type == DescriptorType::CodeExecuteOnly;
189 Descriptor::Descriptor(DescriptorType type, bool kernelOnly, bool compatMode)
213 fType = static_cast<unsigned>(DescriptorType::TSS);
228 : Descriptor(DescriptorType::DataWritable, false)
242 Descriptor(DescriptorType::CodeExecuteOnly, true),
243 Descriptor(DescriptorType::DataWritable, true),
244 Descriptor(DescriptorType
[all...]
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dusb-io.h43 uint8_t DescriptorType; member in struct:__anon45
60 uint8_t DescriptorType; member in struct:__anon46
71 uint8_t DescriptorType; member in struct:__anon47
83 uint8_t DescriptorType; member in struct:__anon48
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsmthdat.c225 WalkState->Arguments[i].DescriptorType = ACPI_DESC_TYPE_NAMED;
238 WalkState->LocalVariables[i].DescriptorType = ACPI_DESC_TYPE_NAMED;
H A Ddswscope.c253 ScopeInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_WSCOPE;
H A Ddswstate.c370 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RESULT;
726 WalkState->DescriptorType = ACPI_DESC_TYPE_WALK;
907 if (WalkState->DescriptorType != ACPI_DESC_TYPE_WALK)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devmisc.c282 Info->Common.DescriptorType = ACPI_DESC_TYPE_STATE_NOTIFY;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexconfig.c468 if (Target->Common.DescriptorType == ACPI_DESC_TYPE_NAMED)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsaccess.c261 NewNode->DescriptorType = ACPI_DESC_TYPE_NAMED;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsscope.c236 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RPSCOPE;
283 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PSCOPE;
H A Dpsutils.c213 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsio.c324 AML_OFFSET (StartDpf.DescriptorType),
H A Drsirq.c187 AML_OFFSET (Irq.DescriptorType),
H A Drsutils.c358 if (Aml->SmallHeader.DescriptorType & ACPI_RESOURCE_NAME_LARGE)
371 Aml->SmallHeader.DescriptorType = (UINT8)
372 ((Aml->SmallHeader.DescriptorType &
383 * PARAMETERS: DescriptorType - Byte to be inserted as the type
390 * DESCRIPTION: Set the DescriptorType and ResourceLength fields of an AML
398 UINT8 DescriptorType,
407 Aml->SmallHeader.DescriptorType = DescriptorType;
397 AcpiRsSetResourceHeader( UINT8 DescriptorType, ACPI_RSDESC_SIZE TotalLength, AML_RESOURCE *Aml) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutinit.c347 AcpiGbl_RootNodeStruct.DescriptorType = ACPI_DESC_TYPE_NAMED;
H A Dutstate.c251 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE;
291 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_THREAD;
342 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_UPDATE;
384 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PACKAGE;
427 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_CONTROL;
H A Duttrack.c759 UINT8 DescriptorType; local
821 DescriptorType = 0; /* Not a valid descriptor type */
829 DescriptorType = ACPI_DESC_TYPE_OPERAND;
837 DescriptorType = ACPI_DESC_TYPE_PARSER;
845 DescriptorType = ACPI_DESC_TYPE_NAMED;
856 switch (DescriptorType)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Daclocal.h284 * DescriptorType is used to differentiate between internal descriptors.
289 * Note: The DescriptorType and Type fields must appear in the identical
296 UINT8 DescriptorType; /* Differentiate object descriptor types */ member in struct:acpi_namespace_node
795 UINT8 DescriptorType; /* To differentiate various internal objs */\
1035 UINT8 DescriptorType; /* To differentiate various internal objs */\
H A Dacmacros.h518 * The "DescriptorType" field is the second field in both structures.
522 #define ACPI_GET_DESCRIPTOR_TYPE(d) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.DescriptorType)
523 #define ACPI_SET_DESCRIPTOR_TYPE(d, t) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.DescriptorType = (t))
H A Dacobject.h182 * DescriptorType is used to differentiate between internal descriptors, and
185 * Note: The DescriptorType and Type fields must appear in the identical
191 UINT8 DescriptorType; /* To differentiate various internal objs */\
656 * a common DescriptorType field in order to differentiate them.
692 UINT8 DescriptorType; /* To differentiate various internal objs */ member in struct:acpi_common_descriptor
H A Dacresrc.h457 UINT8 DescriptorType,
H A Dacstruct.h184 UINT8 DescriptorType; /* To differentiate various internal objs */ member in struct:acpi_walk_state
H A Damlresrc.h266 UINT8 DescriptorType;
373 UINT8 DescriptorType;\
805 UINT8 DescriptorType; member in union:aml_resource

Completed in 241 milliseconds