/src/sys/arch/playstation2/ee/ |
sif.c | 66 #define MAJOR(x) BCD_TO_DECIMAL(((x) >> 8) & 0xff) 76 MAJOR(vers), MINOR(vers));
|
/src/sys/arch/atari/stand/tostools/libtos/ |
diskio.h | 37 #define MAJOR(bus, target, lun) (((bus) << 3) + (target)) 39 #define LUN(major, minor) (minor) 40 #define TARGET(major, minor) ((major) & 0x0007) 41 #define BUS(major, minor) (((major) >> 3) & 0x1FFF) 42 #define BIOSDEV(major, minor) (((minor) == 0) ? ((major) + 2) : 0) 51 u_int major; /* XHDI major number * member in struct:__anon41ce577c0208 [all...] |
/src/sys/arch/atari/stand/tostools/aptck/ |
aptck.h | 37 #define MAJOR(bus, target, lun) (((bus) << 3) + (target)) 39 #define LUN(major, minor) (minor) 40 #define TARGET(major, minor) ((major) & 0x0007) 41 #define BUS(major, minor) (((major) >> 3) & 0x1FFF) 42 #define BIOSDEV(major, minor) (((minor) == 0) ? ((major) + 2) : 0) 59 u_int major; /* XHDI major number * member in struct:__anon872cc5720308 [all...] |
/src/bin/pax/ |
pax.h | 103 * here, as there is only ONE of these floating around, size is not a major 247 # define MAJOR(x) major_netbsd(x) 251 # define MAJOR(x) major(x)
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_dp_types.h | 140 uint8_t MAJOR:4;
|