destination_process 826 src/dps8/dps8_mgp.c u_short destination_process; /* Who it's going to */ destination_process 903 src/dps8/dps8_mgp.c + ( p->destination_process & 0xff ) destination_process 904 src/dps8/dps8_mgp.c + ( p->destination_process >> 8 ) destination_process 982 src/dps8/dps8_mgp.c p->destination_process = dstprc; destination_process 1022 src/dps8/dps8_mgp.c putbits36_9(&buf[3], 0, p->destination_process & 0xff); destination_process 1023 src/dps8/dps8_mgp.c putbits36_9(&buf[3], 9, p->destination_process >> 8 ); destination_process 1053 src/dps8/dps8_mgp.c p->byte_count, p->source_process, p->destination_process, destination_process 1386 src/dps8/dps8_mgp.c int i = find_conn_for(p->source_process, p->destination_process); destination_process 1390 src/dps8/dps8_mgp.c __func__, p->source_process, p->destination_process); destination_process 1581 src/dps8/dps8_mgp.c int i = find_conn_for(p->source_process, p->destination_process); destination_process 1745 src/dps8/dps8_mgp.c p->destination_process = mgp_dev_state.conns[i].multics_proc;