Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dsyscall.h192 #define SYS_getfsstat 62 macro
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dproc-events.c412 #if defined (SYS_getfsstat) in init_syscall_table()
413 syscall_table[SYS_getfsstat] = "getfsstat"; in init_syscall_table()
/openbsd/src/sys/kern/
Dkern_pledge.c328 [SYS_getfsstat] = PLEDGE_RPATH,
/openbsd/src/usr.bin/kdump/
Dkdump.c777 [SYS_getfsstat] = { Pptr, Pbigsize, Mountflagsname },
/openbsd/src/gnu/usr.bin/perl/
Dsyscall_emulator.c391 case SYS_getfsstat: { in syscall_emulator()