Sysfs
060806171719.png
  • The basic building blocks of the hierarchy are kobjects.
  • kobject's sysfs entry
    • kobject_add()
    • kobject_register()
    • sysfs_create_file()/sysfs_remove_file()
    • sysfs_create_link()/sysfs_remove_link()
    • sysfs_create_bin_file()/sysfs_remove_bin_file()
  • reflecting the physical layout
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License