HomeSort by: relevance | last modified time | path
    Searched defs:display (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /src/sbin/chkconfig/
chkconfig.sh 19 # must display the following acknowledgement:
51 display() function
209 display ${i}
213 display ${rcfile}
  /src/external/apache2/llvm/dist/llvm/utils/
schedcover.py 31 def display(): function
82 display()
  /src/external/bsd/top/bin/
Makefile 15 SRCS= color.c commands.c display.c hash.c screen.c \
40 COPTS.display.c = -Wno-format-nonliteral
  /src/sys/arch/playstation2/ee/
gs.c 51 u_int64_t smode1, smode2, srfsh, synch1, synch2, syncv, display; member in struct:gs_crt_param
64 .display=DISPLAY(239, 2559, 0, 3, 25, 632)
77 .display= DISPLAY(479, 2559, 0, 3, 50, 632)
90 .display= DISPLAY(287, 2559, 0, 3, 36, 652)
103 .display= DISPLAY(575,2559,0,3,72,652)
116 .display= DISPLAY(479, 1279, 0, 1, 34, 276
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_hdcp.h 52 struct mod_hdcp_display display; member in struct:hdcp_workqueue
amdgpu_dm_hdcp.c 105 struct mod_hdcp_display *display = &hdcp_work[link_index].display; local
112 query.display = NULL;
115 if (query.display != NULL) {
116 memcpy(display, query.display, sizeof(struct mod_hdcp_display));
122 display->adjust.disable = 0;
131 display->adjust.disable = 1;
136 display->state = MOD_HDCP_DISPLAY_ACTIVE;
139 mod_hdcp_add_display(&hdcp_w->hdcp, link, display, &hdcp_w->output)
321 struct mod_hdcp_display *display = &hdcp_work[link_index].display; local
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
Makefile 268 sm8650-hdk-display-card-dtbs := sm8650-hdk.dtb sm8650-hdk-display-card.dtbo
270 dtb-$(CONFIG_ARCH_QCOM) += sm8650-hdk-display-card.dtb
  /src/usr.bin/chpass/
edit.c 85 * display --
90 display(char *tempname, int fd, struct passwd *pw) function
  /src/usr.bin/talk/
display.c 1 /* $NetBSD: display.c,v 1.9 2011/09/06 18:32:03 joerg Exp $ */
35 static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93";
37 __RCSID("$NetBSD: display.c,v 1.9 2011/09/06 18:32:03 joerg Exp $");
65 * Display some text on somebody's window, processing some control
69 display(xwin_t *win, char *text, int size) function
  /src/sys/arch/luna68k/stand/boot/
disklabel.c 18 * must display the following acknowledgement:
88 static void display(struct disklabel *);
254 display(bp);
333 display(struct disklabel *lp) function
  /src/external/bsd/openldap/dist/include/
lutil_meter.h 51 const lutil_meter_display_t *display; member in struct:__anon7673
66 const lutil_meter_display_t *display,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp.c 312 struct mod_hdcp_link *link, struct mod_hdcp_display *display,
318 HDCP_TOP_INTERFACE_TRACE_WITH_INDEX(hdcp, display->index);
321 /* skip inactive display */
322 if (display->state != MOD_HDCP_DISPLAY_ACTIVE) {
327 /* check existing display container */
328 if (get_active_display_at_index(hdcp, display->index)) {
333 /* find an empty display container */
345 /* add display to connection */
347 *display_container = *display;
370 struct mod_hdcp_display *display = NULL local
410 struct mod_hdcp_display *display = NULL; local
    [all...]
amdgpu_hdcp_psp.c 57 struct mod_hdcp_display *display = NULL; local
67 display = &hdcp->connection.displays[i];
70 dtm_cmd->dtm_in_message.topology_update_v2.display_handle = display->index;
79 display->state = MOD_HDCP_DISPLAY_ACTIVE;
80 HDCP_TOP_REMOVE_DISPLAY_TRACE(hdcp, display->index);
91 struct mod_hdcp_display *display = NULL; local
96 DRM_ERROR("Failed to add display topology, DTM TA is not initialized.");
104 display = &hdcp->connection.displays[i];
109 dtm_cmd->dtm_in_message.topology_update_v2.display_handle = display->index;
111 dtm_cmd->dtm_in_message.topology_update_v2.controller = display->controller
137 struct mod_hdcp_display *display = get_first_added_display(hdcp); local
229 struct mod_hdcp_display *display = get_first_added_display(hdcp); local
352 struct mod_hdcp_display *display = get_first_added_display(hdcp); local
639 struct mod_hdcp_display *display = get_first_added_display(hdcp); local
    [all...]
  /src/usr.bin/hexdump/
display.c 1 /* $NetBSD: display.c,v 1.27 2024/01/14 17:40:17 christos Exp $ */
39 static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93";
41 __RCSID("$NetBSD: display.c,v 1.27 2024/01/14 17:40:17 christos Exp $");
69 display(void) function
  /src/crypto/external/bsd/openssh/dist/
session.h 51 char *display; member in struct:Session
  /src/external/mit/expat/dist/tests/
minicheck.c 240 int display = (int)(percentage * 100); local
241 printf("%d%%: Checks: %d, Failed: %d\n", display, runner->nchecks,
  /src/games/worm/
worm.c 86 static void display(const struct body *, char);
180 display(head, HEAD);
193 display(np, BODY);
201 display(const struct body *pos, char chr) function
314 display(tail, ' ');
322 display(head, BODY);
341 display(nh, HEAD);
  /src/usr.bin/ipcs/
ipcs.c 90 static int display = 0; variable
175 display |= SHMTOTAL;
178 display |= SHMINFO;
181 display |= MSGTOTAL;
184 display |= MSGINFO;
187 display |= SEMTOTAL;
190 display |= SEMINFO;
193 display |= SHMTOTAL | MSGTOTAL | SEMTOTAL;
225 if (display == 0)
226 display = SHMINFO | MSGINFO | SEMINFO
    [all...]
  /src/usr.bin/systat/
main.c 196 * Initialize display. Load average appears in a one line
197 * window of its own. Current command's display appears in
198 * an overlapping sub-window of stdscr configured by the display
211 warnx("couldn't initialize display");
242 display(0);
256 "[-t turns]\n\t\t[display] [refresh-interval]\n", getprogname());
277 display(int signo) function
285 /* Don't display on this timeout */
345 display(0);
445 mvprintw(3, 10, "Reverting to ``pigs'' display.")
    [all...]
  /src/usr.sbin/screenblank/
screenblank.c 100 const char *kbd, *mouse, *display; local
166 display = _PATH_WSDISPLAY;
170 * If a display device wasn't specified, check to see which we
171 * have. If we can't open the WSCONS display, fall back to fbio.
176 if ((fd = open(display, O_RDONLY, 0666)) == -1)
190 display = _PATH_FB;
200 add_dev(display, 1);
  /src/external/bsd/nvi/dist/motif/
m_main.c 136 Display *d;
175 Display *display;
190 display = XtDisplay(top_level);
205 XpmCreatePixmapFromData( display,
206 DefaultRootWindow(display),
223 display,
224 DefaultRootWindow(display),
230 DefaultDepth( display, DefaultScreen(display) )
173 Display *display; local
297 Display *display = XtDisplay(wid); local
352 Display *display = XtDisplay(wid); local
    [all...]
  /src/external/bsd/nvi/dist/motif_l/
m_options.c 69 static optData display[] = {
163 { "Display",
166 display,
254 NSEARCH(display);
461 /* draw and display a single page of properties */
568 /* Draw and display a dialog the describes vi options */
694 NSEARCH(display);
67 static optData display[] = { variable
  /src/external/gpl2/lvm2/dist/include/
segtype.h 67 void (*display) (const struct lv_segment * seg); member in struct:segtype_handler
  /src/external/gpl2/lvm2/dist/lib/metadata/
segtype.h 67 void (*display) (const struct lv_segment * seg); member in struct:segtype_handler
  /src/external/gpl2/texinfo/dist/info/
display.c 1 /* $NetBSD: display.c,v 1.2 2025/09/30 12:56:02 wiz Exp $ */
3 /* display.c -- How to display Info windows.
4 Id: display.c,v 1.7 2004/04/11 17:56:45 karl Exp
25 #include "display.h"
29 static void free_display (DISPLAY_LINE **display);
36 /* An array of display lines which tell us what is currently visible on
37 the display. */
52 /* Clear all of the lines in DISPLAY making the screen blank. */
54 display_clear_display (DISPLAY_LINE **display)
135 DISPLAY_LINE **display = the_display; local
617 DISPLAY_LINE **display; local
    [all...]

Completed in 55 milliseconds

1 2 3 4