Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dsyscall.h303 #define SYS_getdents 99 macro
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dproc-events.c394 #if defined (SYS_getdents) in init_syscall_table()
395 syscall_table[SYS_getdents] = "getdents"; in init_syscall_table()
/openbsd/src/sys/kern/
Dkern_pledge.c327 [SYS_getdents] = PLEDGE_RPATH,
/openbsd/src/usr.bin/kdump/
Dkdump.c812 [SYS_getdents] = { Pfd, Pptr, Pbigsize },
/openbsd/src/gnu/usr.bin/perl/
Dsyscall_emulator.c638 case SYS_getdents: { in syscall_emulator()