Searched defs:team (Results 1 - 25 of 205) sorted by last modified time

123456789

/haiku/src/kits/tracker/
H A DFSUtils.cpp3481 team_id team; local
3698 team_id team; local
/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...]
H A Dfd.cpp444 Team* team = Team::Get(fromTeam); local
[all...]
/haiku/src/servers/app/
H A DServerApp.cpp608 team_id team; local
640 team_id team; local
648 team_id team; local
[all...]
H A DDesktop.cpp950 Desktop::LockDirectScreen(team_id team) argument
964 Desktop::UnlockDirectScreen(team_id team) argument
2284 Desktop::MinimizeApplication(team_id team) argument
2301 Desktop::BringApplicationToFront(team_id team) argument
2348 Desktop::WriteWindowList(team_id team, BPrivate::LinkSender& sender) argument
2503 team_id team = window->ServerWindow()->ClientTeam(); local
2715 team_id team; local
2735 team_id team; local
3637 _ActivateApp(team_id team) argument
[all...]
/haiku/src/apps/deskbar/
H A DSwitcher.cpp395 team_id team = (addr_t)TeamList()->ItemAt(index); local
536 team_id team = message->FindInt32("team"); local
555 team_id team local
774 team_id team; local
1024 team_id team = (addr_t)teamGroup->TeamList()->ItemAt(i); local
1052 team_id team = (addr_t)teamGroup->TeamList()->ItemAt(i); local
1055 do_minimize_team(BRect(), team, false); local
1150 SwitchWindow(team_id team, bool, bool activate) argument
[all...]
H A DExpandoMenuBar.cpp198 team_id team = -1; local
207 team_id team = -1; local
619 AddTeam(BList* team, BBitmap* icon, char* name, char* signature) argument
670 AddTeam(team_id team, const char* signature) argument
686 RemoveTeam(team_id team, bool partial) argument
[all...]
H A DWindowMenu.cpp70 TWindowMenu::TWindowMenu(const BList* team, const char* signature) argument
H A DTeamMenuItem.cpp73 TTeamMenuItem::TTeamMenuItem(BList* team, BBitmap* icon, char* name, argument
131 team_id team = (addr_t)fTeam->ItemAt(index); local
488 _Init(BList* team, BBitmap* icon, char* name, char* signature, float width, float height) argument
[all...]
H A DTeamMenu.cpp213 team_id team = -1; local
/haiku/src/system/kernel/vm/
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...]
H A Dvm_page.cpp1321 uint64 team; local
[all...]
/haiku/src/servers/registrar/
H A DMessageRunnerManager.cpp132 RunnerInfo(team_id team, int32 token, BMessenger target, BMessage *message, argument
191 team_id team; //!< The team owning the message runner. member in struct:MessageRunnerManager::RunnerInfo
254 team_id team; local
[all...]
/haiku/src/system/kernel/
H A Dsem.cpp483 Team* team = Team::Get(owner); local
648 sem_delete_owned_sems(Team* team) argument
1267 _user_get_next_sem_info(team_id team, int32 *userCookie, struct sem_info *userInfo, size_t size) argument
1292 _user_set_sem_owner(sem_id id, team_id team) argument
[all...]
H A Delf.cpp1356 status_t Init(Team* team) argument
1753 elf_debug_lookup_user_symbol_address(Team* team, addr_t address, argument
1827 elf_load_user_image(const char *path, Team *team, uint32 flags, addr_t *entry) argument
[all...]
H A Dthread.cpp519 ThreadCreationAttributes(thread_func function, const char* name, int32 priority, void* arg, team_id team, Thread* thread) argument
600 insert_thread_into_team(Team *team, Thread *thread) argument
619 remove_thread_from_team(Team *team, Thread *thread) argument
797 create_thread_user_stack(Team* team, Thread* thread, void* _stackBase, size_t stackSize, size_t additionalSize, size_t guardSize, char* nameBuffer) argument
[all...]
/haiku/src/apps/debugger/
H A DDebugger.cpp92 team_id team; member in struct:Options
[all...]
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp1281 Model::Team* team = fModel->TeamByID(teamID); local
[all...]
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp44 sem_undo(XsiSemaphoreSet *semaphoreSet, Team *team, int16 *undoValues) argument
54 Team *team; member in struct:__anon3::sem_undo
232 Team *team = thread_get_current_thread()->team; local
251 Team *team = thread_get_current_thread()->team; local
345 Team *team = thread_get_current_thread()->team; local
417 Team *team = thread_get_current_thread()->team; local
633 xsi_sem_undo(Team *team) argument
[all...]
/haiku/headers/private/kernel/
H A Dthread.h42 team_id team; member in struct:BKernel::ThreadCreationAttributes
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStackTraceCommand.cpp33 Team* team = context.GetTeam(); local
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp126 CliContext::Init(::Team* team, UserInterfaceListener* listener) argument
H A DCommandLineUserInterface.cpp124 CommandLineUserInterface::Init(Team* team, UserInterfaceListener* listener) argument
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp565 team_id team = (team_id)message->GetInt32("team", -1); local
598 team_id team = (team_id)message->GetInt32("be:team", -1); local
[all...]
/haiku/headers/os/kernel/
H A DOS.h60 team_id team; member in struct:area_info
123 team_id team; member in struct:port_info
184 team_id team; member in struct:sem_info
240 team_id team; member in struct:__anon3
312 team_id team; member in struct:__anon7
[all...]

Completed in 231 milliseconds

123456789