Searched refs:get_extended_team_info (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/libroot/
H A Dextended_system_info.h22 status_t get_extended_team_info(team_id teamID, uint32 flags, KMessage& info);
/haiku/src/system/libroot/os/
H A Dextended_system_info.cpp20 get_extended_team_info(team_id teamID, uint32 flags, KMessage& info) function in namespace:BPrivate
/haiku/src/bin/
H A Dpidof.cpp70 status_t status = get_extended_team_info(teamInfo.team, B_TEAM_INFO_BASIC, extendedInfo);
76 fprintf(stderr, "Error: get_extended_team_info() == 0x%" B_PRIx32 " (%s)\n",
/haiku/src/apps/terminal/
H A DShell.cpp273 status_t error = get_extended_team_info(process, B_TEAM_INFO_BASIC, info);

Completed in 94 milliseconds