Searched refs:siodev (Results 1 – 1 of 1) sorted by relevance
71 const char *siodev = NULL; variable448 if(siodev != NULL) { in get_slipfd()449 fd = devopen(siodev, O_RDWR | O_NONBLOCK); in get_slipfd()451 fprintf(stderr, "can't open siodev ``%s''\n", siodev); in get_slipfd()460 siodev = siodevs[i]; in get_slipfd()461 fd = devopen(siodev, O_RDWR | O_NONBLOCK); in get_slipfd()472 if (siodev[0] != '/') { in get_slipfd()473 fprintf(stderr, "********SLIP started on ``/dev/%s''\n", siodev); in get_slipfd()475 fprintf(stderr, "********SLIP started on ``%s''\n", siodev); in get_slipfd()960 siodev = optarg + 5; in main()[all …]