Searched refs:team_id (Results 276 - 300 of 303) sorted by relevance

<<111213

/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp780 Model::TeamByID(team_id id) const
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp785 IOSchedulerSimple::_GetRequestOwner(team_id team, thread_id thread,
/haiku/src/bin/
H A Dhey.cpp293 team_id teamid;
309 teamid = (team_id)(addr_t)team_list.ItemAt(i);
/haiku/src/kits/app/
H A DMessage.cpp76 uint32 addressSpec, team_id target);
2126 BMessage::_SendMessage(port_id port, team_id portOwner, int32 token,
2171 team_id target = portOwner;
2273 BMessage::_SendMessage(port_id port, team_id portOwner, int32 token,
2299 team_id team = B_BAD_TEAM_ID;
H A DLooper.cpp658 team_id
/haiku/src/kits/media/
H A DMediaDefs.cpp1345 team_id mediaServer = be_roster->TeamFor(B_MEDIA_SERVER_SIGNATURE);
1346 team_id addOnServer = be_roster->TeamFor(B_MEDIA_ADDON_SERVER_SIGNATURE);
H A DMediaRoster.cpp381 BMediaRosterEx::SetNodeCreator(media_node_id node, team_id creator)
2573 team_id creator, media_node *_node)
/haiku/src/kits/debugger/model/
H A DTeam.cpp74 Team::Team(team_id teamID, TeamMemory* teamMemory, Architecture* architecture,
/haiku/src/apps/mail/
H A DMailApp.cpp444 team_id serverTeam = be_roster->TeamFor(kSpamServerSignature);
/haiku/src/system/kernel/vm/
H A DVMKernelAddressSpace.cpp71 VMKernelAddressSpace::VMKernelAddressSpace(team_id id, addr_t base, size_t size)
H A Dvm_page.cpp666 team_id teamFilter, thread_id threadFilter)
717 team_id fTeamFilter;
1304 team_id teamFilter = -1;
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp1280 team_id teamID = 0;
/haiku/src/system/kernel/fs/
H A Dfd.cpp441 dup_foreign_fd(team_id fromTeam, int fd, bool kernel)
H A Dvfs.cpp181 team_id team;
1583 team_id team = team_get_current_team_id();
1748 team_id team = team_get_current_team_id();
8221 _kern_get_next_fd_info(team_id teamID, uint32* _cookie, fd_info* info,
8935 _user_get_next_fd_info(team_id team, uint32* userCookie, fd_info* userInfo,
/haiku/src/system/kernel/
H A Dheap.cpp45 team_id team;
537 team_id team = -1;
H A Dsignal.cpp1792 send_signal_to_team_id(team_id teamID, const Signal& signal, uint32 flags)
2235 \c thread_id rather than a \c team_id. Ignored when the \a id is
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp784 team_id registrarTeam = -1;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1119 #define team_id fssh_team_id macro
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp66 team_id owner;
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp60 team_id owner;
/haiku/src/kits/interface/
H A DWindow.cpp76 void do_minimize_team(BRect zoomRect, team_id team, bool zoom);
617 fLink->Attach<team_id>(Team());
988 do_minimize_team(BRect(), (team_id)(addr_t)list.ItemAt(i),
/haiku/src/build/libbe/app/
H A DMessage.cpp69 uint32 addressSpec, team_id target);
/haiku/src/servers/app/
H A DServerWindow.cpp656 team_id teamID;
660 if (link.Read<team_id>(&teamID) == B_OK) {
/haiku/src/kits/tracker/
H A DFSUtils.cpp3481 team_id team;
3698 team_id team;
/haiku/headers/private/userlandfs/private/
H A DRequests.h280 team_id team;

Completed in 309 milliseconds

<<111213