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

/gem5/src/sim/
H A Dsyscall_emul.hh938 int dirfd = process->getSyscallArg(tc, index); local
939 if (dirfd != OS::TGT_AT_FDCWD)
952 int dirfd = process->getSyscallArg(tc, index); local
953 if (dirfd != OS::TGT_AT_FDCWD)
965 int dirfd = process->getSyscallArg(tc, index); local
966 if (dirfd != OS::TGT_AT_FDCWD)
1307 int dirfd = process->getSyscallArg(tc, index); local
1308 if (dirfd != OS::TGT_AT_FDCWD)

Completed in 35 milliseconds