type 195 src/dps8/bsd_random.c register int type = (int)( new_state[0] % MAX_TYPES ); type 208 src/dps8/bsd_random.c switch (type) type 215 src/dps8/bsd_random.c rand_type = type; type 216 src/dps8/bsd_random.c rand_deg = degrees[type]; type 217 src/dps8/bsd_random.c rand_sep = seps[type]; type 285 src/dps8/dps8_cable.c scu[scu_unit_idx].ports[scu_port_num].type = ADEV_NONE; type 311 src/dps8/dps8_cable.c scu[scu_unit_idx].ports[scu_port_num].type = ADEV_IOM; type 370 src/dps8/dps8_cable.c scu[scu_unit_idx].ports[scu_port_num].type = ADEV_NONE; type 397 src/dps8/dps8_cable.c scu[scu_unit_idx].ports[scu_port_num].type = ADEV_CPU; type 1745 src/dps8/dps8_iom.c type 652 src/dps8/dps8_scu.c pp->type == ADEV_NONE ? "NONE" : type 653 src/dps8/dps8_scu.c pp->type == ADEV_CPU ? "CPU" : type 654 src/dps8/dps8_scu.c pp->type == ADEV_IOM ? "IOM" : type 1133 src/dps8/dps8_scu.c if (portp->type != ADEV_IOM) type 1413 src/dps8/dps8_scu.c if (scu [scu_unit_idx].ports [port].type != ADEV_CPU) type 1480 src/dps8/dps8_scu.c if (scu [scu_unit_idx].ports [port].type != ADEV_CPU) type 2272 src/dps8/dps8_scu.c if (portp -> type == ADEV_IOM) type 2316 src/dps8/dps8_scu.c else if (portp -> type == ADEV_CPU) type 2444 src/dps8/dps8_scu.c if (scu[scu_unit_idx].ports[port].type != ADEV_CPU || type 2492 src/dps8/dps8_scu.c scu[u].ports[p].type = ADEV_NONE; type 67 src/dps8/dps8_scu.h enum active_dev type; // type of connected device type 344 src/dps8/dps8_socket_dev.c int type = (int) buffer[1]; type 348 src/dps8/dps8_socket_dev.c sim_printf ("socket() type %d\n", type); type 360 src/dps8/dps8_socket_dev.c else if (type != SOCK_STREAM && type != (SOCK_STREAM)) // Only SOCK_STREAM or SOCK_STREAM + SOCK_NONBLOCK type 362 src/dps8/dps8_socket_dev.c else if (type != SOCK_STREAM && type != (SOCK_STREAM|SOCK_NONBLOCK)) // Only SOCK_STREAM or SOCK_STREAM + SOCK_NONBLOCK type 389 src/dps8/dps8_socket_dev.c sk_data.fd_nonblock[fd] = !! (type & SOCK_NONBLOCK); type 54 src/dps8/fnptelnet.c switch (event->type) type 208 src/dps8/fnptelnet.c sim_printf ("evHandler: unhandled event %d\n", event->type); type 1418 src/dps8/fnpuv.c uint type = buffer [payload_offset + 0]; type 1419 src/dps8/fnpuv.c if (type == 0x08) type 1427 src/dps8/fnpuv.c sim_printf ("ICMP 0x%02x\n", type); type 56 src/dps8/hdbg.c enum hevtType type; type 92 src/dps8/hdbg.c enum hregs_t type; type 97 src/dps8/hdbg.c enum hregs_t type; type 102 src/dps8/hdbg.c enum hdbgIEFP_e type; type 108 src/dps8/hdbg.c enum hregs_t type; type 113 src/dps8/hdbg.c enum hregs_t type; type 173 src/dps8/hdbg.c hevents[p].type = t; \ type 255 src/dps8/hdbg.c void hdbgRegR (enum hregs_t type, word36 data, const char * ctx) { type 257 src/dps8/hdbg.c hevents[p].reg.type = type; type 262 src/dps8/hdbg.c void hdbgRegW (enum hregs_t type, word36 data, const char * ctx) { type 264 src/dps8/hdbg.c hevents[p].reg.type = type; type 269 src/dps8/hdbg.c void hdbgPARegR (enum hregs_t type, struct par_s * data, const char * ctx) { type 271 src/dps8/hdbg.c hevents[p].par.type = type; type 276 src/dps8/hdbg.c void hdbgPARegW (enum hregs_t type, struct par_s * data, const char * ctx) { type 278 src/dps8/hdbg.c hevents[p].par.type = type; type 284 src/dps8/hdbg.c type 286 src/dps8/hdbg.c type 291 src/dps8/hdbg.c type 293 src/dps8/hdbg.c type 299 src/dps8/hdbg.c void hdbgIEFP (enum hdbgIEFP_e type, word15 segno, word18 offset, const char * ctx) { type 301 src/dps8/hdbg.c hevents [p].iefp.type = type; type 408 src/dps8/hdbg.c if (p->reg.type == hreg_IR) type 414 src/dps8/hdbg.c regNames[p->reg.type], type 421 src/dps8/hdbg.c else if (p->reg.type >= hreg_X0 && p->reg.type <= hreg_X7) type 427 src/dps8/hdbg.c regNames[p->reg.type], type 435 src/dps8/hdbg.c regNames[p->reg.type], type 441 src/dps8/hdbg.c if (p->reg.type >= hreg_PR0 && p->reg.type <= hreg_PR7) type 447 src/dps8/hdbg.c regNames[p->reg.type], type 457 src/dps8/hdbg.c regNames[p->reg.type], type 471 src/dps8/hdbg.c regNames[p->reg.type], type 479 src/dps8/hdbg.c switch (p->iefp.type) { type 574 src/dps8/hdbg.c switch (evtp -> type) { type 635 src/dps8/hdbg.c fprintf (hdbgOut, "hdbgPrint ? %d\n", evtp -> type); type 47 src/dps8/hdbg.h void hdbgIEFP (enum hdbgIEFP_e type, word15 segno, word18 offset, const char * ctx); type 72 src/dps8/hdbg.h void hdbgRegR (enum hregs_t type, word36 data, const char * ctx); type 73 src/dps8/hdbg.h void hdbgRegW (enum hregs_t type, word36 data, const char * ctx); type 75 src/dps8/hdbg.h void hdbgPARegR (enum hregs_t type, struct par_s * data, const char * ctx); type 76 src/dps8/hdbg.h void hdbgPARegW (enum hregs_t type, struct par_s * data, const char * ctx); type 79 src/dps8/hdbg.h type 80 src/dps8/hdbg.h type 103 src/dps8/libtelnet.c ev.type = (cmd); \ type 187 src/dps8/libtelnet.c ev.type = fatal ? TELNET_EV_ERROR : TELNET_EV_WARNING; type 202 src/dps8/libtelnet.c ev.type = TELNET_EV_SEND; type 476 src/dps8/libtelnet.c static int _environ_telnet(telnet_t *telnet, unsigned char type, type 493 src/dps8/libtelnet.c "telopt %ld subneg has invalid command", (long) type); type 507 src/dps8/libtelnet.c ev.type = TELNET_EV_ENVIRON; type 517 src/dps8/libtelnet.c "telopt %d subneg missing variable type", type); type 524 src/dps8/libtelnet.c "telopt %d subneg ends with ESC", type); type 552 src/dps8/libtelnet.c values[eindex].type = (unsigned char) (*c++); type 609 src/dps8/libtelnet.c ev.type = TELNET_EV_ENVIRON; type 649 src/dps8/libtelnet.c ev.type = TELNET_EV_TTYPE; type 657 src/dps8/libtelnet.c ev.type = TELNET_EV_TTYPE; type 673 src/dps8/libtelnet.c ev.type = TELNET_EV_SUBNEGOTIATION; type 784 src/dps8/libtelnet.c ev.type = TELNET_EV_DATA; type 794 src/dps8/libtelnet.c ev.type = TELNET_EV_DATA; type 807 src/dps8/libtelnet.c ev.type = TELNET_EV_DATA; type 845 src/dps8/libtelnet.c ev.type = TELNET_EV_DATA; type 857 src/dps8/libtelnet.c ev.type = TELNET_EV_IAC; type 955 src/dps8/libtelnet.c ev.type = TELNET_EV_DATA; type 241 src/dps8/libtelnet.h unsigned char type; /* either TELNET_ENVIRON_VAR or TELNET_ENVIRON_USERVAR */ type 255 src/dps8/libtelnet.h enum telnet_event_type_t type; type 433 src/dps8/uvutil.c switch (event->type) type 509 src/dps8/uvutil.c sim_printf ("evHandler: unhandled event %d\n", event->type); type 10290 src/simh/scp.c FAIL (SCPE_ARG, Unknown line type, htext); /* Unknown line */