Lines Matching refs:minor
477 const char *major = NULL, *minor = NULL;
501 minor = value;
524 if (minor != 0)
525 *_minor = minor;
558 const char *major = NULL, *minor = NULL;
571 r = device_append(device, *key, &major, &minor, &seqnum, &action);
577 r = device_set_devnum(device, major, minor);
579 return log_debug_errno(r, "sd-device: could not set devnum %s:%s: %m", major, minor);
594 const char *major = NULL, *minor = NULL;
620 r = device_append(device, key, &major, &minor, &seqnum, &action);
626 r = device_set_devnum(device, major, minor);
628 return log_debug_errno(r, "sd-device: could not set devnum %s:%s: %m", major, minor);