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

  /src/sys/arch/atari/stand/tostools/chg_pid/
chg_pid.c 189 GEM_PART g_local[NGEM_PARTS]; local in function:chg_tosparts
205 memcpy(g_local, g_root->parts, NGEM_PARTS*sizeof(GEM_PART));
208 if (!(g_local[i].p_flg & 1))
210 if (!strncmp(g_local[i].p_id, "XGM", 3)) {
212 daddr_t new_root = g_local[i].p_st;
224 new_root = g_local[i].p_st + g_root->parts[j].p_st;
chg_pid.c 189 GEM_PART g_local[NGEM_PARTS]; local in function:chg_tosparts
205 memcpy(g_local, g_root->parts, NGEM_PARTS*sizeof(GEM_PART));
208 if (!(g_local[i].p_flg & 1))
210 if (!strncmp(g_local[i].p_id, "XGM", 3)) {
212 daddr_t new_root = g_local[i].p_st;
224 new_root = g_local[i].p_st + g_root->parts[j].p_st;

Completed in 22 milliseconds