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

Function sys_chdir

freebsd/kern/vfs_syscalls.c:931–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929};
930#endif
931int
932sys_chdir(struct thread *td, struct chdir_args *uap)
933{
934
935 return (kern_chdir(td, uap->path, UIO_USERSPACE));
936}
937
938int
939kern_chdir(struct thread *td, const char *path, enum uio_seg pathseg)

Callers

nothing calls this directly

Calls 1

kern_chdirFunction · 0.85

Tested by

no test coverage detected