Go to the documentation of this file.
   29 #ifndef _KERN_DESCRIP_H 
   30 #define _KERN_DESCRIP_H 
  121   unsigned int :(8 / 2) * (16 - (
int)
sizeof(
struct timespec));
 
  122   unsigned int :(8 / 2) * (16 - (
int)
sizeof(
struct timespec));
 
  126   unsigned int :(8 / 2) * (16 - (
int)
sizeof(
struct __timespec));
 
  127   unsigned int :(8 / 2) * (16 - (
int)
sizeof(
struct __timespec));
 
  
 
int fstat(struct thread *, struct sys_fstat_args *)
int fo_rdwr_t(struct file *fp, struct uio *uio, struct ucred *active_cred, int flags, struct thread *td)
int ioctl(struct thread *, struct ioctl_args *)
ioctl functionality not implimented yet
int fcntl(struct thread *, struct sys_fcntl_args *)
int falloc(struct thread *, struct file **, int *)
int_kern_openat(struct thread *, int, char *, int)
int fo_close_t(struct file *fp, struct thread *td)
int getfd(struct thread *td, struct file **fp, int fd)
get pointer to file fd in specified thread
int close(struct thread *, struct close_args *)
int getdtablesize(struct thread *, struct getdtablesize_args *)
return data table size
int fo_stat_t(struct file *fp, struct stat *sb, struct ucred *active_cred, struct thread *td)