Searched defs:attributes (Results 1 - 25 of 87) sorted by path

1234

/haiku/headers/os/drivers/
H A DUSB_spec.h108 uint8 attributes; member in struct:usb_configuration_descriptor
128 uint8 attributes; member in struct:usb_endpoint_descriptor
/haiku/headers/os/drivers/usb/
H A DUSB_audio.h264 uint8 attributes; member in struct:__anon84
/haiku/headers/private/graphics/vesa/
H A Dvesa.h48 uint16 attributes; member in struct:vbe_mode_info
/haiku/headers/private/kernel/arch/x86/
H A Dvesa.h29 uint16 attributes; member in struct:VBEModeInfoBlock
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_intel.h138 struct nvme_intel_smart_attribute attributes[13]; member in struct:nvme_intel_smart_information_page
H A Dnvme_spec.h573 uint32_t attributes; member in struct:nvme_dsm_range
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h204 inode_addr attributes; member in struct:BFS::bfs_inode
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp427 Attribute** attributes = NULL; local
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h2053 void set_record_display_attributes(uint8 attributes) { _record_display_attributes = attributes; } argument
2191 void set_record_display_attributes(uint8 attributes) { _record_display_attributes = attributes; } argument
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp60 RuleFilter::HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp70 SpamFilter::HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
78 SpamFilter::BodyFetched(const entry_ref& ref, BFile& file, BMessage& attributes) argument
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp693 ArgumentList& attributes = response.ListAt(1); local
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp204 BMessage attributes; local
300 BMessage attributes; local
/haiku/src/apps/terminal/
H A DTermViewHighlight.cpp16 TermViewHighlighter::AdjustTextAttributes(uint32 attributes) argument
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.cpp100 HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
210 BodyFetched(const entry_ref& ref, BFile& file, BMessage& attributes) argument
311 _SetType(BMessage& attributes, const char* mimeType) argument
[all...]
H A DMailFilter.cpp25 BMailFilter::HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
32 BodyFetched(const entry_ref& ref, BFile& file, BMessage& attributes) argument
H A DMailProtocol.cpp198 file << attributes; local
209 file << attributes; local
220 file << attributes; local
193 ProcessHeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
205 NotifyBodyFetched(const entry_ref& ref, BFile& file, BMessage& attributes) argument
214 ProcessMessageFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
299 _ProcessHeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
359 _NotifyBodyFetched(const entry_ref& ref, BFile& file, BMessage& attributes) argument
[all...]
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp113 create_attribute_item(BMessage& attributes, int32 index) argument
[all...]
H A DAttributeWindow.cpp423 BMessage attributes; local
/haiku/src/system/boot/loader/file_systems/hfs_plus/
H A Dhfs_plus.h34 uint32 attributes; member in struct:HFSPlus::hfs_volume_header
/haiku/src/system/kernel/
H A DUserEvent.cpp242 CreateThreadEvent::CreateThreadEvent(const ThreadCreationAttributes& attributes) argument
255 CreateThreadEvent::Create(const ThreadCreationAttributes& attributes) argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map.cpp146 arch_vm_translation_map_early_map(kernel_args *args, addr_t va, phys_addr_t pa, uint8 attributes, phys_addr_t (*get_free_page)(kernel_args *)) argument
H A Darch_vm_translation_map_impl.cpp517 map_tmap(vm_translation_map *map, addr_t va, addr_t pa, uint32 attributes) argument
396 put_pgdir_in_pgroot(page_root_entry *entry, addr_t pgdir_phys, uint32 attributes) argument
419 put_pgtable_in_pgdir(page_directory_entry *entry, addr_t pgtable_phys, uint32 attributes) argument
442 put_page_table_entry_in_pgtable(page_table_entry *entry, addr_t physicalAddress, uint32 attributes, bool globalPage) argument
471 put_page_indirect_entry_in_pgtable(page_indirect_entry *entry, addr_t physicalAddress, uint32 attributes, bool globalPage) argument
868 protect_tmap(vm_translation_map *map, addr_t start, addr_t end, uint32 attributes) argument
1445 m68k_vm_translation_map_early_map(kernel_args *args, addr_t va, addr_t pa, uint8 attributes, addr_t (*get_free_page)(kernel_args *)) argument
[all...]
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp469 MapEarly(kernel_args* args, addr_t virtualAddress, phys_addr_t physicalAddress, uint8 attributes, phys_addr_t (*get_free_page)(kernel_args*)) argument
611 PutPageDirInPageRoot(page_root_entry* entry, phys_addr_t pgdirPhysical, uint32 attributes) argument
630 PutPageTableInPageDir(page_directory_entry* entry, phys_addr_t pgtablePhysical, uint32 attributes) argument
640 PutPageTableEntryInTable(page_table_entry* entry, phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType, bool globalPage) argument
[all...]
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm_translation_map.cpp285 arch_vm_translation_map_early_map(kernel_args *args, addr_t va, phys_addr_t pa, uint8 attributes, phys_addr_t (*get_free_page)(kernel_args *)) argument

Completed in 326 milliseconds

1234