/dflybsd-src/sys/dev/drm/amd/amdgpu/ |
H A D | Makefile | 12 ${.CURDIR}/../display/amdgpu_dm \ 13 ${.CURDIR}/../display/dc \ 14 ${.CURDIR}/../display/dc/basics \ 15 ${.CURDIR}/../display/dc/bios \ 16 ${.CURDIR}/../display/dc/bios/dce80 \ 17 ${.CURDIR}/../display/dc/bios/dce110 \ 18 ${.CURDIR}/../display/dc/bios/dce112 \ 19 ${.CURDIR}/../display/dc/calcs \ 20 ${.CURDIR}/../display/dc/core \ 21 ${.CURDIR}/../display/dc/dce \ [all …]
|
/dflybsd-src/usr.bin/ipcs/ |
H A D | ipcs.c | 130 int display = SHMINFO | MSGINFO | SEMINFO; in main() local 144 display = SHMTOTAL; in main() 147 display = SHMINFO; in main() 150 display = MSGTOTAL; in main() 153 display = MSGINFO; in main() 156 display = SEMTOTAL; in main() 159 display = SEMINFO; in main() 162 display = SHMTOTAL | MSGTOTAL | SEMTOTAL; in main() 228 if ((display & (MSGINFO | MSGTOTAL)) && in main() 231 if (display & MSGTOTAL) { in main() [all …]
|
/dflybsd-src/contrib/file/magic/Magdir/ |
H A D | arm | 12 # display name+variables+flags for common object formatted files 13 >>0 use display-coff 21 # display name+variables+flags for common object formatted files 22 >>0 use display-coff 30 # display name+variables+flags for common object formatted files 31 >>0 use display-coff 39 # display name+variables+flags for common object formatted files 40 >>0 use display-coff
|
H A D | hitachi-sh | 18 # use big endian variant of subroutine to display name+variables+flags 20 >>0 use \^display-coff 27 # display name+variables+flags for common object formatted files 28 >>0 use display-coff
|
/dflybsd-src/nrelease/root/autorun/ |
H A D | stylesheet.css | 6 h3 span {display:none;} 15 #header {display:block;height:225px;width:600px;background:url("dflylogo.png") no-repeat;margin-bot… 16 #header span {display:none;} 17 #welcome h3 {display:block;width:272px;height:22px;background:url("welcome.png");} 18 #started h3 {display:block;width:272px;height:22px;background:url("started.png");} 25 #relevant .item {display:block;width:124px;height:16px;background:url("links.png");} 26 #docs .item {display:block;width:124px;height:16px;background:url("docs.png"); } 27 #press .item {display:block;width:124px;height:16px;background:url("press.png");} 28 #other .item {display:block;width:124px;height:16px;background:url("other.png");}
|
/dflybsd-src/libexec/rpc.rusersd/ |
H A D | rusers_proc.c | 72 XqueryIdle(char *display) in XqueryIdle() argument 80 if (!(dpy= XOpenDisplay(display))) { in XqueryIdle() 81 syslog(LOG_ERR, "Cannot open display %s", display); in XqueryIdle() 86 syslog(LOG_ERR, "%s: unable to get idle time", display); in XqueryIdle() 90 syslog(LOG_ERR, "%s: Xidle extension not loaded", display); in XqueryIdle() 95 syslog(LOG_ERR, "%s: server grabbed for over 10 seconds", display); in XqueryIdle() 107 getidle(const char *tty, const char *display __unused) in getidle() 119 if (display && *display && (idle = XqueryIdle(display)) >= 0) in getidle()
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_cdclk.c | 1737 if (WARN_ON_ONCE(!dev_priv->display.set_cdclk)) in intel_set_cdclk() 1744 dev_priv->display.set_cdclk(dev_priv, cdclk_state); in intel_set_cdclk() 2117 dev_priv->display.get_cdclk(dev_priv, &dev_priv->cdclk.hw); in intel_update_cdclk() 2228 dev_priv->display.set_cdclk = chv_set_cdclk; in intel_init_cdclk_hooks() 2229 dev_priv->display.modeset_calc_cdclk = in intel_init_cdclk_hooks() 2232 dev_priv->display.set_cdclk = vlv_set_cdclk; in intel_init_cdclk_hooks() 2233 dev_priv->display.modeset_calc_cdclk = in intel_init_cdclk_hooks() 2236 dev_priv->display.set_cdclk = bdw_set_cdclk; in intel_init_cdclk_hooks() 2237 dev_priv->display.modeset_calc_cdclk = in intel_init_cdclk_hooks() 2240 dev_priv->display.set_cdclk = bxt_set_cdclk; in intel_init_cdclk_hooks() [all …]
|
H A D | intel_color.c | 303 if (dev_priv->display.load_csc_matrix) in intel_color_set_csc() 304 dev_priv->display.load_csc_matrix(crtc_state); in intel_color_set_csc() 610 dev_priv->display.load_luts(crtc_state); in intel_color_load_luts() 651 dev_priv->display.load_csc_matrix = cherryview_load_csc_matrix; in intel_color_init() 652 dev_priv->display.load_luts = cherryview_load_luts; in intel_color_init() 654 dev_priv->display.load_csc_matrix = i9xx_load_csc_matrix; in intel_color_init() 655 dev_priv->display.load_luts = haswell_load_luts; in intel_color_init() 658 dev_priv->display.load_csc_matrix = i9xx_load_csc_matrix; in intel_color_init() 659 dev_priv->display.load_luts = broadwell_load_luts; in intel_color_init() 661 dev_priv->display.load_csc_matrix = i9xx_load_csc_matrix; in intel_color_init() [all …]
|
H A D | intel_audio.c | 611 if (dev_priv->display.audio_codec_enable) in intel_audio_codec_enable() 612 dev_priv->display.audio_codec_enable(connector, intel_encoder, in intel_audio_codec_enable() 651 if (dev_priv->display.audio_codec_disable) in intel_audio_codec_disable() 652 dev_priv->display.audio_codec_disable(intel_encoder); in intel_audio_codec_disable() 677 dev_priv->display.audio_codec_enable = g4x_audio_codec_enable; in intel_init_audio_hooks() 678 dev_priv->display.audio_codec_disable = g4x_audio_codec_disable; in intel_init_audio_hooks() 680 dev_priv->display.audio_codec_enable = ilk_audio_codec_enable; in intel_init_audio_hooks() 681 dev_priv->display.audio_codec_disable = ilk_audio_codec_disable; in intel_init_audio_hooks() 683 dev_priv->display.audio_codec_enable = hsw_audio_codec_enable; in intel_init_audio_hooks() 684 dev_priv->display.audio_codec_disable = hsw_audio_codec_disable; in intel_init_audio_hooks() [all …]
|
H A D | intel_hotplug.c | 259 if (dev_priv->display_irqs_enabled && dev_priv->display.hpd_irq_setup) in intel_hpd_irq_storm_reenable_work() 260 dev_priv->display.hpd_irq_setup(dev_priv); in intel_hpd_irq_storm_reenable_work() 470 dev_priv->display.hpd_irq_setup(dev_priv); in intel_hpd_irq_handler() 515 if (dev_priv->display_irqs_enabled && dev_priv->display.hpd_irq_setup) { in intel_hpd_init() 518 dev_priv->display.hpd_irq_setup(dev_priv); in intel_hpd_init()
|
/dflybsd-src/games/worm/ |
H A D | worm.c | 70 static void display(struct body *, char); 143 display(head, HEAD); in life() 150 display(np, BODY); in life() 157 display(struct body *pos, char chr) in display() function 234 display(tail, ' '); in process() 241 display(head, BODY); in process() 260 display(nh, HEAD); in process()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | printcmd.c | 128 struct display struct 131 struct display *next; argument 158 static struct display *display_chain; argument 180 static void do_one_display (struct display *); 1480 struct display *new; in display_command() 1518 new = (struct display *) xmalloc (sizeof (struct display)); in display_command() 1538 free_display (struct display *d) in free_display() 1551 struct display *d; in clear_displays() 1563 delete_display (struct display *display) in delete_display() argument 1565 struct display *d; in delete_display() [all …]
|
/dflybsd-src/contrib/wpa_supplicant/src/utils/ |
H A D | wpa_debug.c | 283 const char *display; in _wpa_hexdump() local 287 display = " [NULL]"; in _wpa_hexdump() 289 display = ""; in _wpa_hexdump() 305 display = strbuf; in _wpa_hexdump() 307 display = " [REMOVED]"; in _wpa_hexdump() 313 title, (long unsigned int) len, display, in _wpa_hexdump() 321 const char *display; in _wpa_hexdump() local 325 display = " [NULL]"; in _wpa_hexdump() 327 display = ""; in _wpa_hexdump() 340 display = strbuf; in _wpa_hexdump() [all …]
|
/dflybsd-src/usr.sbin/pppctl/ |
H A D | pppctl.c | 88 Receive(int fd, int display) in Receive() argument 106 if (display & (REC_SHOW|REC_VERBOSE)) { in Receive() 107 if (display & REC_VERBOSE) in Receive() 121 if (display & REC_PASSWD) { in Receive() 127 if (display & REC_VERBOSE) in Receive() 131 return Receive(fd, display & ~REC_PASSWD); in Receive()
|
/dflybsd-src/usr.bin/systat/ |
H A D | ifstat.c | 81 u_int display; member 174 p->display = 1; in openifstat() 219 if (ifp->display == 0) in showifstat() 264 ifp->display = 1; in fetchifstat() 349 if (ifp->display) { in sort_interface_list()
|
H A D | main.c | 174 signal(SIGALRM, display); in main() 175 display(0); in main() 200 display(int signo __unused) in display() function
|
/dflybsd-src/usr.bin/vi/catalog/ |
H A D | ru_RU.UTF-8.base | 152 159 "В стеке меток записей меньше, чем %s, используйте :display t[ags]" 153 160 "Файла с именем %s в стеке меток нет; используйте :display t[ags]" 306 319 "%d экранов в фоновом режиме; используйте :display чтобы перечислить их"
|
H A D | zh_CN.UTF-8.base | 152 159 "tags 栈上的记录少于 %s 条;用 :display t[ags] 显示它们" 153 160 "tags 栈上不存在文件 %s,无法返回;用 :display t[ags] 查看" 306 319 "%d 个后台屏幕;用 :display 列出它们"
|
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | radeon_asic.c | 221 .display = { 289 .display = { 385 .display = { 453 .display = { 521 .display = { 589 .display = { 657 .display = { 725 .display = { 793 .display = { 861 .display = { [all …]
|
/dflybsd-src/crypto/openssh/ |
H A D | session.c | 528 ssh_packet_set_interactive(ssh, s->display != NULL, in do_exec_no_pty() 1055 if (s->display) in do_setup_env() 1056 child_set_env(&env, &envsize, "DISPLAY", s->display); in do_setup_env() 1198 s->display != NULL && s->auth_proto != NULL && s->auth_data != NULL; in do_rc_files() 2354 free(s->display); in session_close_single_x11() 2355 s->display = NULL; in session_close_single_x11() 2437 free(s->display); in session_close() 2567 char display[512], auth_display[512]; in session_setup_x11fwd() local 2584 if (s->display != NULL) { in session_setup_x11fwd() 2608 snprintf(display, sizeof display, "localhost:%u.%u", in session_setup_x11fwd() [all …]
|
/dflybsd-src/sys/dev/drm/include/drm/ |
H A D | drm_modes.h | 455 bool drm_mode_is_420_only(const struct drm_display_info *display, 457 bool drm_mode_is_420_also(const struct drm_display_info *display, 459 bool drm_mode_is_420(const struct drm_display_info *display,
|
/dflybsd-src/contrib/nvi2/vi/ |
H A D | vs_line.c | 218 goto display; in vs_line() 230 goto display; in vs_line() 252 goto display; in vs_line() 317 display: in vs_line()
|
/dflybsd-src/usr.bin/talk/ |
H A D | io.c | 113 display(&his_win, buf, nb); in talk() 123 display(&my_win, buf, nb); in talk()
|
/dflybsd-src/usr.bin/chpass/ |
H A D | edit.c | 59 static int display(const char *tfn, struct passwd *pw); 69 if (display(tfn, pw) == -1) in edit() 100 display(const char *tfn, struct passwd *pw) in display() function
|
/dflybsd-src/games/hack/ |
H A D | READ_ME | 3 Hack is a display oriented dungeons & dragons - like game. 4 Both display and command structure resemble rogue. 5 (For a game with the same structure but entirely different display - 15 (only the display routines are the original ones - I must rewrite these
|