Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
kobject Struct Reference

#include <kobject.h>

Data Fields

const charname
 
struct list_head entry
 
struct kobjectparent
 
struct ksetkset
 
struct kobj_typektype
 
struct sysfs_direntsd
 
struct kref kref
 
unsigned int state_initialized:1
 
unsigned int state_in_sysfs:1
 
unsigned int state_add_uevent_sent:1
 
unsigned int state_remove_uevent_sent:1
 
unsigned int uevent_suppress:1
 

Detailed Description

Definition at line 60 of file kobject.h.

Field Documentation

Definition at line 62 of file kobject.h.

Definition at line 67 of file kobject.h.

Definition at line 64 of file kobject.h.

struct kobj_type* ktype

Definition at line 65 of file kobject.h.

const char* name

Definition at line 61 of file kobject.h.

struct kobject* parent

Definition at line 63 of file kobject.h.

Definition at line 66 of file kobject.h.

unsigned int state_add_uevent_sent

Definition at line 70 of file kobject.h.

unsigned int state_in_sysfs

Definition at line 69 of file kobject.h.

unsigned int state_initialized

Definition at line 68 of file kobject.h.

unsigned int state_remove_uevent_sent

Definition at line 71 of file kobject.h.

unsigned int uevent_suppress

Definition at line 72 of file kobject.h.


The documentation for this struct was generated from the following file: