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

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c233 long sys_getdents64(va_list ap);
574 syscall_table[__NR_getdents64] = sys_getdents64;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c861 long sys_getdents64(va_list ap) { function
862 assert(!"sys_getdents64 not implemented");
1997 long sys_getdents64(va_list ap) { function
1998 assert(!"sys_getdents64 not implemented");
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c233 long sys_getdents64(va_list ap);
574 syscall_table[__NR_getdents64] = sys_getdents64;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c861 long sys_getdents64(va_list ap) { function
862 assert(!"sys_getdents64 not implemented");
1997 long sys_getdents64(va_list ap) { function
1998 assert(!"sys_getdents64 not implemented");

Completed in 65 milliseconds