Lines Matching refs:minor
55 int minor;
194 int block, int major, int minor)
202 dev = makedev(major, minor);
239 uevent->minor = -1;
260 } else if(!strncmp(msg, "MINOR=", 6)) {
262 uevent->minor = atoi(msg);
278 uevent->firmware, uevent->major, uevent->minor);
357 if((uevent->major < 0) || (uevent->minor < 0))
386 int bus_id = uevent->minor / 128 + 1;
387 int device_id = uevent->minor % 128 + 1;
433 make_device(devpath, uevent->path, block, uevent->major, uevent->minor);