Searched defs:descriptor (Results 1 - 25 of 59) sorted by relevance

123

/haiku/src/bin/listusb/
H A Dusb_cdc.cpp17 DumpCDCDescriptor(const usb_generic_descriptor* descriptor, int subclass) argument
[all...]
H A Dusb_video.cpp14 DumpVideoCSInterfaceDescriptorHeader( const usb_videocontrol_header_descriptor* descriptor) argument
74 DumpVideoCSInterfaceDescriptorOutputTerminal( const usb_video_output_terminal_descriptor* descriptor) argument
96 DumpVideoCSInterfaceDescriptorInputTerminal( const usb_video_input_terminal_descriptor* descriptor) argument
177 DumpVideoCSInterfaceDescriptorProcessingUnit( const usb_video_processing_unit_descriptor* descriptor) argument
209 DumpVideoCSInterfaceDescriptorExtensionUnit( const usb_generic_descriptor* descriptor) argument
248 DumpVideoControlCSInterfaceDescriptor(const usb_generic_descriptor* descriptor) argument
278 DumpVideoControlCSInterruptEndpointDescriptor(const usb_generic_descriptor* descriptor) argument
290 DumpVideoControlCSEndpointDescriptor(const usb_generic_descriptor* descriptor) argument
304 DumpVideoStreamInputHeaderDescriptor(const usb_generic_descriptor* descriptor) argument
342 DumpVideoStillImageDescriptor(const usb_generic_descriptor* descriptor) argument
427 DumpVideoFormatDescriptor(const usb_generic_descriptor* descriptor) argument
457 DumpVideoFrameDescriptor(const usb_video_frame_descriptor* descriptor) argument
486 DumpVideoStreamCSInterfaceDescriptor(const usb_generic_descriptor* descriptor) argument
513 DumpVideoDescriptor(const usb_generic_descriptor* descriptor, int subclass) argument
[all...]
H A Dlistusb.cpp26 DumpDescriptorData(const usb_generic_descriptor* descriptor) argument
42 DumpEndpointSSCompanionDescriptor( const usb_endpoint_ss_companion_descriptor* descriptor) argument
57 DumpDescriptor(const usb_generic_descriptor* descriptor, int classNum, int subclass) argument
[all...]
/haiku/src/build/libroot/
H A DLocalFD.h21 Descriptor* descriptor = get_descriptor(fd); local
H A Dfs_descriptors.cpp497 add_descriptor(Descriptor *descriptor) argument
542 Descriptor* descriptor = get_descriptor(fd); local
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DACM.cpp35 usb_interface_descriptor *descriptor = interface->descr; local
85 usb_interface_descriptor *descriptor = interface->descr; local
100 usb_interface_descriptor *descriptor = interface->descr; local
/haiku/src/kits/device/
H A DUSBInterface.cpp127 BUSBInterface::OtherDescriptorAt(uint32 index, usb_descriptor *descriptor, argument
H A DUSBDevice.cpp248 GetStringDescriptor(uint32 index, usb_string_descriptor *descriptor, size_t length) const argument
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DCachedBlock.h127 CachedBlock::SetTo(Accessor &accessor, Descriptor &descriptor) argument
H A DVolume.cpp121 partition_descriptor *descriptor = NULL; local
173 partition_descriptor *descriptor = NULL; local
[all...]
H A DIcb.h178 Descriptor* descriptor = _Descriptor(); local
187 Descriptor* descriptor = _Descriptor(); local
H A DAllocationDescriptorList.h117 Descriptor *descriptor = _CurrentDescriptor(); local
171 Descriptor* descriptor = _CurrentDescriptor(); local
199 _WalkContinuationChain(Descriptor *descriptor) argument
[all...]
H A DRecognition.cpp133 volume_structure_descriptor_header* descriptor local
526 logical_volume_integrity_descriptor *descriptor = local
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMapWriter.cpp124 partition_descriptor* descriptor = &partitionTable.table[i]; local
157 partition_descriptor* descriptor = &partitionTable.table[0]; local
195 partition_descriptor* descriptor; local
246 partition_descriptor* descriptor; local
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.cpp57 get_next_partition(int fd, apple_driver_descriptor &descriptor, uint32 &cookie, argument
113 struct apple_driver_descriptor *descriptor; local
148 apple_driver_descriptor &descriptor = *(apple_driver_descriptor *)_cookie; local
[all...]
H A Dapple.h60 uint64 Start(apple_driver_descriptor &descriptor) { return StartBlock() * descriptor.BlockSize(); } argument
61 uint64 Size(apple_driver_descriptor &descriptor) { return BlockCount() * descriptor.BlockSize(); } argument
/haiku/src/system/kernel/fs/
H A Dvfs_tracing.h26 FDTraceEntry(file_descriptor* descriptor) argument
42 NewFD(io_context* context, int fd, file_descriptor* descriptor) argument
65 PutFD(file_descriptor* descriptor) argument
82 GetFD(io_context* context, int fd, file_descriptor* descriptor) argument
105 RemoveFD(io_context* context, int fd, file_descriptor* descriptor) argument
160 InheritFD(io_context* context, int fd, file_descriptor* descriptor, io_context* parentContext) argument
[all...]
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp91 char *descriptor = (char *)malloc(descriptorSize); local
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDDevice.cpp169 usb_endpoint_descriptor *descriptor = interface->endpoint[i].descr; local
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMapParser.cpp149 const partition_descriptor* descriptor = &table->table[i]; local
230 const partition_descriptor* descriptor = &fPartitionTable->table[i]; local
/haiku/src/add-ons/kernel/partitioning_systems/vmdk/
H A Dvmdk.cpp226 char* descriptor = (char*)malloc(descriptorSize + 1); local
[all...]
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.h102 uint8 descriptor; member in struct:TGAImageSpec
/haiku/src/system/kernel/arch/generic/
H A Dgeneric_vm_physical_page_mapper.cpp216 paddr_chunk_descriptor* descriptor local
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Dwb840.c70 wb_put_rx_descriptor(volatile wb_desc* descriptor) argument
/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp83 uint8 descriptor; member in struct:TGAImageSpec
[all...]

Completed in 515 milliseconds

123