inter_module_get

Section: Kernel Hacker's Manual (9)
Updated: inter_module_get
Index Return to Main Contents
 

NAME

inter_module_get - return arbitrary userdata from another module.  

SYNOPSIS

const void * inter_module_get (const char *im_name);  

ARGUMENTS

im_name

 an arbitrary string to identify the data, must be unique
 

DESCRIPTION


 If the im_name has not been registered, return NULL. Try to increment the use count on the owning module, if that fails then return NULL. Otherwise return the userdata.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:51:44 GMT, June 12, 2005