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

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c96 long sys_umount2(va_list ap);
437 syscall_table[__NR_umount2] = sys_umount2;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c205 long sys_umount2(va_list ap) { function
206 assert(!"sys_umount2 not implemented");
1469 long sys_umount2(va_list ap) { function
1470 assert(!"sys_umount2 not implemented");
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c96 long sys_umount2(va_list ap);
437 syscall_table[__NR_umount2] = sys_umount2;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c205 long sys_umount2(va_list ap) { function
206 assert(!"sys_umount2 not implemented");
1469 long sys_umount2(va_list ap) { function
1470 assert(!"sys_umount2 not implemented");

Completed in 87 milliseconds