Lines Matching defs:major
38 * autopush -r -M major -m minor
39 * autopush -g -M major -m minor
46 * # major minor lastminor module1 module2 ... module8
51 * major/minor pair. The -g option allows the configuration information
112 major_t major; /* major device number */
153 major = (major_t)atol(optarg);
218 exitcode = rem_info(major, minor);
220 exitcode = get_info(major, minor);
237 "\t%s -r -M major -m minor\n"
238 "\t%s -g -M major -m minor\n"), Cmdp, Cmdp, Cmdp, Cmdp);
303 "Invalid major device number or invalid "
381 "Invalid major device number\n"), Cmdp);
431 "major device number\n"), Cmdp);
525 * Find the major device number.