Home
last modified time | relevance | path

Searched refs:NDEV (Results 1 – 4 of 4) sorted by relevance

/src/stand/i386/isoboot/
H A Disoboot.c44 #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 Dboot2.c56 #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 Dgptboot.c44 #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 Dzfsboot.c54 #define NDEV 3 macro
104 static const unsigned char dev_maj[NDEV] = {30, 4, 2};