HomeSort by: relevance | last modified time | path
    Searched defs:AHDI_MKPID (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/atari/stand/tostools/libtos/
ahdi.h 35 #define AHDI_MKPID(x,y,z) ( ((u_int32_t)(x) << 16) \
39 #define AHDI_PID_XGM AHDI_MKPID('X','G','M')
40 #define AHDI_PID_GEM AHDI_MKPID('G','E','M')
41 #define AHDI_PID_BGM AHDI_MKPID('B','G','M')
42 #define AHDI_PID_RAW AHDI_MKPID('R','A','W')
43 #define AHDI_PID_SWP AHDI_MKPID('S','W','P')
44 #define AHDI_PID_NBD AHDI_MKPID('N','B','D')
45 #define AHDI_PID_NBR AHDI_MKPID('N','B','R')
46 #define AHDI_PID_NBS AHDI_MKPID('N','B','S')
47 #define AHDI_PID_NBU AHDI_MKPID('N','B','U'
    [all...]
ahdilbl.h 76 #define AHDI_MKPID(x,y,z) ( ((u_int32_t)(x) << 16) \
80 #define AHDI_PID_XGM AHDI_MKPID('X','G','M')
81 #define AHDI_PID_GEM AHDI_MKPID('G','E','M')
82 #define AHDI_PID_BGM AHDI_MKPID('B','G','M')
83 #define AHDI_PID_RAW AHDI_MKPID('R','A','W')
84 #define AHDI_PID_SWP AHDI_MKPID('S','W','P')
85 #define AHDI_PID_NBD AHDI_MKPID('N','B','D')
86 #define AHDI_PID_NBR AHDI_MKPID('N','B','R')
87 #define AHDI_PID_NBS AHDI_MKPID('N','B','S')
88 #define AHDI_PID_NBU AHDI_MKPID('N','B','U'
    [all...]
  /src/sys/arch/atari/include/
ahdilabel.h 39 #define AHDI_MKPID(x,y,z) ( ((u_int32_t)(x) << 16) \
43 #define AHDI_PID_XGM AHDI_MKPID('X','G','M')
44 #define AHDI_PID_GEM AHDI_MKPID('G','E','M')
45 #define AHDI_PID_BGM AHDI_MKPID('B','G','M')
46 #define AHDI_PID_RAW AHDI_MKPID('R','A','W')
47 #define AHDI_PID_SWP AHDI_MKPID('S','W','P')
48 #define AHDI_PID_NBD AHDI_MKPID('N','B','D')
49 #define AHDI_PID_NBR AHDI_MKPID('N','B','R')
50 #define AHDI_PID_NBS AHDI_MKPID('N','B','S')
51 #define AHDI_PID_NBU AHDI_MKPID('N','B','U'
    [all...]
  /src/sys/arch/atari/stand/tostools/aptck/
ahdilbl.h 76 #define AHDI_MKPID(x,y,z) ( ((u_int32_t)(x) << 16) \
80 #define AHDI_PID_XGM AHDI_MKPID('X','G','M')
81 #define AHDI_PID_GEM AHDI_MKPID('G','E','M')
82 #define AHDI_PID_BGM AHDI_MKPID('B','G','M')
83 #define AHDI_PID_RAW AHDI_MKPID('R','A','W')
84 #define AHDI_PID_SWP AHDI_MKPID('S','W','P')
85 #define AHDI_PID_NBD AHDI_MKPID('N','B','D')
86 #define AHDI_PID_NBR AHDI_MKPID('N','B','R')
87 #define AHDI_PID_NBS AHDI_MKPID('N','B','S')
88 #define AHDI_PID_NBU AHDI_MKPID('N','B','U'
    [all...]

Completed in 12 milliseconds