Home
last modified time | relevance | path

Searched refs:SYS_mkdirat (Results 1 – 9 of 9) sorted by relevance

/freebsd/stand/kboot/include/arch/amd64/
H A Dsyscall_nr.h14 #define SYS_mkdirat 258 macro
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dsyscall_nr.h15 #define SYS_mkdirat 287 macro
/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h15 #define SYS_mkdirat 34 macro
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller21.sh338 syscall(SYS_mkdirat, r[0], 0x20000040ul, 0ul);
348 syscall(SYS_mkdirat, r[1], 0x20000040ul, 0ul);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c92 return host_syscall(SYS_mkdirat, HOST_AT_FDCWD, (uintptr_t)path, mode); in host_mkdir()
/freebsd/sys/sys/
H A Dsyscall.h436 #define SYS_mkdirat 496 macro
/freebsd/usr.bin/kdump/
H A Dkdump.c895 case SYS_mkdirat: in ktrsyscall_freebsd()
1222 case SYS_mkdirat: in ktrsyscall_freebsd()
/freebsd/tools/regression/doat/
H A Ddoat.c415 tests[6].syscall = SYS_mkdirat; in setup()
/freebsd/tools/test/stress2/testcases/openat/
H A Ddoat.c412 tests[6].syscall = SYS_mkdirat; in setup()