mtp_state 152 src/dps8/dps8_mt.c } mtp_state [N_MTP_UNITS_MAX]; mtp_state 184 src/dps8/dps8_mt.c mtp_state[mtp_unit_idx].boot_drive); mtp_state 202 src/dps8/dps8_mt.c mtp_state[mtp_unit_idx].boot_drive = (uint) n; mtp_state 237 src/dps8/dps8_mt.c sim_printf("name : %s", mtp_state [n].device_name); mtp_state 249 src/dps8/dps8_mt.c strncpy (mtp_state[n].device_name, cptr, MAX_DEV_NAME_LEN-1); mtp_state 250 src/dps8/dps8_mt.c mtp_state[n].device_name[MAX_DEV_NAME_LEN-1] = 0; mtp_state 253 src/dps8/dps8_mt.c mtp_state[n].device_name[0] = 0; mtp_state 1492 src/dps8/dps8_mt.c dev_code = mtp_state[ctlr_unit_idx].boot_drive;