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

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c98 long sys_fcntl(va_list ap);
439 syscall_table[__NR_fcntl] = sys_fcntl;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c217 long sys_fcntl(va_list ap) { function
218 assert(!"sys_fcntl not implemented");
1477 long sys_fcntl(va_list ap) { function
1478 assert(!"sys_fcntl not implemented");
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c98 long sys_fcntl(va_list ap);
439 syscall_table[__NR_fcntl] = sys_fcntl;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c217 long sys_fcntl(va_list ap) { function
218 assert(!"sys_fcntl not implemented");
1477 long sys_fcntl(va_list ap) { function
1478 assert(!"sys_fcntl not implemented");

Completed in 48 milliseconds