OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:video_dev
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/videoctl/
videoctl.c
67
static const char *
video_dev
= NULL;
variable in typeref:typename:const char *
120
video_dev
= strdup(optarg);
146
if (
video_dev
== NULL)
147
video_dev
= _PATH_VIDEO0;
149
video_fd = open(
video_dev
, wflag ? O_RDWR : O_RDONLY);
151
err(EXIT_FAILURE, "couldn't open '%s'",
video_dev
);
videoctl.c
67
static const char *
video_dev
= NULL;
variable in typeref:typename:const char *
120
video_dev
= strdup(optarg);
146
if (
video_dev
== NULL)
147
video_dev
= _PATH_VIDEO0;
149
video_fd = open(
video_dev
, wflag ? O_RDWR : O_RDONLY);
151
err(EXIT_FAILURE, "couldn't open '%s'",
video_dev
);
videoctl.c
67
static const char *
video_dev
= NULL;
variable in typeref:typename:const char *
120
video_dev
= strdup(optarg);
146
if (
video_dev
== NULL)
147
video_dev
= _PATH_VIDEO0;
149
video_fd = open(
video_dev
, wflag ? O_RDWR : O_RDONLY);
151
err(EXIT_FAILURE, "couldn't open '%s'",
video_dev
);
Completed in 32 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025