Searched refs:NDEV (Results 1 – 4 of 4) sorted by relevance
| /src/stand/i386/isoboot/ |
| H A D | isoboot.c | 44 #define NDEV 3 macro 77 static const char *const dev_nm[NDEV] = {"ad", "da", "fd"}; 78 static const unsigned char dev_maj[NDEV] = {30, 4, 2}; 489 if (i == NDEV - 1) in parse_cmds()
|
| /src/stand/i386/boot2/ |
| H A D | boot2.c | 56 #define NDEV 3 macro 88 static const char *const dev_nm[NDEV] = {"ad", "da", "fd"}; 89 static const unsigned char dev_maj[NDEV] = {30, 4, 2}; 426 if (i == NDEV - 1) in parse()
|
| /src/stand/i386/gptboot/ |
| H A D | gptboot.c | 44 #define NDEV 3 macro 78 static const char *const dev_nm[NDEV] = {"ad", "da", "fd"}; 79 static const unsigned char dev_maj[NDEV] = {30, 4, 2}; 566 if (i == NDEV - 1) in parse_cmds()
|
| /src/stand/i386/gptzfsboot/ |
| H A D | zfsboot.c | 54 #define NDEV 3 macro 104 static const unsigned char dev_maj[NDEV] = {30, 4, 2};
|