이 콘텐츠는 선택한 언어로 제공되지 않습니다.
function::task_fd_lookup
Name
function::task_fd_lookup — get the file struct for a task's fd
Synopsis
task_fd_lookup:long(task:long,fd:long)
Arguments
task
- task_struct pointer.
fd
- file descriptor number.
Description
Returns the file struct pointer for a task's file descriptor.