_kern_get_next_fd_info
extern status_t _kern_get_next_fd_info(team_id team, uint32 *_cookie,
return _kern_get_next_fd_info(teamID, (uint32*)cookie, info, sizeof(fd_info));
status_t status = _kern_get_next_fd_info(team, &cookie, &info, infoSize);