Home
last modified time | relevance | path

Searched refs:SYS_fsync (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/sys/
H A Dsyscall.h291 #define SYS_fsync 95 macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dproc-events.c370 #if defined (SYS_fsync) in init_syscall_table()
371 syscall_table[SYS_fsync] = "fsync"; in init_syscall_table()
/openbsd/sys/kern/
H A Dkern_pledge.c216 [SYS_fsync] = PLEDGE_STDIO,
/openbsd/usr.bin/kdump/
H A Dkdump.c808 [SYS_fsync] = { Pfd },
/openbsd/gnu/usr.bin/perl/
H A Dsyscall_emulator.c614 case SYS_fsync: in syscall_emulator()