Changeset View
Changeset View
Standalone View
Standalone View
sys/sys/syscallsubr.h
Context not available. | |||||
enum uio_seg pathseg, int uid, int gid, int flag); | enum uio_seg pathseg, int uid, int gid, int flag); | ||||
int kern_fcntl(struct thread *td, int fd, int cmd, intptr_t arg); | int kern_fcntl(struct thread *td, int fd, int cmd, intptr_t arg); | ||||
int kern_fcntl_freebsd(struct thread *td, int fd, int cmd, long arg); | int kern_fcntl_freebsd(struct thread *td, int fd, int cmd, long arg); | ||||
int kern_fhlinkat(struct thread *td, int fd, const char *path, | |||||
enum uio_seg pathseg, fhandle_t *fhp, int flags); | |||||
int kern_fhstat(struct thread *td, fhandle_t fh, struct stat *buf); | int kern_fhstat(struct thread *td, fhandle_t fh, struct stat *buf); | ||||
int kern_fhstatfs(struct thread *td, fhandle_t fh, struct statfs *buf); | int kern_fhstatfs(struct thread *td, fhandle_t fh, struct statfs *buf); | ||||
int kern_fpathconf(struct thread *td, int fd, int name, long *valuep); | int kern_fpathconf(struct thread *td, int fd, int name, long *valuep); | ||||
Context not available. | |||||
enum uio_seg tptrseg); | enum uio_seg tptrseg); | ||||
int kern_getdirentries(struct thread *td, int fd, char *buf, size_t count, | int kern_getdirentries(struct thread *td, int fd, char *buf, size_t count, | ||||
off_t *basep, ssize_t *residp, enum uio_seg bufseg); | off_t *basep, ssize_t *residp, enum uio_seg bufseg); | ||||
int kern_getfhat(struct thread *td, int flag, int fd, const char *path, | |||||
enum uio_seg pathseg, fhandle_t *fhp); | |||||
int kern_getfsstat(struct thread *td, struct statfs **buf, size_t bufsize, | int kern_getfsstat(struct thread *td, struct statfs **buf, size_t bufsize, | ||||
size_t *countp, enum uio_seg bufseg, int mode); | size_t *countp, enum uio_seg bufseg, int mode); | ||||
int kern_getitimer(struct thread *, u_int, struct itimerval *); | int kern_getitimer(struct thread *, u_int, struct itimerval *); | ||||
Context not available. |