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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_devintf.c835 static int ipmi_major; variable
836 module_param(ipmi_major, int, 0);
837 MODULE_PARM_DESC(ipmi_major, "Sets the major number of the IPMI device. By"
855 dev_t dev = MKDEV(ipmi_major, if_num);
874 dev_t dev = MKDEV(ipmi_major, if_num);
900 if (ipmi_major < 0)
911 rv = register_chrdev(ipmi_major, DEVICE_NAME, &ipmi_fops);
914 printk(KERN_ERR "ipmi: can't get major %d\n", ipmi_major);
918 if (ipmi_major == 0) {
919 ipmi_major
[all...]

Completed in 76 milliseconds