KOBJECT_SET_NAME

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

kobject_set_name - Set the name of an object  

SYNOPSIS

"SYNOPSIS"

int kobject_set_name (struct kobject * kobj, const char * fmt, ... ...);  

ARGUMENTS

kobj
object.
fmt
-- undescribed --
...
variable arguments
 

DESCRIPTION

If strlen(name) < KOBJ_NAME_LEN, then use a dynamically allocated string that kobj->k_name points to. Otherwise, use the static kobj->name array.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:20:55 GMT, October 06, 2005