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

#include <kobject.h>

Data Fields

int(*const filter )(struct kset *kset, struct kobject *kobj)
 
const char *(*const name )(struct kset *kset, struct kobject *kobj)
 
int(*const uevent )(struct kset *kset, struct kobject *kobj, struct kobj_uevent_env *env)
 

Detailed Description

Definition at line 123 of file kobject.h.

Field Documentation

int(* const filter)(struct kset *kset, struct kobject *kobj)

Definition at line 124 of file kobject.h.

Definition at line 125 of file kobject.h.

Definition at line 126 of file kobject.h.


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