Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/stand/tostools/chg_pid/
H A Dchg_pid.c74 #define NGEM_PARTS 4 /* Max. partition infos in root sector */ macro
79 GEM_PART parts[NGEM_PARTS]; /* see above */
189 GEM_PART g_local[NGEM_PARTS];
205 memcpy(g_local, g_root->parts, NGEM_PARTS*sizeof(GEM_PART));
207 for (i = 0; i < NGEM_PARTS; i++) {
220 for (j = 0; j < NGEM_PARTS; j++) {
239 if (j == NGEM_PARTS)