Searched refs:Display (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutbuffer.c57 * Display - BYTE, WORD, DWORD, or QWORD display:
74 UINT32 Display,
81 UINT32 DisplayDataOnly = Display & DB_DISPLAY_DATA_ONLY;
84 Display &= ~DB_DISPLAY_DATA_ONLY;
93 Display = DB_BYTE_DISPLAY;
115 AcpiOsPrintf ("%*s", ((Display * 2) + 1), " ");
116 j += Display;
120 switch (Display)
150 j += Display;
205 * Display
71 AcpiUtDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
219 AcpiUtDebugDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 ComponentId) argument
260 AcpiUtDumpBufferToFile( ACPI_FILE File, UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
[all...]
/netbsd-current/external/bsd/pkg_install/dist/create/
H A Dcreate.h42 extern char *Display;
H A Dmain.c35 char *Display = NULL; variable
151 Display = optarg;
H A Dbuild.c281 if (Display)
380 if (Display) {
381 display_file = load_and_add(plist, Display,
/netbsd-current/external/bsd/less/dist/
H A Dscrsize.c51 Display *dpy;
89 Display *dpy;
/netbsd-current/external/bsd/nvi/dist/motif/
H A Dm_cde.c62 * PUBLIC: int is_cde __P((Display *));
65 is_cde(Display *d)
144 Display *d = XOpenDisplay( 0 );
H A Dm_main.c136 Display *d;
175 Display *display;
300 Display *display = XtDisplay(wid);
354 static Display *cmap_display = 0;
355 Display *display = XtDisplay(wid);
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexer.h60 void setDisplayDiagnostics(bool Display = true) {
61 DisplayDiagnostics = Display;
/netbsd-current/sys/external/bsd/acpica/dist/debugger/
H A Ddbdisply.c158 * DESCRIPTION: Display a formatted parser object
193 * DESCRIPTION: Display a formatted ACPI object
205 UINT32 Display = DB_BYTE_DISPLAY; local
224 Display = DB_WORD_DISPLAY;
228 Display = DB_DWORD_DISPLAY;
232 Display = DB_QWORD_DISPLAY;
284 Display, ACPI_UINT32_MAX);
301 Display, ACPI_UINT32_MAX);
321 AcpiUtDebugDumpBuffer (ObjPtr, Size, Display, ACPI_UINT32_MAX);
359 Display, ACPI_UINT32_MA
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Ddisplay.py23 return Display(opts, tests, header, progress_bar)
70 class Display(object): class in inherits:object
/netbsd-current/external/bsd/nvi/dist/motif_l/
H A Dxtabbed.c86 static int XRotDrawString(Display*, XFontStruct*, float,
88 static int XRotDrawImageString(Display*, XFontStruct*, float,
90 static int XRotDrawAlignedString(Display*, XFontStruct*, float,
92 static int XRotDrawAlignedImageString(Display*, XFontStruct*, float,
94 static XPoint *XRotTextExtents(Display*, XFontStruct*, float,
103 static int XRotDrawString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *str);
104 static int XRotDrawImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *str);
105 static int XRotDrawAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *text, int align);
106 static int XRotDrawAlignedImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, int y, char *text, int align);
107 static XPoint *XRotTextExtents(Display *dp
[all...]
/netbsd-current/external/gpl2/groff/dist/contrib/pdfmark/
H A Dpdfroff.sh188 Display this usage summary, and exit.
192 Display a version identification message and exit.
/netbsd-current/external/mit/xorg/server/xorg-server.old/hw/xnest/
H A DMakefile16 SRCS= Args.c Color.c Cursor.c Display.c Events.c Font.c \
/netbsd-current/usr.sbin/etcupdate/
H A Detcupdate94 -h Display this help, and exit.
109 -? Display this help, and exit.
/netbsd-current/external/mit/xorg/lib/libXt/
H A DMakefile13 Create.c Destroy.c Display.c Error.c Event.c EventUtil.c \
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacutils.h526 UINT32 Display,
533 UINT32 Display,
542 UINT32 Display,
/netbsd-current/sys/arch/atari/atari/
H A Dvectors.s147 VECTOR(badmfpint) | 72: Display enable counter
171 VECTOR(badmfpint) | 88: Display enable (Timer B)
/netbsd-current/external/gpl2/groff/dist/src/utils/xtotroff/
H A Dxtotroff.c42 Display *dpy;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A Dtdtags26 -H Display further help.
76 -H Display this document.
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/ci/
H A Dapple-install-libcxx.sh21 [-h|--help] Display this help and exit.
/netbsd-current/external/mit/xorg/server/xorg-server/hw/xnest/
H A DMakefile16 SRCS= Args.c Color.c Cursor.c Display.c Events.c Font.c \
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DFileUtils.pm239 Display an error message for C<$command>, based on the content of
H A DGeneral.pm351 Display an error message for C<$command>, based on the content of
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dregstr.d193 REGSTR_PATH_DISPLAYSETTINGS = `Display\Settings`,
194 REGSTR_PATH_FONTS = `Display\Fonts`,
373 REGSTR_KEY_DISPLAY_CLASS = `Display`,
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build/bin/
H A Dscan-build56 ShowDescription => 0, # Display the description of the defect in the list
729 <thead><tr><td>Bug Type</td><td>Quantity</td><td class="sorttable_nosort">Display?</td></tr></thead>
1210 Display this message.
1233 Display the description of defects in the list

Completed in 158 milliseconds

12