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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_devintf.c856 static int ipmi_major; variable
857 module_param(ipmi_major, int, 0);
858 MODULE_PARM_DESC(ipmi_major, "Sets the major number of the IPMI device. By"
876 dev_t dev = MKDEV(ipmi_major, if_num);
895 dev_t dev = MKDEV(ipmi_major, if_num);
921 if (ipmi_major < 0)
932 rv = register_chrdev(ipmi_major, DEVICE_NAME, &ipmi_fops);
935 printk(KERN_ERR "ipmi: can't get major %d\n", ipmi_major);
939 if (ipmi_major == 0) {
940 ipmi_major
[all...]

Completed in 70 milliseconds