Home
last modified time | relevance | path

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

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