Searched refs:_kern_get_next_fd_info (Results 1 - 5 of 5) sorted by last modified time

/haiku/src/system/kernel/fs/
H A Dvfs.cpp8221 _kern_get_next_fd_info(team_id teamID, uint32* _cookie, fd_info* info, function
8952 status_t status = _kern_get_next_fd_info(team, &cookie, &info, infoSize);
/haiku/headers/private/system/
H A Dsyscalls.h353 extern status_t _kern_get_next_fd_info(team_id team, uint32 *_cookie,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1077 void _kern_get_next_fd_info() {} function
H A Dlibroot_stubs.c1157 void _kern_get_next_fd_info() {} function
/haiku/src/bin/
H A Dfdinfo.cpp54 while (_kern_get_next_fd_info(teamInfo.team, &cookie, &info, sizeof(fd_info)) == B_OK) {
67 while (_kern_get_next_fd_info(teamInfo.team, &cookie, &info, sizeof(fd_info)) == B_OK) {
89 while (_kern_get_next_fd_info(teamInfo.team, &cookie, &info, sizeof(fd_info)) == B_OK) {

Completed in 93 milliseconds