KSET_ADD

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

 

NAME

kset_add - add a kset object to the hierarchy.  

SYNOPSIS

"SYNOPSIS"

int kset_add (struct kset * k);  

ARGUMENTS

k
kset.
 

DESCRIPTION

Simply, this adds the kset's embedded kobject to the hierarchy. We also try to make sure that the kset's embedded kobject has a parent before it is added. We only care if the embedded kobject is not part of a kset itself, since kobject_add assigns a parent in that case. If that is the case, and the kset has a controlling subsystem, then we set the kset's parent to be said subsystem.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:22 GMT, October 09, 2005