myid 2044 src/dps8/dps8_cpu.c int myid = * (int *) arg; myid 2045 src/dps8/dps8_cpu.c set_cpu_idx ((uint) myid); myid 2046 src/dps8/dps8_cpu.c unsigned char umyid = (unsigned char)toupper('a' + (int)myid); myid 3527 src/dps8/dps8_iom.c uint myid = (uint) * (int *) arg; myid 3528 src/dps8/dps8_iom.c this_iom_idx = (uint) myid / MAX_CHANNELS; myid 3529 src/dps8/dps8_iom.c this_chan_num = (uint) myid % MAX_CHANNELS; myid 3554 src/dps8/dps8_iom.c int myid = * (int *) arg; myid 3555 src/dps8/dps8_iom.c this_iom_idx = (uint) myid; myid 3561 src/dps8/dps8_iom.c sim_printf("IOM %c thread created\n", 'a' + myid); myid 3573 src/dps8/dps8_iom.c __func__, iomChar (myid), ret);