Searched refs:sys_fchown (Results 1 - 4 of 4) sorted by path

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c128 long sys_fchown(va_list ap);
469 syscall_table[__NR_fchown] = sys_fchown;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c369 long sys_fchown(va_list ap) { function
370 assert(!"sys_fchown not implemented");
1589 long sys_fchown(va_list ap) { function
1590 assert(!"sys_fchown not implemented");
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c128 long sys_fchown(va_list ap);
469 syscall_table[__NR_fchown] = sys_fchown;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c369 long sys_fchown(va_list ap) { function
370 assert(!"sys_fchown not implemented");
1589 long sys_fchown(va_list ap) { function
1590 assert(!"sys_fchown not implemented");

Completed in 111 milliseconds