Lines Matching refs:minor
58 int minor;
177 int block, int major, int minor)
185 dev = makedev(major, minor);
284 uevent->minor = -1;
305 } else if(!strncmp(msg, "MINOR=", 6)) {
307 uevent->minor = atoi(msg);
323 uevent->firmware, uevent->major, uevent->minor);
439 const char *path, int block, int major, int minor, char **links)
444 make_device(devpath, path, block, major, minor);
481 if((uevent->major < 0) || (uevent->minor < 0))
515 uevent->major, uevent->minor, links);
535 int bus_id = uevent->minor / 128 + 1;
536 int device_id = uevent->minor % 128 + 1;
581 uevent->major, uevent->minor, links);