Searched refs:shutdown_actions_kset (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dipl.c1635 static struct kset *shutdown_actions_kset; variable in typeref:struct:kset
1770 shutdown_actions_kset = kset_create_and_add("shutdown_actions", NULL,
1772 if (!shutdown_actions_kset)
1774 if (sysfs_create_file(&shutdown_actions_kset->kobj,
1777 if (sysfs_create_file(&shutdown_actions_kset->kobj,
1780 if (sysfs_create_file(&shutdown_actions_kset->kobj,
1783 if (sysfs_create_file(&shutdown_actions_kset->kobj,

Completed in 35 milliseconds