Lines Matching refs:s_device_path
207 static const char * s_device_path = NULL; variable
3302 if (!strcmp(s_device_path, "/dev/socket/qemud")) {
3327 fd = socket_local_client( s_device_path,
3330 } else if (s_device_path != NULL) {
3331 fd = open (s_device_path, O_RDWR);
3332 if ( fd >= 0 && !memcmp( s_device_path, "/dev/ttyS", 9 ) ) {
3392 s_device_path = optarg;
3393 RLOGI("Opening tty device %s\n", s_device_path);
3397 s_device_path = optarg;
3399 RLOGI("Opening socket %s\n", s_device_path);
3412 if (s_port < 0 && s_device_path == NULL) {
3446 s_device_path = optarg;
3447 RLOGI("Opening tty device %s\n", s_device_path);
3451 s_device_path = optarg;
3453 RLOGI("Opening socket %s\n", s_device_path);
3461 if (s_port < 0 && s_device_path == NULL) {