Lines Matching +full:linux +full:- +full:32
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 #include <linux/module.h>
23 #include <linux/kernel.h>
24 #include <linux/init.h>
25 #include <linux/proc_fs.h>
26 #include <linux/spinlock.h>
28 #include <linux/version.h>
29 #include <linux/uaccess.h>
40 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32)
51 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32)
64 return -EFAULT; in crasher_write()
95 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32)
110 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) in crasher_init()
112 return -ENOMEM; in crasher_init()
114 crasher_proc->owner = THIS_MODULE in crasher_init()
115 crasher_proc->read_proc = crasher_read; in crasher_init()
116 crasher_proc->write_proc = crasher_write; in crasher_init()
121 return -ENOMEM; in crasher_init()