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

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c251 long sys_fremovexattr(va_list ap);
592 syscall_table[__NR_fremovexattr] = sys_fremovexattr;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c917 long sys_fremovexattr(va_list ap) { function
918 assert(!"sys_fremovexattr not implemented");
2065 long sys_fremovexattr(va_list ap) { function
2066 assert(!"sys_fremovexattr not implemented");
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c251 long sys_fremovexattr(va_list ap);
592 syscall_table[__NR_fremovexattr] = sys_fremovexattr;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c917 long sys_fremovexattr(va_list ap) { function
918 assert(!"sys_fremovexattr not implemented");
2065 long sys_fremovexattr(va_list ap) { function
2066 assert(!"sys_fremovexattr not implemented");

Completed in 34 milliseconds