Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
proc Directory Reference

Files

file  array.c [code]
 
file  base.c [code]
 
file  cmdline.c [code]
 
file  consoles.c [code]
 
file  cpuinfo.c [code]
 
file  devices.c [code]
 
file  fd.c [code]
 
file  fd.h [code]
 
file  generic.c [code]
 
file  inode.c [code]
 
file  internal.h [code]
 
file  interrupts.c [code]
 
file  kcore.c [code]
 
file  kmsg.c [code]
 
file  loadavg.c [code]
 
file  meminfo.c [code]
 
file  mmu.c [code]
 
file  namespaces.c [code]
 
file  nommu.c [code]
 
file  page.c [code]
 
file  proc_devtree.c [code]
 
file  proc_net.c [code]
 
file  proc_sysctl.c [code]
 
file  proc_tty.c [code]
 
file  root.c [code]
 
file  softirqs.c [code]
 
file  stat.c [code]
 
file  task_mmu.c [code]
 
file  task_nommu.c [code]
 
file  uptime.c [code]
 
file  version.c [code]
 
file  vmcore.c [code]
 

Detailed Description

i2o_proc_create_entries - Creates proc dir entries dir entry under which the entries should be placed : pointer to the entries which should be added : pointer to I2O controller or device

Create proc dir entries for a I2O controller or I2O device.

Returns 0 on success or negative error code on failure.

i2o_proc_subdir_remove - Remove child entries from a proc entry dir entry from which the childs should be removed

Iterate over each i2o proc entry under dir and remove it. If the child also has entries, remove them too.

i2o_proc_device_add - Add an I2O device to the proc dir dir entry to which the device should be added : I2O device which should be added

Add an I2O device to the proc dir entry dir and create the entries for the device depending on the class of the I2O device.