OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kobject_uevent
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
2009-05-04-EnumInreg.c
17
int
kobject_uevent
(struct kobject *kobj, enum kobject_action action) {}
function
/external/kernel-headers/original/linux/
kobject.h
39
/* the actions here must match the proper string in lib/
kobject_uevent
.c */
264
void
kobject_uevent
(struct kobject *kobj, enum kobject_action action);
271
static inline void
kobject_uevent
(struct kobject *kobj, enum kobject_action action) { }
function
Completed in 53 milliseconds