portp            1148 src/dps8/dps8_scu.c         struct ports * portp = & scu [scu_unit_idx].ports [port_num];
portp            1149 src/dps8/dps8_scu.c         if (portp->type != ADEV_IOM)
portp            1153 src/dps8/dps8_scu.c         iom_unit_reset_idx ((uint) portp->dev_idx);
portp            2250 src/dps8/dps8_scu.c     struct ports * portp = & scu [scu_unit_idx].ports [scu_port_num];
portp            2268 src/dps8/dps8_scu.c             portp->subport_enables [i] = !! (sub_mask & (0200u >> i));
portp            2279 src/dps8/dps8_scu.c             portp->xipmask [i] = !! (sub_mask & (0200u >> i));
portp            2280 src/dps8/dps8_scu.c             if (portp->xipmask [i])
portp            2291 src/dps8/dps8_scu.c         portp->xipmaskval = val;
portp            2295 src/dps8/dps8_scu.c     if (portp -> type == ADEV_IOM)
portp            2297 src/dps8/dps8_scu.c         int iom_unit_idx = portp->dev_idx;
portp            2339 src/dps8/dps8_scu.c     else if (portp -> type == ADEV_CPU)
portp            2343 src/dps8/dps8_scu.c         if (portp->is_exp)
portp            2347 src/dps8/dps8_scu.c                 if (portp->subport_enables[sn])
portp            2376 src/dps8/dps8_scu.c 
portp            2380 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             502 src/simh/sim_sock.c char *portp;
portp             527 src/simh/sim_sock.c portp = NULL;
portp             529 src/simh/sim_sock.c if ((portp = strrchr (gbuf, ':')) &&                    /* x:y? split */
portp             530 src/simh/sim_sock.c     (NULL == strchr (portp, ']'))) {
portp             531 src/simh/sim_sock.c     *portp++ = 0;
portp             532 src/simh/sim_sock.c     if (*portp == '\0')
portp             533 src/simh/sim_sock.c         portp = default_pbuf;
portp             536 src/simh/sim_sock.c     portp = gbuf;                                       /* Input is the port specifier */
portp             539 src/simh/sim_sock.c if (portp != NULL) { //-V547
portp             540 src/simh/sim_sock.c     portval = strtoul(portp, &endc, 10);
portp             544 src/simh/sim_sock.c         struct servent *se = getservbyname(portp, "tcp");
portp             551 src/simh/sim_sock.c     if (portp != NULL) { //-V547
portp             552 src/simh/sim_sock.c         if (strlen(portp) >= port_len)
portp             555 src/simh/sim_sock.c             strcpy (port, portp);