Searched refs:get_next_port_info (Results 1 - 7 of 7) sorted by relevance

/haiku/src/bin/
H A Dlistport.c85 while (get_next_port_info(id, &cookie, &this_port) == B_OK) {
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp54 error = get_next_port_info(fake.fTeam, &cookie, &info);
H A DRosterLaunchTestApp1.cpp54 error = get_next_port_info(fake.fTeam, &cookie, &info);
H A DRosterWatchingTestApp1.cpp54 error = get_next_port_info(fake.fTeam, &cookie, &info);
/haiku/headers/os/kernel/
H A DOS.h157 #define get_next_port_info(team, cookie, info) \ macro
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp365 error = get_next_port_info(fake.fTeam, &cookie, &info);
/haiku/src/system/kernel/
H A Dport.cpp1265 TRACE(("get_next_port_info(team = %ld)\n", teamID));
1831 status = get_next_port_info(team, &cookie, &info);

Completed in 66 milliseconds