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

1234

/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp674 MapEarly(kernel_args* args, addr_t virtualAddress, phys_addr_t physicalAddress, uint8 attributes, page_num_t (*get_free_page)(kernel_args*)) argument
792 PutPageTableInPageDir(pae_page_directory_entry* entry, phys_addr_t physicalTable, uint32 attributes) argument
810 PutPageTableEntryInTable(pae_page_table_entry* entry, phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType, bool globalPage) argument
[all...]
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp315 Map(addr_t virtualAddress, phys_addr_t physicalAddress, uint32 attributes, uint32 memoryType, vm_page_reservation* reservation) argument
692 Protect(addr_t base, addr_t top, uint32 attributes, uint32 memoryType) argument
742 ProtectPage(VMArea* area, addr_t address, uint32 attributes) argument
751 ProtectArea(VMArea* area, uint32 attributes) argument
[all...]
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp461 get_next_child_node(device_node* parent, const device_attr* attributes, argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c913 ntfs_dir_entry_type(ntfs_inode *dir_ni, MFT_REF mref, FILE_ATTR_FLAGS attributes) argument
[all...]
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp317 GetCellAttributes(int32 row, int32 column, Attributes& attributes, uint32& count) const argument
668 FillScreen(UTF8Char c, Attributes &attributes) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp606 Inode* attributes; local
993 Inode* attributes; local
1316 Inode* attributes; local
1369 Inode* attributes; local
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp672 get_next_child_node(device_node* parent, const device_attr* attributes, argument
929 find_child_node(device_node* parent, const device_attr* attributes, argument
963 find_child_node(device_node* parent, const device_attr* attributes, argument
[all...]
/haiku/headers/os/drivers/usb/
H A DUSB_audio.h264 uint8 attributes; member in struct:__anon84
H A DUSB_video.h361 struct attributes { struct in struct:__anon25
773 struct attributes { struct in struct:__anon46
804 struct attributes { struct in struct:__anon48
826 struct attributes { struct in struct:__anon49
/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/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_spec.h573 uint32_t attributes; member in struct:nvme_dsm_range
/haiku/src/system/kernel/vm/
H A Dvm.cpp4292 vm_allocate_early(kernel_args* args, size_t virtualSize, size_t physicalSize, uint32 attributes, addr_t alignment) argument

Completed in 137 milliseconds

1234