Searched refs:team (Results 1 - 25 of 415) sorted by last modified time

1234567891011>>

/haiku/src/servers/app/
H A DServerApp.cpp608 team_id team; local
609 if (link.Read<team_id>(&team) == B_OK)
610 fDesktop->WriteWindowList(team, fLink.Sender());
640 team_id team; local
641 if (link.Read<team_id>(&team) == B_OK)
642 fDesktop->MinimizeApplication(team);
648 team_id team; local
649 if (link.Read<team_id>(&team) == B_OK)
650 fDesktop->BringApplicationToFront(team);
3604 // get our own team I
[all...]
H A DServerWindow.cpp459 info.team = ClientTeam();
H A DDesktop.h136 status_t LockDirectScreen(team_id team);
137 status_t UnlockDirectScreen(team_id team);
254 void MinimizeApplication(team_id team);
255 void BringApplicationToFront(team_id team);
258 void WriteWindowList(team_id team,
320 status_t _ActivateApp(team_id team);
H A DDesktop.cpp950 Desktop::LockDirectScreen(team_id team) argument
957 fDirectScreenTeam = team;
964 Desktop::UnlockDirectScreen(team_id team) argument
966 if (fDirectScreenTeam == team) {
2284 Desktop::MinimizeApplication(team_id team) argument
2292 if (window->ServerWindow()->ClientTeam() != team)
2301 Desktop::BringApplicationToFront(team_id team) argument
2310 if (window->ServerWindow()->ClientTeam() != team)
2348 Desktop::WriteWindowList(team_id team, BPrivate::LinkSender& sender) argument
2358 if (team < B_O
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/preferences/screen/
H A DScreenWindow.cpp1168 be_roster->ActivateApp(info.team);
/haiku/src/kits/tracker/
H A DFSUtils.cpp3478 team_id team; local
3484 error = be_roster->Launch(appRef, refs, &team);
3695 team_id team; local
3696 error = be_roster->Launch(&app, refsToPass, &team);
3712 error = be_roster->Launch(&app, refs, &team);
H A DContainerWindow.cpp106 void do_minimize_team(BRect zoomRect, team_id team, bool zoom);
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp24 #include <team.h>
/haiku/src/system/kernel/fs/
H A Dvfs.cpp181 team_id team; member in struct:__anon1::advisory_lock
1583 team_id team = team_get_current_team_id();
1589 if (lock->team != team && advisory_lock_intersects(lock, flock)) {
1597 flock->l_pid = lock->team;
1608 /*! Removes the specified lock, or all locks of the calling team
1663 secondLock->team = lock->team;
1748 team_id team = team_get_current_team_id(); local
1756 // TODO: locks from the same team migh
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.cpp433 /*! Duplicates an FD from another team to this/the kernel team.
434 \param fromTeam The team which owns the FD.
436 \param kernel If \c true, the new FD will be created in the kernel team,
437 the current userland team otherwise.
443 // get the I/O context for the team in question
444 Team* team = Team::Get(fromTeam); local
445 if (team == NULL)
447 BReference<Team> teamReference(team, true);
449 io_context* fromContext = team
[all...]
/haiku/src/apps/terminal/
H A DTermWindow.cpp2036 if (myTeamID == fTerminalRoster.TerminalAt(i)->team)
2052 if (info->team == myTeamID) {
2058 return info->team;
/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp17 #include <team.h>
201 thread->team->id);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp271 thread->team->id);
/haiku/headers/os/drivers/
H A DKernelExport.h188 extern status_t lock_memory_etc(team_id team, void *buffer, size_t numBytes,
191 extern status_t unlock_memory_etc(team_id team, void *address,
194 extern status_t get_memory_map_etc(team_id team, const void *address,
/haiku/src/apps/deskbar/
H A DSwitcher.cpp395 team_id team = (addr_t)TeamList()->ItemAt(index); local
396 fSmallIcon = app->FetchTeamIcon(team, smallIconSize);
397 fLargeIcon = app->FetchTeamIcon(team, largeIconSize);
484 // This is only sent when last team of a matching set quits
488 message->FindInt32("team", &teamID);
536 team_id team = message->FindInt32("team"); local
544 && !group->TeamList()->HasItem((void*)(addr_t)team)) {
546 group->TeamList()->AddItem((void*)(addr_t)team);
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.cpp193 AddTeam(message->FindInt32("team"), message->FindString("sig"));
198 team_id team = -1; local
199 message->FindInt32("team", &team);
201 RemoveTeam(team, true);
207 team_id team = -1; local
208 message->FindInt32("team", &team);
210 RemoveTeam(team, false);
273 BMessenger::Private(messenger).SetTo(info->team,
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...]
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp435 // We need to change the owner of the sem to the calling team (usually the
440 || set_sem_owner(info.shared_info->vblank_sem, threadInfo.team)
/haiku/src/system/kernel/vm/
H A Dvm.cpp47 #include <team.h>
972 dprintf("unmap_address_range: team %" B_PRId32 " tried to "
1423 vm_unreserve_address_range(team_id team, void* address, addr_t size) argument
1425 AddressSpaceWriteLocker locker(team);
1437 vm_reserve_address_range(team_id team, void** _address, uint32 addressSpec, argument
1443 AddressSpaceWriteLocker locker(team);
1459 vm_create_anonymous_area(team_id team, const char *name, addr_t size, argument
1475 team, name, size));
1486 if (team == B_CURRENT_TEAM)
1487 team
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.cpp702 kprintf(", team: %" B_PRId32 ", thread %" B_PRId32
940 if (debug_get_debugged_thread()->team->address_space != NULL)
941 addressSpace = debug_get_debugged_thread()->team->address_space;
1320 } else if (strcmp(argv[i], "--team") == 0) {
1321 uint64 team; local
1323 || !evaluate_debug_expression(argv[i], &team, true)) {
1328 teamFilter = team;
3451 "[ --stacktrace ] [ -p <page number> ] [ --team <team ID> ] "
3455 "with \"--team\" an
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp309 *(team_id*)userData = appInfo.team;
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp22 #include <team.h>
1762 // NOTE: We do not acquire a reference to the TTY for the team, so
/haiku/src/servers/registrar/
H A DMessageRunnerManager.cpp124 \param team The team owning the message runner.
132 RunnerInfo(team_id team, int32 token, BMessenger target, BMessage *message, argument
134 : team(team),
191 team_id team; //!< The team owning the message runner. member in struct:MessageRunnerManager::RunnerInfo
254 team_id team; local
264 if (error == B_OK && request->FindInt32("team", &team) !
[all...]
/haiku/src/add-ons/kernel/drivers/misc/
H A Dpoke.cpp13 #include <team.h>
/haiku/src/system/kernel/
H A Dsem.cpp33 #include <team.h>
143 if (!strcmp(argv[1], "team") || !strcmp(argv[1], "owner"))
152 kprintf("%-*s id count team last name\n", B_PRINTF_POINTER_WIDTH,
311 info->team = sem->u.used.owner;
438 "Dump a list of all active semaphores (for team, with name, etc.)",
439 "[ ([ \"team\" | \"owner\" ] <team>) | (\"name\" <name>) ]"
443 " <team> - The team owning the semaphores.\n"
482 // get the owning team
483 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...]
/haiku/src/system/kernel/arch/x86/64/
H A Dthread.cpp24 #include <team.h>
288 addr_t commPageAddress = (addr_t)thread->team->commpage_address;
407 addr_t* commPageAddress = (addr_t*)thread->team->commpage_address;

Completed in 381 milliseconds

1234567891011>>