myid 2084 src/dps8/dps8_cpu.c int myid = * (int *) arg; myid 2085 src/dps8/dps8_cpu.c set_cpu_idx ((uint) myid); myid 2086 src/dps8/dps8_cpu.c unsigned char umyid = (unsigned char)toupper('a' + (int)myid); myid 3492 src/dps8/dps8_iom.c uint myid = (uint) * (int *) arg; myid 3493 src/dps8/dps8_iom.c this_iom_idx = (uint) myid / MAX_CHANNELS; myid 3494 src/dps8/dps8_iom.c this_chan_num = (uint) myid % MAX_CHANNELS; myid 3519 src/dps8/dps8_iom.c int myid = * (int *) arg; myid 3520 src/dps8/dps8_iom.c this_iom_idx = (uint) myid; myid 3526 src/dps8/dps8_iom.c sim_printf("IOM %c thread created\n", 'a' + myid); myid 3538 src/dps8/dps8_iom.c __func__, iomChar (myid), ret);