Symbol: Descriptor
headers/os/device/USBKit.h
101
Descriptor() const;
headers/os/device/USBKit.h
182
Descriptor() const;
headers/os/device/USBKit.h
237
Descriptor() const;
headers/os/device/USBKit.h
334
Descriptor() const;
headers/private/debugger/model/Team.h
425
int32 Descriptor() const { return fDescriptor; }
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/uttrack.c
757
ACPI_DESCRIPTOR *Descriptor;
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/uttrack.c
789
Descriptor = ACPI_CAST_PTR (
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/uttrack.c
796
Descriptor, Element->Size, Element->Module,
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/uttrack.c
803
if (ACPI_GET_DESCRIPTOR_TYPE (Descriptor) !=
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/uttrack.c
807
Descriptor, Element->Size, Element->Module,
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/uttrack.c
808
Element->Line, AcpiUtGetDescriptorName (Descriptor));
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/uttrack.c
815
AcpiUtDumpBuffer ((UINT8 *) Descriptor, Element->Size,
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/uttrack.c
823
switch (ACPI_GET_DESCRIPTOR_TYPE (Descriptor))
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/uttrack.c
861
AcpiUtGetTypeName (Descriptor->Object.Common.Type),
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/uttrack.c
862
Descriptor->Object.Common.ReferenceCount);
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/uttrack.c
868
Descriptor->Op.Asl.AmlOpcode);
src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/uttrack.c
874
AcpiUtGetNodeName (&Descriptor->Node));
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
103
usb_audio_format_descriptor* Descriptor)
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
107
fFormatType = Descriptor->format_type;
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
134
usb_audio_format_descriptor* Descriptor)
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
136
_ASFormatDescriptor(Descriptor),
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
142
/*fStatus =*/ Init(Descriptor);
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
152
TypeIFormatDescriptor::Init(usb_audio_format_descriptor* Descriptor)
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
154
fNumChannels = Descriptor->typeI.nr_channels;
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
155
fSubframeSize = Descriptor->typeI.subframe_size;
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
156
fBitResolution = Descriptor->typeI.bit_resolution;
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
157
fSampleFrequencyType = Descriptor->typeI.sam_freq_type;
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
161
GetSamFreq(Descriptor->typeI.sam_freqs[0]));
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
163
GetSamFreq(Descriptor->typeI.sam_freqs[1]));
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
167
GetSamFreq(Descriptor->typeI.sam_freqs[i]));
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
182
usb_audio_format_descriptor* Descriptor)
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
184
_ASFormatDescriptor(Descriptor),
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
199
usb_audio_format_descriptor* Descriptor)
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
201
TypeIFormatDescriptor(Descriptor)
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
45
usb_audio_streaming_interface_descriptor* Descriptor)
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
52
fTerminalLink = Descriptor->terminal_link;
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
53
fDelay = Descriptor->r1.delay;
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
54
fFormatTag = Descriptor->r1.format_tag;
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
70
usb_audio_streaming_endpoint_descriptor* Descriptor)
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
79
fCSAttributes = Descriptor->attributes;
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
80
fLockDelayUnits = Descriptor->lock_delay_units;
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.cpp
81
fLockDelay = Descriptor->lock_delay;
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.h
21
Descriptor);
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.h
36
Descriptor);
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.h
52
usb_audio_format_descriptor* Descriptor);
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.h
65
usb_audio_format_descriptor* Descriptor);
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.h
68
status_t Init(usb_audio_format_descriptor* Descriptor);
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.h
82
usb_audio_format_descriptor* Descriptor);
src/add-ons/kernel/drivers/audio/usb/AudioStreamingInterface.h
96
usb_audio_format_descriptor* Descriptor);
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
117
Descriptor *descriptor = _CurrentDescriptor();
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
150
typename AllocationDescriptorList<Accessor>::Descriptor*
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
157
(_DescriptorIndex() + 1) * sizeof(Descriptor),
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
160
return ((_DescriptorIndex() + 1) * sizeof(Descriptor)
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
171
Descriptor* descriptor = _CurrentDescriptor();
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
199
AllocationDescriptorList<Accessor>::_WalkContinuationChain(Descriptor *descriptor)
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
231
typename AllocationDescriptorList<Accessor>::Descriptor*
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
235
: (typename AllocationDescriptorList<Accessor>::Descriptor *)
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
47
Descriptor *_CurrentDescriptor() const;
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
48
Descriptor *_DescriptorArray() const;
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
54
void _WalkContinuationChain(Descriptor *descriptor);
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
62
Descriptor *fIcbDescriptors;
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
79
fIcbDescriptors((Descriptor *)icb->AllocationDescriptors()),
src/add-ons/kernel/file_systems/udf/CachedBlock.h
117
template <class Accessor, class Descriptor>
src/add-ons/kernel/file_systems/udf/CachedBlock.h
119
CachedBlock::SetTo(Accessor &accessor, Descriptor &descriptor)
src/add-ons/kernel/file_systems/udf/CachedBlock.h
40
template <class Accessor, class Descriptor>
src/add-ons/kernel/file_systems/udf/CachedBlock.h
42
Descriptor &descriptor);
src/add-ons/kernel/file_systems/udf/Icb.h
159
template <class Descriptor>
src/add-ons/kernel/file_systems/udf/Icb.h
160
FileEntry<Descriptor>::FileEntry(CachedBlock *descriptorBlock)
src/add-ons/kernel/file_systems/udf/Icb.h
166
template <class Descriptor>
src/add-ons/kernel/file_systems/udf/Icb.h
168
FileEntry<Descriptor>::SetTo(CachedBlock *descriptorBlock)
src/add-ons/kernel/file_systems/udf/Icb.h
174
template <class Descriptor>
src/add-ons/kernel/file_systems/udf/Icb.h
176
FileEntry<Descriptor>::AllocationDescriptors()
src/add-ons/kernel/file_systems/udf/Icb.h
178
Descriptor* descriptor = _Descriptor();
src/add-ons/kernel/file_systems/udf/Icb.h
183
template <class Descriptor>
src/add-ons/kernel/file_systems/udf/Icb.h
185
FileEntry<Descriptor>::AllocationDescriptorsLength()
src/add-ons/kernel/file_systems/udf/Icb.h
187
Descriptor* descriptor = _Descriptor();
src/add-ons/kernel/file_systems/udf/Icb.h
192
template <class Descriptor>
src/add-ons/kernel/file_systems/udf/Icb.h
193
Descriptor*
src/add-ons/kernel/file_systems/udf/Icb.h
194
FileEntry<Descriptor>::_Descriptor()
src/add-ons/kernel/file_systems/udf/Icb.h
197
? (Descriptor *)fDescriptorBlock->Block() : NULL;
src/add-ons/kernel/file_systems/udf/Icb.h
41
template <class Descriptor>
src/add-ons/kernel/file_systems/udf/Icb.h
50
Descriptor *_Descriptor();
src/add-ons/kernel/file_systems/udf/UdfStructures.h
606
template <class Descriptor>
src/add-ons/kernel/file_systems/udf/UdfStructures.h
608
set_checksums(Descriptor &descriptor, uint16 size = sizeof(Descriptor))
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1076
message.AddInt32("fd", event.Descriptor());
src/build/libroot/LocalFD.h
21
Descriptor* descriptor = get_descriptor(fd);
src/build/libroot/fs.cpp
406
Descriptor *descriptor = get_descriptor(fd);
src/build/libroot/fs.cpp
673
Descriptor *descriptor;
src/build/libroot/fs.cpp
809
Descriptor *descriptor = get_descriptor(fd);
src/build/libroot/fs.cpp
814
Descriptor *clone = NULL;
src/build/libroot/fs.cpp
863
Descriptor *descriptor = get_descriptor(fd);
src/build/libroot/fs.cpp
895
Descriptor *descriptor = get_descriptor(fd);
src/build/libroot/fs_attr_untyped.cpp
236
Descriptor* descriptor = get_descriptor(fileFD);
src/build/libroot/fs_descriptors.cpp
129
FileDescriptor::Dup(Descriptor *&clone)
src/build/libroot/fs_descriptors.cpp
188
DirectoryDescriptor::Dup(Descriptor *&clone)
src/build/libroot/fs_descriptors.cpp
251
SymlinkDescriptor::Dup(Descriptor *&clone)
src/build/libroot/fs_descriptors.cpp
34
typedef map<int, BPrivate::Descriptor*> DescriptorMap;
src/build/libroot/fs_descriptors.cpp
415
AttributeDescriptor::Dup(Descriptor*& clone)
src/build/libroot/fs_descriptors.cpp
459
AttrDirDescriptor::Dup(Descriptor *&clone)
src/build/libroot/fs_descriptors.cpp
484
Descriptor *
src/build/libroot/fs_descriptors.cpp
497
add_descriptor(Descriptor *descriptor)
src/build/libroot/fs_descriptors.cpp
542
Descriptor* descriptor = get_descriptor(fd);
src/build/libroot/fs_descriptors.cpp
65
Descriptor::~Descriptor()
src/build/libroot/fs_descriptors.cpp
71
Descriptor::IsSystemFD() const
src/build/libroot/fs_descriptors.cpp
78
Descriptor::GetPath(string& path) const
src/build/libroot/fs_descriptors.cpp
85
Descriptor::GetNodeRef(NodeRef &ref)
src/build/libroot/fs_descriptors.h
115
virtual status_t Dup(Descriptor *&clone);
src/build/libroot/fs_descriptors.h
122
Descriptor* get_descriptor(int fd);
src/build/libroot/fs_descriptors.h
123
int add_descriptor(Descriptor *descriptor);
src/build/libroot/fs_descriptors.h
27
virtual ~Descriptor();
src/build/libroot/fs_descriptors.h
30
virtual status_t Dup(Descriptor *&clone) = 0;
src/build/libroot/fs_descriptors.h
40
struct FileDescriptor : Descriptor {
src/build/libroot/fs_descriptors.h
45
virtual status_t Dup(Descriptor *&clone);
src/build/libroot/fs_descriptors.h
52
struct DirectoryDescriptor : Descriptor {
src/build/libroot/fs_descriptors.h
60
virtual status_t Dup(Descriptor *&clone);
src/build/libroot/fs_descriptors.h
67
struct SymlinkDescriptor : Descriptor {
src/build/libroot/fs_descriptors.h
73
virtual status_t Dup(Descriptor *&clone);
src/build/libroot/fs_descriptors.h
80
struct AttributeDescriptor : Descriptor {
src/build/libroot/fs_descriptors.h
96
virtual status_t Dup(Descriptor*& clone);
src/system/boot/loader/partitions.cpp
335
= module->identify_partition(opener.Descriptor(), this, &cookie);
src/system/boot/loader/partitions.cpp
375
status_t status = bestModule->scan_partition(opener.Descriptor(), this,
src/system/boot/loader/vfs.cpp
1135
Descriptor *descriptor = get_descriptor(fd);
src/system/boot/loader/vfs.cpp
1167
Descriptor *descriptor = get_descriptor(fd);
src/system/boot/loader/vfs.cpp
1190
Descriptor *descriptor = get_descriptor(fd);
src/system/boot/loader/vfs.cpp
351
Descriptor::Descriptor(Node *node, void *cookie)
src/system/boot/loader/vfs.cpp
361
Descriptor::~Descriptor()
src/system/boot/loader/vfs.cpp
367
Descriptor::Read(void *buffer, size_t bufferSize)
src/system/boot/loader/vfs.cpp
378
Descriptor::ReadAt(off_t pos, void *buffer, size_t bufferSize)
src/system/boot/loader/vfs.cpp
385
Descriptor::Write(const void *buffer, size_t bufferSize)
src/system/boot/loader/vfs.cpp
396
Descriptor::WriteAt(off_t pos, const void *buffer, size_t bufferSize)
src/system/boot/loader/vfs.cpp
403
Descriptor::Stat(struct stat &stat)
src/system/boot/loader/vfs.cpp
410
Descriptor::Seek(off_t position, int mode)
src/system/boot/loader/vfs.cpp
441
Descriptor::Acquire()
src/system/boot/loader/vfs.cpp
449
Descriptor::Release()
src/system/boot/loader/vfs.cpp
53
Descriptor(Node *node, void *cookie);
src/system/boot/loader/vfs.cpp
54
~Descriptor();
src/system/boot/loader/vfs.cpp
84
static Descriptor *sDescriptors[MAX_VFS_DESCRIPTORS];
src/system/boot/loader/vfs.cpp
849
static Descriptor *
src/system/boot/loader/vfs.cpp
901
Descriptor *descriptor = new(nothrow) Descriptor(node, cookie);
src/system/boot/loader/vfs.cpp
914
Descriptor *descriptor = get_descriptor(fd);
src/system/boot/loader/vfs.cpp
926
Descriptor* descriptor = get_descriptor(fd);
src/system/boot/loader/vfs.cpp
949
Descriptor *descriptor = get_descriptor(fd);
src/system/boot/loader/vfs.cpp
967
Descriptor *descriptor = get_descriptor(fd);
src/system/boot/loader/vfs.cpp
978
Descriptor *descriptor = get_descriptor(fd);
src/system/boot/loader/vfs.cpp
996
Descriptor *descriptor = get_descriptor(fd);
src/system/kernel/arch/x86/64/descriptors.cpp
106
alignas(uint64_t) Descriptor fTable[kDescriptorCount];
src/system/kernel/arch/x86/64/descriptors.cpp
172
Descriptor::Descriptor()
src/system/kernel/arch/x86/64/descriptors.cpp
176
static_assert(sizeof(Descriptor) == sizeof(uint64_t),
src/system/kernel/arch/x86/64/descriptors.cpp
181
Descriptor::Descriptor(uint32_t first, uint32_t second)
src/system/kernel/arch/x86/64/descriptors.cpp
189
Descriptor::Descriptor(DescriptorType type, bool kernelOnly, bool compatMode)
src/system/kernel/arch/x86/64/descriptors.cpp
228
: Descriptor(DescriptorType::DataWritable, false)
src/system/kernel/arch/x86/64/descriptors.cpp
241
Descriptor(),
src/system/kernel/arch/x86/64/descriptors.cpp
242
Descriptor(DescriptorType::CodeExecuteOnly, true),
src/system/kernel/arch/x86/64/descriptors.cpp
243
Descriptor(DescriptorType::DataWritable, true),
src/system/kernel/arch/x86/64/descriptors.cpp
244
Descriptor(DescriptorType::CodeExecuteOnly, false, true),
src/system/kernel/arch/x86/64/descriptors.cpp
245
Descriptor(DescriptorType::DataWritable, false),
src/system/kernel/arch/x86/64/descriptors.cpp
246
Descriptor(DescriptorType::CodeExecuteOnly, false),
src/system/kernel/arch/x86/64/descriptors.cpp
43
constexpr Descriptor();
src/system/kernel/arch/x86/64/descriptors.cpp
44
inline Descriptor(uint32_t first, uint32_t second);
src/system/kernel/arch/x86/64/descriptors.cpp
45
constexpr Descriptor(DescriptorType type, bool kernelOnly,
src/system/kernel/arch/x86/64/descriptors.cpp
69
class TSSDescriptor : public Descriptor {
src/system/kernel/arch/x86/64/descriptors.cpp
73
const Descriptor& GetLower() const { return *this; }
src/system/kernel/arch/x86/64/descriptors.cpp
74
const Descriptor& GetUpper() const { return fSecond; }
src/system/kernel/arch/x86/64/descriptors.cpp
79
Descriptor fSecond;
src/system/kernel/arch/x86/64/descriptors.cpp
83
class UserTLSDescriptor : public Descriptor {
src/system/kernel/arch/x86/64/descriptors.cpp
87
const Descriptor& GetDescriptor() const { return *this; }