Home | History | Annotate | Download | only in tools

Lines Matching refs:minor

460 static char *get_minor_device_name(int major, int minor)
466 switch(minor) {
484 switch(minor) {
502 if (minor == 0)
504 switch(minor / 8) {
524 switch(minor) {
568 switch(minor & 48) {
579 if((minor & 15) && (strlen(cls_str) > 0))
582 switch(minor & 15) {
611 if (minor & 4)
613 if (minor & 8)
615 if (minor & 16)
617 if (minor & 32)
621 switch(minor) {
635 switch(minor) {
651 return "Unknown (reserved) minor device class";