HomeSort by: relevance | last modified time | path
    Searched refs:displays (Results 1 - 24 of 24) sorted by relevancy

  /src/external/bsd/top/dist/
globalstate.h 50 int displays; member in struct:globalstate
top.c 319 { "displays", required_argument, NULL, 'd' },
371 gstate->displays = Infinity;
391 gstate->displays = i;
865 /* if displays were not specified, choose an appropriate default */
866 if (gstate->displays == 0)
868 gstate->displays = gstate->smart_terminal ? Infinity: 1;
973 while ((gstate->displays == -1) || (--gstate->displays > 0))
commands.c 659 message_prompt("Displays to show (currently %s): ",
660 gstate->displays == -1 ? "infinite" :
661 itoa(gstate->displays));
665 gstate->displays = i;
957 { 'd', cmd_displays, "change number of displays to show" },
  /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
mdoc2texi 98 my %displays = (
105 if not exists $displays{ $type };
110 $displays{ $type }[1];
112 $displays{ $type }[0]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
hdcp.h 172 struct mod_hdcp_display displays[MAX_NUM_OF_DISPLAYS]; member in struct:mod_hdcp_connection
524 if (is_display_active(&hdcp->connection.displays[i]))
535 if (is_display_added(&hdcp->connection.displays[i]))
547 if (is_display_added(&hdcp->connection.displays[i])) {
548 display = &hdcp->connection.displays[i];
561 if (hdcp->connection.displays[i].index == index &&
562 is_display_active(&hdcp->connection.displays[i])) {
563 display = &hdcp->connection.displays[i];
576 if (!is_display_active(&hdcp->connection.displays[i])) {
577 display = &hdcp->connection.displays[i]
    [all...]
amdgpu_hdcp_psp.c 63 if (is_display_added(&(hdcp->connection.displays[i]))) {
67 display = &hdcp->connection.displays[i];
103 if (hdcp->connection.displays[i].state == MOD_HDCP_DISPLAY_ACTIVE) {
104 display = &hdcp->connection.displays[i];
289 if (hdcp->connection.displays[i].state != MOD_HDCP_DISPLAY_ACTIVE_AND_ADDED ||
290 hdcp->connection.displays[i].adjust.disable)
296 hdcp_cmd->in_msg.hdcp1_enable_dp_stream_encryption.display_handle = hdcp->connection.displays[i].index;
304 hdcp->connection.displays[i].state = MOD_HDCP_DISPLAY_ENCRYPTION_ENABLED;
305 HDCP_HDCP1_ENABLED_TRACE(hdcp, hdcp->connection.displays[i].index);
725 if (hdcp->connection.displays[i].state != MOD_HDCP_DISPLAY_ACTIVE_AND_ADDED |
    [all...]
amdgpu_hdcp.c 56 /* if all displays on the link don't need authentication,
60 if (hdcp->connection.displays[i].state != MOD_HDCP_DISPLAY_INACTIVE &&
61 !hdcp->connection.displays[i].adjust.disable) {
76 /* if all displays on the link don't need authentication,
80 if (hdcp->connection.displays[i].state != MOD_HDCP_DISPLAY_INACTIVE &&
81 !hdcp->connection.displays[i].adjust.disable) {
396 /* request authentication for remaining displays*/
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
dm_pp_interface.h 91 struct single_display_configuration displays[MAX_NUM_DISPLAY]; member in struct:amd_pp_display_configuration
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.def 271 command displays the current list of optional variables.
303 With no argument, displays the current debug level.
314 Without any arguments, displays the current delay.
317 Without any arguments, displays whether refids are shown as IPv4
327 Without any arguments, displays the current host.
332 information displays.
343 Without any arguments, displays whether host names or numeric addresses
353 Without any arguments, displays the current
375 With no argument, displays the current NTP version that will be used
402 Without any arguments, displays the current timeout period
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
infrun.h 252 DISPLAYS is false, do not call 'do_displays'. */
254 extern void print_stop_event (struct ui_out *uiout, bool displays = true);
infrun.c 9394 do_print_stop_event (struct ui_out *uiout, bool displays)
9407 if (displays)
9428 print_stop_event (struct ui_out *uiout, bool displays)
9430 do_with_buffered_output (do_print_stop_event, uiout, displays);
  /src/external/gpl3/gdb/dist/gdb/
infrun.h 252 DISPLAYS is false, do not call 'do_displays'. */
254 extern void print_stop_event (struct ui_out *uiout, bool displays = true);
infrun.c 9403 do_print_stop_event (struct ui_out *uiout, bool displays)
9416 if (displays)
9437 print_stop_event (struct ui_out *uiout, bool displays)
9439 do_with_buffered_output (do_print_stop_event, uiout, displays);
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
analysis.go 65 // Open up a ghostview window that displays the CFG of the current function.
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-glade-2 55 <comments>This &lt;button&gt; displays &quot;Hello World&quot;.</comments>
97 msgid "This <button> displays \"Hello World\"."
  /src/sys/arch/ia64/stand/common/
help.common 7 The help command displays help on commands and their usage.
28 Displays <prompt> or a default prompt, and counts down <delay> seconds
47 Displays statistics about disk cache usage. For depuration only.
80 Displays a listing of files in the directory <path>, or the root
83 The -l argument displays file sizes as well; the process of obtaining
339 Displays the value of <variable>, or all variables if not specified.
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_hardwaremanager.c 318 if (display_config->displays[index].controller_id != 0)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_pp_smu.c 107 adev->pm.pm_display_cfg.displays[i].controller_id = dc_cfg->pipe_idx + 1;
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def 923 command provided with OpenSSL displays available ciphers.
926 This option displays the cryptographic data produced in eye-friendly billboards.
930 This option displays the cryptographic data produced in eye-friendly billboards.
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu.c 1566 if (display_config->displays[index].controller_id != 0)
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 50 # Generates annotated call-graph and displays via "gv"
256 Displays annotated call-graph in web browser
258 Displays annotated call-graph via 'gv'
1050 Like GV, but displays profile in your web browser instead of using
1060 Displays a source listing of routines whose names match "routine_regexp"
  /src/external/bsd/jemalloc/dist/bin/
jeprof 50 # Generates annotated call-graph and displays via "gv"
257 Displays annotated call-graph in web browser
259 Displays annotated call-graph via 'gv'
1051 Like GV, but displays profile in your web browser instead of using
1061 Displays a source listing of routines whose names match "routine_regexp"
jeprof.in 50 # Generates annotated call-graph and displays via "gv"
257 Displays annotated call-graph in web browser
259 Displays annotated call-graph via 'gv'
1051 Like GV, but displays profile in your web browser instead of using
1061 Displays a source listing of routines whose names match "routine_regexp"
  /src/share/terminfo/
terminfo 246 # character-cell terminals are increasingly replaced by X displays, much of
414 klone+acs|alternate character set for ansi.sys displays,
424 klone+sgr|attribute control for ansi.sys displays,
433 klone+sgr8|attribute control for ansi.sys displays with invis,
443 klone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m),
453 klone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset,
467 klone+color|color control for ansi.sys and ISO6429-compatible displays,
3724 # displays bold text as red
8027 # application. Either way, it displays in the current desktop session.
13027 # This terminal always displays 25 lines. These lines may be use
    [all...]

Completed in 55 milliseconds