Home
last modified time | relevance | path

Searched refs:B_TEAM_INFO_BASIC (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/system/
H A Dextended_system_info_defs.h10 B_TEAM_INFO_BASIC = 0x01, // basic general info enumerator
/haiku/src/bin/
H A Dpidof.cpp70 status_t status = get_extended_team_info(teamInfo.team, B_TEAM_INFO_BASIC, extendedInfo); in main()
/haiku/src/apps/terminal/
H A DShell.cpp273 status_t error = get_extended_team_info(process, B_TEAM_INFO_BASIC, info); in GetActiveProcessInfo()
/haiku/src/system/kernel/
H A Dteam.cpp4506 if ((flags & B_TEAM_INFO_BASIC) != 0) { in _user_get_extended_team_info()