Searched refs:s_device_path (Results 1 – 1 of 1) sorted by relevance
220 static const char * s_device_path = NULL; variable3671 fd = socket_local_client(s_device_path,3674 } else if (s_device_path != NULL) {3675 fd = open (s_device_path, O_RDWR);3676 if ( fd >= 0 && !memcmp( s_device_path, "/dev/ttyS", 9 ) ) {3736 s_device_path = optarg;3737 RLOGI("Opening tty device %s\n", s_device_path);3741 s_device_path = optarg;3743 RLOGI("Opening socket %s\n", s_device_path);3756 if (s_port < 0 && s_device_path == NULL) {[all …]