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

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c320 long sys_splice(va_list ap);
661 syscall_table[__NR_splice] = sys_splice;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c1197 long sys_splice(va_list ap) { function
1198 assert(!"sys_splice not implemented");
2457 long sys_splice(va_list ap) { function
2458 assert(!"sys_splice not implemented");
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c320 long sys_splice(va_list ap);
661 syscall_table[__NR_splice] = sys_splice;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c1197 long sys_splice(va_list ap) { function
1198 assert(!"sys_splice not implemented");
2457 long sys_splice(va_list ap) { function
2458 assert(!"sys_splice not implemented");

Completed in 48 milliseconds