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

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c321 long sys_tee(va_list ap);
662 syscall_table[__NR_tee] = sys_tee;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c1205 long sys_tee(va_list ap) { function
1206 assert(!"sys_tee not implemented");
2465 long sys_tee(va_list ap) { function
2466 assert(!"sys_tee not implemented");
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c321 long sys_tee(va_list ap);
662 syscall_table[__NR_tee] = sys_tee;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c1205 long sys_tee(va_list ap) { function
1206 assert(!"sys_tee not implemented");
2465 long sys_tee(va_list ap) { function
2466 assert(!"sys_tee not implemented");

Completed in 209 milliseconds