Searched defs:team (Results 201 - 205 of 205) sorted by relevance

123456789

/haiku/src/system/kernel/vm/
H A Dvm_page.cpp1321 uint64 team; local
[all...]
H A Dvm.cpp1423 vm_unreserve_address_range(team_id team, void* address, addr_t size) argument
1437 vm_reserve_address_range(team_id team, void** _address, uint32 addressSpec, argument
1459 vm_create_anonymous_area(team_id team, const char *name, addr_t size, argument
1840 vm_map_physical_memory(team_id team, const char* name, void** _address, uint32 addressSpec, addr_t size, uint32 protection, phys_addr_t physicalAddress, bool alreadyWired) argument
1951 vm_map_physical_memory_vecs(team_id team, const char* name, void** _address, uint32 addressSpec, addr_t* _size, uint32 protection, struct generic_io_vec* vecs, uint32 vecCount) argument
2047 vm_create_null_area(team_id team, const char* name, void** address, uint32 addressSpec, addr_t size, uint32 flags) argument
2143 _vm_map_file(team_id team, const char* name, void** _address, uint32 addressSpec, size_t size, uint32 protection, uint32 mapping, bool unmapAddressRange, int fd, off_t offset, bool kernel) argument
2348 vm_clone_area(team_id team, const char* name, void** address, uint32 addressSpec, uint32 protection, uint32 mapping, area_id sourceID, bool kernel) argument
2399 Team* team = thread_get_current_thread()->team; local
2551 vm_delete_area(team_id team, area_id id, bool kernel) argument
2727 vm_copy_area(team_id team, const char* name, void** _address, uint32 addressSpec, area_id sourceID) argument
2878 vm_set_area_protection(team_id team, area_id areaID, uint32 newProtection, bool kernel) argument
3049 vm_get_page_mapping(team_id team, addr_t vaddr, phys_addr_t* paddr) argument
3945 team_id team; local
5698 vm_wire_page(team_id team, addr_t address, bool writable, VMPageWiringInfo* info) argument
5849 lock_memory_etc(team_id team, void* address, size_t numBytes, uint32 flags) argument
6008 unlock_memory_etc(team_id team, void* address, size_t numBytes, uint32 flags) argument
6147 get_memory_map_etc(team_id team, const void* address, size_t numBytes, physical_entry* table, uint32* _numEntries) argument
6303 _get_next_area_info(team_id team, ssize_t* cookie, area_info* info, size_t size) argument
6415 create_area_etc(team_id team, const char* name, size_t size, uint32 lock, uint32 protection, uint32 flags, uint32 guardSize, const virtual_address_restrictions* virtualAddressRestrictions, const physical_address_restrictions* physicalAddressRestrictions, void** _address) argument
6538 _user_get_next_area_info(team_id team, ssize_t* userCookie, area_info* userInfo) argument
[all...]
/haiku/src/kits/tracker/
H A DFSUtils.cpp3481 team_id team; local
3698 team_id team; local
/haiku/headers/private/userlandfs/private/
H A DRequests.h280 team_id team; member in class:UserlandFSUtil::KernelRequest
/haiku/src/system/kernel/fs/
H A Dvfs.cpp181 team_id team; member in struct:__anon1::advisory_lock
1748 team_id team = team_get_current_team_id(); local
3362 Team* team = team_get_team_struct_locked(num); local
8935 _user_get_next_fd_info(team_id team, uint32* userCookie, fd_info* userInfo, size_t infoSize) argument
[all...]

Completed in 98 milliseconds

123456789