OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:options_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_modes.c
1772
const char *
options_ptr
= NULL;
local in function:drm_mode_parse_command_line_for_connector
1794
options_ptr
= strchr(name, ',');
1795
if (
options_ptr
)
1796
options_off =
options_ptr
- name;
1803
} else if (
options_ptr
) {
1846
options_ptr
= mode_option - 1;
1880
if (
options_ptr
)
1881
len =
options_ptr
- extra_ptr;
1891
if (
options_ptr
) {
1892
ret = drm_mode_parse_cmdline_options(
options_ptr
+ 1
[
all
...]
drm_modes.c
1772
const char *
options_ptr
= NULL;
local in function:drm_mode_parse_command_line_for_connector
1794
options_ptr
= strchr(name, ',');
1795
if (
options_ptr
)
1796
options_off =
options_ptr
- name;
1803
} else if (
options_ptr
) {
1846
options_ptr
= mode_option - 1;
1880
if (
options_ptr
)
1881
len =
options_ptr
- extra_ptr;
1891
if (
options_ptr
) {
1892
ret = drm_mode_parse_cmdline_options(
options_ptr
+ 1
[
all
...]
Completed in 27 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025