Searched defs:attributes (Results 26 - 50 of 87) sorted by relevance

1234

/haiku/src/tools/cppunit/cppunit/
H A DXmlOutputter.cpp99 string attributes; local
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp427 Attribute** attributes = NULL; local
[all...]
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp423 BMessage attributes; local
H A DAttributeListView.cpp113 create_attribute_item(BMessage& attributes, int32 index) argument
[all...]
/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 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/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_admin.c123 nvme_admin_get_feature(struct nvme_ctrlr *ctrlr, enum nvme_feat_sel sel, enum nvme_feat feature, uint32_t cdw11, uint32_t *attributes) argument
157 nvme_admin_set_feature(struct nvme_ctrlr *ctrlr, bool save, enum nvme_feat feature, uint32_t cdw11, uint32_t cdw12, uint32_t *attributes) argument
H A Dnvme_intel.h138 struct nvme_intel_smart_attribute attributes[13]; member in struct:nvme_intel_smart_information_page
/haiku/src/apps/installer/
H A DPackageViews.cpp99 attr_info attributes; local
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.cpp125 MapEarly(kernel_args* args, addr_t virtualAddress, phys_addr_t physicalAddress, uint8 attributes, page_num_t (*get_free_page)(kernel_args*)) argument
405 PutPageTableEntryInTable(uint64* entry, phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType, bool globalPage) argument
/haiku/headers/private/kernel/platform/efi/
H A Dboot-services.h72 uint32_t attributes; member in struct:__anon5
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.cpp140 X86VMTranslationMap32Bit::Map(addr_t va, phys_addr_t pa, uint32 attributes, argument
692 X86VMTranslationMap32Bit::Protect(addr_t start, addr_t end, uint32 attributes, argument
[all...]
H A DX86PagingMethod32Bit.cpp384 MapEarly(kernel_args* args, addr_t virtualAddress, phys_addr_t physicalAddress, uint8 attributes, page_num_t (*get_free_page)(kernel_args*)) argument
495 PutPageTableInPageDir(page_directory_entry* entry, phys_addr_t pgtablePhysical, uint32 attributes) argument
513 PutPageTableEntryInTable(page_table_entry* entry, phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType, bool globalPage) argument
/haiku/src/kits/game/
H A DGameSoundBuffer.cpp186 GameSoundBuffer::GetAttributes(gs_attribute * attributes, argument
220 SetAttributes(gs_attribute * attributes, size_t attributeCount) argument
[all...]
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h283 BasicTerminalBuffer::SetAttributes(const Attributes& attributes) argument
/haiku/src/system/libroot/os/
H A Dthread.c106 struct thread_creation_attributes attributes; local
/haiku/src/system/kernel/arch/arm64/
H A Darch_vm_translation_map.cpp174 arch_vm_translation_map_early_map(kernel_args* args, addr_t va, phys_addr_t pa, uint8 attributes, argument
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAModule.cpp182 device_attr attributes[] = { local
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp160 MessageStored(IMAPFolder& folder, entry_ref& ref, BFile& stream, uint32 fetchFlags, BMessage& attributes) argument
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp104 __pthread_init_creation_attributes(const pthread_attr_t* pthreadAttributes, pthread_t thread, status_t (*entryFunction)(void*, void*), void* argument1, void* argument2, const char* name, thread_creation_attributes* attributes) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioModule.cpp221 device_attr attributes[] = { local
/haiku/src/apps/devices/
H A DDevicesView.cpp231 Attributes attributes; local
[all...]
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.cpp50 GetNodeAttributes( media_node_attribute* attributes, size_t count) 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/kernel/partitioning_systems/gpt/
H A Dgpt.h96 uint64 attributes; member in struct:gpt_partition_entry

Completed in 329 milliseconds

1234