Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
reconfig.c File Reference
#include <linux/kernel.h>
#include <linux/kref.h>
#include <linux/notifier.h>
#include <linux/proc_fs.h>
#include <linux/slab.h>
#include <asm/prom.h>
#include <asm/machdep.h>
#include <asm/uaccess.h>
#include <asm/pSeries_reconfig.h>
#include <asm/mmu.h>

Go to the source code of this file.

Functions

int pSeries_reconfig_notifier_register (struct notifier_block *nb)
 
 EXPORT_SYMBOL_GPL (pSeries_reconfig_notifier_register)
 
void pSeries_reconfig_notifier_unregister (struct notifier_block *nb)
 
 EXPORT_SYMBOL_GPL (pSeries_reconfig_notifier_unregister)
 
int pSeries_reconfig_notify (unsigned long action, void *p)
 

: return value; set to property name in buf

parse_next_property - process the next property from raw input buffer : input buffer, must be nul-terminated : end of the input buffer + 1, for validation

: return value; set to length of value : return value; set to the property value in buf

Note that the caller must make copies of the name and value returned, this function does no allocation or copying of the data. Return value is set to the next name in buf, or NULL on error.

 __initcall (proc_ppc64_create_ofdt)
 

Function Documentation

__initcall ( proc_ppc64_create_ofdt  )
EXPORT_SYMBOL_GPL ( pSeries_reconfig_notifier_register  )
EXPORT_SYMBOL_GPL ( pSeries_reconfig_notifier_unregister  )
int pSeries_reconfig_notifier_register ( struct notifier_block nb)

Definition at line 102 of file reconfig.c.

void pSeries_reconfig_notifier_unregister ( struct notifier_block nb)

Definition at line 108 of file reconfig.c.

int pSeries_reconfig_notify ( unsigned long  action,
void p 
)

Definition at line 114 of file reconfig.c.