Searched refs:attributes (Results 51 - 75 of 173) sorted by relevance

1234567

/haiku/src/system/kernel/arch/arm/
H A Darch_vm_translation_map.cpp104 uint8 attributes, phys_addr_t (*get_free_page)(kernel_args *))
108 return gARMPagingMethod->MapEarly(args, va, pa, attributes, get_free_page);
103 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
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.h26 uint32 attributes, uint32 memoryType,
49 uint32 attributes, uint32 memoryType);
/haiku/src/tools/cppunit/cppunit/
H A DXmlOutputter.cpp99 string attributes; local
104 attributes += attribute.first;
105 attributes += "=\"";
106 attributes += escape( attribute.second );
107 attributes += "\"";
109 return attributes;
/haiku/src/apps/installer/
H A DPackageViews.cpp77 // FIXME enable these when the attributes on the packages are actually
99 attr_info attributes; local
100 if (node.GetAttrInfo(ICON_ATTRIBUTE, &attributes) == B_OK) {
101 char buffer[attributes.size];
103 if ((node.ReadAttr(ICON_ATTRIBUTE, attributes.type, 0, buffer,
104 attributes.size) == attributes.size)
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.h25 * and the attributes for that memory region.
27 * translation table, and for a stage 1 translation, some attributes for
100 void SetToTable(uint64* descriptor, uint64_t attributes) { argument
104 void SetAsPage(uint64_t* physical, uint64_t attributes) { argument
105 *fDescriptor = CleanAttributes(reinterpret_cast<uint64_t>(physical)) | attributes | kTypePage;
108 void SetAsBlock(uint64_t* physical, uint64_t attributes) { argument
109 *fDescriptor = CleanAttributes(reinterpret_cast<uint64_t>(physical)) | attributes | kTypeBlock;
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.h33 uint8 attributes,
57 uint32 attributes);
61 uint32 attributes, uint32 memoryType,
H A DX86PagingMethod32Bit.cpp385 phys_addr_t physicalAddress, uint8 attributes,
410 PutPageTableInPageDir(e, pgtable, attributes);
426 physicalAddress, attributes, 0, IS_KERNEL_ADDRESS(virtualAddress));
496 phys_addr_t pgtablePhysical, uint32 attributes)
502 // TODO: we ignore the attributes of the page table - for compatibility
514 phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType,
524 if ((attributes & B_USER_PROTECTION) != 0) {
526 if ((attributes & B_WRITE_AREA) != 0)
528 } else if ((attributes & B_KERNEL_WRITE_AREA) != 0)
384 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/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.h34 uint8 attributes,
75 uint32 attributes);
79 uint32 attributes, uint32 memoryType,
H A DPPCPagingMethod460.cpp239 phys_addr_t physicalAddress, uint8 attributes,
334 phys_addr_t pgtablePhysical, uint32 attributes)
340 // TODO: we ignore the attributes of the page table - for compatibility
352 phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType,
362 if ((attributes & B_USER_PROTECTION) != 0) {
364 if ((attributes & B_WRITE_AREA) != 0)
366 } else if ((attributes & B_KERNEL_WRITE_AREA) != 0)
238 MapEarly(kernel_args* args, addr_t virtualAddress, phys_addr_t physicalAddress, uint8 attributes, page_num_t (*get_free_page)(kernel_args*)) argument
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.h34 uint8 attributes,
75 uint32 attributes);
79 uint32 attributes, uint32 memoryType,
H A DPPCPagingMethodClassic.cpp239 phys_addr_t physicalAddress, uint8 attributes,
334 phys_addr_t pgtablePhysical, uint32 attributes)
340 // TODO: we ignore the attributes of the page table - for compatibility
352 phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType,
362 if ((attributes & B_USER_PROTECTION) != 0) {
364 if ((attributes & B_WRITE_AREA) != 0)
366 } else if ((attributes & B_KERNEL_WRITE_AREA) != 0)
238 MapEarly(kernel_args* args, addr_t virtualAddress, phys_addr_t physicalAddress, uint8 attributes, page_num_t (*get_free_page)(kernel_args*)) argument
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.h41 uint8 attributes,
71 uint32 attributes);
75 uint32 attributes, uint32 memoryType,
/haiku/src/tools/bfs_shell/
H A Dcommand_checkfs.cpp49 uint64 attributeDirectories = 0, attributes = 0;
88 attributes++;
118 "\tindices\t\t%" FSSH_B_PRIu64 "\n", files, directories, attributes,
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dpci-root-bridge-io.h97 size_t pages, void** host_addr, uint64_t attributes) EFIAPI;
105 uint64_t* supports, uint64_t* attributes) EFIAPI;
108 uint64_t attributes, uint64_t* resource_base,
H A Dfile.h66 const char16_t* filename, uint64_t open_mode, uint64_t attributes) EFIAPI;
89 char16_t* filename, uint64_t open_mode, uint64_t attributes,
/haiku/headers/private/kernel/platform/efi/
H A Druntime-services.h128 uint32_t* attributes, size_t* data_size, void* data) EFIAPI;
134 uint32_t attributes, size_t data_size, void* data) EFIAPI;
150 efi_status (*QueryVariableInfo) (uint32_t attributes,
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp119 // Initialize from folder attributes
286 // Update mail message attributes
287 BMessage attributes; local
288 _IMAPToMailFlags(nextFlags, attributes);
289 node << attributes; local
374 BMessage attributes; local
375 _IMAPToMailFlags(flags, attributes);
377 fProtocol.MessageStored(*this, ref, file, fetchFlags, attributes);
461 BMessage attributes; local
462 fProtocol.MessageStored(*this, ref, file, IMAP::kFetchBody, attributes);
640 _IMAPToMailFlags(uint32 flags, BMessage& attributes) argument
[all...]
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_admin.c127 uint32_t *attributes)
147 if (ret == 0 && attributes)
148 *attributes = status.cpl.cdw0;
162 uint32_t *attributes)
185 if (ret == 0 && attributes)
186 *attributes = status.cpl.cdw0;
123 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
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h94 Attributes& attributes) const;
96 Attributes& attributes, uint32& count) const;
99 Attributes& attributes) const;
124 inline void SetAttributes(const Attributes& attributes);
283 BasicTerminalBuffer::SetAttributes(const Attributes& attributes) argument
285 fAttributes = attributes;
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map.cpp142 * It currently ignores the "attributes" parameter and sets all pages
147 uint8 attributes, phys_addr_t (*get_free_page)(kernel_args *))
151 return gM68KPagingMethod->MapEarly(args, va, pa, attributes, get_free_page);
146 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
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DProlific.cpp39 if (endpoint->descr->attributes == USB_ENDPOINT_ATTR_INTERRUPT) {
53 if (endpoint->descr->attributes == USB_ENDPOINT_ATTR_BULK) {
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp60 RuleFilter::HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
71 BString data = attributes.GetString(fAttribute.String(), NULL);
/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/game/
H A DWindowScreen.h29 uint32 attributes, status_t* _error);
64 status_t _InitData(uint32 space, uint32 attributes);
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_module.cpp69 device_attr attributes[] = { local
76 attributes, NULL, NULL);

Completed in 196 milliseconds

1234567