MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_open

Function sys_open

freebsd/kern/vfs_syscalls.c:1069–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1067};
1068#endif
1069int
1070sys_open(struct thread *td, struct open_args *uap)
1071{
1072
1073 return (kern_openat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
1074 uap->flags, uap->mode));
1075}
1076
1077#ifndef _SYS_SYSPROTO_H_
1078struct openat_args {

Callers

nothing calls this directly

Calls 1

kern_openatFunction · 0.70

Tested by

no test coverage detected