KOBJECT_SET_NAME

Section: (9)
Updated: 09 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
format string used to build the name
...
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: 00:02:22 GMT, October 09, 2005