Home
last modified time | relevance | path

Searched refs:options_ptr (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/
H A Ddrm_modes.c2380 const char *options_ptr = NULL; in drm_mode_parse_command_line_for_connector() local
2393 options_ptr = strchr(name, ','); in drm_mode_parse_command_line_for_connector()
2394 if (options_ptr) in drm_mode_parse_command_line_for_connector()
2395 options_off = options_ptr - name; in drm_mode_parse_command_line_for_connector()
2415 } else if (options_ptr) { in drm_mode_parse_command_line_for_connector()
2459 options_ptr = mode_option - 1; in drm_mode_parse_command_line_for_connector()
2493 if (options_ptr) in drm_mode_parse_command_line_for_connector()
2494 len = options_ptr - extra_ptr; in drm_mode_parse_command_line_for_connector()
2504 if (options_ptr) { in drm_mode_parse_command_line_for_connector()
2505 ret = drm_mode_parse_cmdline_options(options_ptr + 1, in drm_mode_parse_command_line_for_connector()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp174 ScriptAddOptions *options_ptr = in IOHandlerInputComplete() local
176 if (options_ptr) { in IOHandlerInputComplete()
178 options_ptr); // this will ensure that we get rid of the pointer in IOHandlerInputComplete()
412 SynthAddOptions *options_ptr = in IOHandlerInputComplete() local
414 if (options_ptr) { in IOHandlerInputComplete()
416 options_ptr); // this will ensure that we get rid of the pointer in IOHandlerInputComplete()