Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
xenbus_probe_backend.c File Reference
#include <linux/kernel.h>
#include <linux/err.h>
#include <linux/string.h>
#include <linux/ctype.h>
#include <linux/fcntl.h>
#include <linux/mm.h>
#include <linux/notifier.h>
#include <linux/export.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/xen/hypervisor.h>
#include <asm/hypervisor.h>
#include <xen/xenbus.h>
#include <xen/features.h>
#include "xenbus_comms.h"
#include "xenbus_probe.h"

Go to the source code of this file.

Macros

#define DPRINTK(fmt, args...)
 

Functions

int xenbus_dev_is_online (struct xenbus_device *dev)
 
 EXPORT_SYMBOL_GPL (xenbus_dev_is_online)
 
int xenbus_register_backend (struct xenbus_driver *drv)
 
 EXPORT_SYMBOL_GPL (xenbus_register_backend)
 
 subsys_initcall (xenbus_probe_backend_init)
 

Macro Definition Documentation

#define DPRINTK (   fmt,
  args... 
)
Value:
pr_debug("xenbus_probe (%s:%d) " fmt ".\n", \
__func__, __LINE__, ##args)

Definition at line 34 of file xenbus_probe_backend.c.

Function Documentation

EXPORT_SYMBOL_GPL ( xenbus_dev_is_online  )
EXPORT_SYMBOL_GPL ( xenbus_register_backend  )
subsys_initcall ( xenbus_probe_backend_init  )
int xenbus_dev_is_online ( struct xenbus_device dev)

Definition at line 223 of file xenbus_probe_backend.c.

int xenbus_register_backend ( struct xenbus_driver drv)

Definition at line 235 of file xenbus_probe_backend.c.