portp            1140 src/dps8/dps8_scu.c         struct ports * portp = & scu [scu_unit_idx].ports [port_num];
portp            1141 src/dps8/dps8_scu.c         if (portp->type != ADEV_IOM)
portp            1145 src/dps8/dps8_scu.c         iom_unit_reset_idx ((uint) portp->dev_idx);
portp            2205 src/dps8/dps8_scu.c     struct ports * portp = & scu [scu_unit_idx].ports [scu_port_num];
portp            2223 src/dps8/dps8_scu.c             portp->subport_enables [i] = !! (sub_mask & (0200u >> i));
portp            2234 src/dps8/dps8_scu.c             portp->xipmask [i] = !! (sub_mask & (0200u >> i));
portp            2235 src/dps8/dps8_scu.c             if (portp->xipmask [i])
portp            2246 src/dps8/dps8_scu.c         portp->xipmaskval = val;
portp            2250 src/dps8/dps8_scu.c     if (portp -> type == ADEV_IOM)
portp            2252 src/dps8/dps8_scu.c         int iom_unit_idx = portp->dev_idx;
portp            2294 src/dps8/dps8_scu.c     else if (portp -> type == ADEV_CPU)
portp            2298 src/dps8/dps8_scu.c         if (portp->is_exp)
portp            2302 src/dps8/dps8_scu.c                 if (portp->subport_enables[sn])
portp            2331 src/dps8/dps8_scu.c 
portp            2335 src/dps8/dps8_scu.c 
portp             571 src/dps8/udplib.c char *hostp, *portp;
portp             584 src/dps8/udplib.c portp = NULL;
portp             585 src/dps8/udplib.c if ((portp = strrchr (gbuf, ':')) &&                    /* x:y? split */
portp             586 src/dps8/udplib.c     (NULL == strchr (portp, ']'))) {
portp             587 src/dps8/udplib.c     *portp++ = 0;
portp             588 src/dps8/udplib.c     if (*portp == '\0')
portp             589 src/dps8/udplib.c         portp = (char *)default_port;
portp             592 src/dps8/udplib.c     portp = gbuf;                                       /* Input is the port specifier */
portp             595 src/dps8/udplib.c if (portp != NULL) {
portp             596 src/dps8/udplib.c     portval = strtoul(portp, &endc, 10);
portp             600 src/dps8/udplib.c         struct servent *se = getservbyname(portp, "tcp");
portp             607 src/dps8/udplib.c     if (portp != NULL) {
portp             608 src/dps8/udplib.c         if (strlen(portp) >= port_len)
portp             611 src/dps8/udplib.c             strcpy (port, portp);
portp             496 src/simh/sim_sock.c char *portp;
portp             521 src/simh/sim_sock.c portp = NULL;
portp             523 src/simh/sim_sock.c if ((portp = strrchr (gbuf, ':')) &&                    /* x:y? split */
portp             524 src/simh/sim_sock.c     (NULL == strchr (portp, ']'))) {
portp             525 src/simh/sim_sock.c     *portp++ = 0;
portp             526 src/simh/sim_sock.c     if (*portp == '\0')
portp             527 src/simh/sim_sock.c         portp = default_pbuf;
portp             530 src/simh/sim_sock.c     portp = gbuf;                                       /* Input is the port specifier */
portp             533 src/simh/sim_sock.c if (portp != NULL) { //-V547
portp             534 src/simh/sim_sock.c     portval = strtoul(portp, &endc, 10);
portp             538 src/simh/sim_sock.c         struct servent *se = getservbyname(portp, "tcp");
portp             545 src/simh/sim_sock.c     if (portp != NULL) { //-V547
portp             546 src/simh/sim_sock.c         if (strlen(portp) >= port_len)
portp             549 src/simh/sim_sock.c             strcpy (port, portp);