Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dvfs_syscalls.c82 int dochflagsat(struct proc *, int, const char *, u_int, int);
2232 return (dochflagsat(p, AT_FDCWD, SCARG(uap, path), in sys_chflags()
2246 return (dochflagsat(p, SCARG(uap, fd), SCARG(uap, path), in sys_chflagsat()
2251 dochflagsat(struct proc *p, int fd, const char *path, u_int flags, int atflags) in dochflagsat() function