Searched refs:FD (Results 26 - 30 of 30) sorted by relevance

12

/haiku/src/kits/debugger/elf/
H A DCoreFile.cpp330 ssize_t bytesRead = pread(fElfFile.FD(), notes, notesSize,
/haiku/src/system/boot/loader/
H A Dvfs.cpp641 Node *device = get_node_from(partition->FD());
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp987 ssize_t bytesRead = pread(fFile->GetElfFile()->FD(), buffer, size, offset);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp1097 RETURN_ERROR(do_iterative_fd_io(volume->FD(), request,
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2377 to by a FD + path pair.
2388 \param fd The FD. May be < 0.
2747 /*! Gets the vnode from an FD + path combination. If \a fd is lower than zero,
2764 // no FD or absolute path
2768 // FD only, or FD + relative path
4339 // no path given: get the FD and use the FD operation
5443 // on success keep the vnode reference for the FD
5617 // The vnode reference has been transferred to the FD
[all...]

Completed in 185 milliseconds

12