HomeSort by: relevance | last modified time | path
    Searched refs:AHDI_MKPID (Results 1 - 8 of 8) 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...]
  /src/sys/arch/atari/stand/ahdilabel/
check.c 66 if (AHDI_MKPID (ptable->parts[i].id[0],
73 if (AHDI_MKPID (ptable->parts[i].id[0],
writedtab.c 76 pid = AHDI_MKPID (ptable->parts[i].id[0],
read.c 144 if (AHDI_MKPID (part->ap_id[0], part->ap_id[1],
236 pid = AHDI_MKPID (ptable->parts[i].id[0],
write.c 139 if (!nbdsec && AHDI_MKPID (ptable->parts[i].id[0],
252 if (!nbdsec && AHDI_MKPID (ptable->parts[i].id[0],

Completed in 25 milliseconds