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

/gem5/src/sim/
H A Dsyscall_emul.cc1235 getdentsImpl(SyscallDesc *desc, int callnum, ThreadContext *tc) function
1288 return getdentsImpl<LinDent, SYS_getdents>(desc, callnum, tc);
1303 return getdentsImpl<LinDent64, SYS_getdents64>(desc, callnum, tc);

Completed in 11 milliseconds