/src/sys/arch/atari/stand/tostools/chg_pid/ |
chg_pid.c | 30 * This program changes the partition id field (p_id) in the GEM 63 char p_id[3]; /* id: GEM, BGM, XGM, UNX, MIX */ member in struct:gem_part 210 if (!strncmp(g_local[i].p_id, "XGM", 3)) { 223 if (!strncmp(g_root->parts[j].p_id, "XGM", 3)) { 271 strncpy(s1, gp->p_id, 3); 275 gp->p_id[0] = s2[0]; gp->p_id[1] = s2[1]; gp->p_id[2] = s2[2];
|
/src/sys/arch/rs6000/include/ |
iplcb.h | 222 uint32_t p_id; /* unique proc id */ member in union:proc_info::__anon902a6755010a
|