Searched refs:video_dev (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/videoctl/
H A Dvideoctl.c65 static const char *video_dev = NULL; variable
118 video_dev = strdup(optarg);
144 if (video_dev == NULL)
145 video_dev = _PATH_VIDEO0;
147 video_fd = open(video_dev, wflag ? O_RDWR : O_RDONLY);
149 err(EXIT_FAILURE, "couldn't open '%s'", video_dev);

Completed in 176 milliseconds