RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


System Call Development Notes

prev UP NEXT Bookshelf RTEMS Filesystem Design Guide

Chapter 4: System Call Development Notes

  • access
  • chdir
  • chmod
  • chown
  • close
  • closedir
  • dup() Unimplemented
  • dup2() Unimplemented
  • fchmod
  • fcntl()
  • fdatasync
  • fpathconf
  • fstat
  • ioctl
  • link
  • lseek
  • mkdir
  • mkfifo
  • mknod
  • mount
  • open
  • opendir
  • pathconf
  • read
  • readdir
  • unmount
  • eval
  • getdentsc
  • This set of routines represents the application's interface to files and directories under the RTEMS filesystem. All routines are compliant with POSIX standards if a specific interface has been established. The list below represents the routines that have been included as part of the application's interface.

    1. access()
    2. chdir()
    3. chmod()
    4. chown()
    5. close()
    6. closedir()
    7. dup()
    8. dup2()
    9. fchmod()
    10. fcntl()
    11. fdatasync()
    12. fpathconf()
    13. fstat()
    14. ioctl()
    15. link()
    16. lseek()
    17. mkdir()
    18. mkfifo()
    19. mknod()
    20. mount()
    21. open()
    22. opendir()
    23. pathconf()
    24. read()
    25. readdir()
    26. unmount()

    The sections that follow provide developmental information concerning each of these functions.


    prev UP NEXT Bookshelf RTEMS Filesystem Design Guide

    Copyright © 1988-2004 OAR Corporation