Lines Matching refs:s_device_path
220 static const char * s_device_path = NULL; variable
3671 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) {
3790 s_device_path = optarg;
3791 RLOGI("Opening tty device %s\n", s_device_path);
3795 s_device_path = optarg;
3797 RLOGI("Opening socket %s\n", s_device_path);
3805 if (s_port < 0 && s_device_path == NULL) {