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

/freebsd-12-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutbuffer.c165 * Display - BYTE, WORD, DWORD, or QWORD display:
182 UINT32 Display,
189 UINT32 DisplayDataOnly = Display & DB_DISPLAY_DATA_ONLY;
192 Display &= ~DB_DISPLAY_DATA_ONLY;
201 Display = DB_BYTE_DISPLAY;
223 AcpiOsPrintf ("%*s", ((Display * 2) + 1), " ");
224 j += Display;
228 switch (Display)
258 j += Display;
313 * Display
179 AcpiUtDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
327 AcpiUtDebugDumpBuffer( UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 ComponentId) argument
368 AcpiUtDumpBufferToFile( ACPI_FILE File, UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 BaseOffset) argument
[all...]
/freebsd-12-stable/contrib/less/
H A Dscrsize.c49 Display *dpy;
87 Display *dpy;
/freebsd-12-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S80 movl $m_mem,%esi # Display
89 movl $m_esp,%esi # Display
98 call hexout # Display it
113 movl $m_rel_bi,%esi # Display
128 movl $m_rel_args,%esi # Display
138 movl $m_vers,%esi # Display BTX
141 addb $'0',%al # Display
149 addb $'0',%al # Display
152 addb $'0',%al # Display
180 addl $PAG_SIZ,%ebp # Display
[all...]
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c264 * DESCRIPTION: Display a formatted parser object
299 * DESCRIPTION: Display a formatted ACPI object
311 UINT32 Display = DB_BYTE_DISPLAY; local
330 Display = DB_WORD_DISPLAY;
334 Display = DB_DWORD_DISPLAY;
338 Display = DB_QWORD_DISPLAY;
390 Display, ACPI_UINT32_MAX);
407 Display, ACPI_UINT32_MAX);
427 AcpiUtDebugDumpBuffer (ObjPtr, Size, Display, ACPI_UINT32_MAX);
465 Display, ACPI_UINT32_MA
[all...]
/freebsd-12-stable/stand/i386/boot0/
H A Dboot0.S293 callw putx # Display it
325 movw $drive,%di # Display
332 print_prompt: movw $prompt,%si # Display
334 movb _OPT(%bp),%dl # Display
498 * Display routines
509 * Display the option and record the drive as valid in the options.
514 movw $item,%si # Display
516 movw %di,%si # Display the rest
517 callw putstr # Display string
524 movb $'F',%al # Display
[all...]
/freebsd-12-stable/contrib/tcsh/
H A Ded.refresh.c419 /* NOTE THAT update_line MAY CHANGE Display[cur_line] */
420 update_line(Display[cur_line], Vdisplay[cur_line], cur_line);
431 cpy_pad_spaces(Display[cur_line], Vdisplay[cur_line], TermH);
439 update_line(Display[cur_line], STRNULL, cur_line);
440 *Display[cur_line] = '\0';
1242 Display[CursorV][CursorH++] = (Char) c;
1244 Display[CursorV][CursorH++] = CHAR_DBWIDTH;
1328 (void) memset(Display[i], 0, (TermH + 1) * sizeof(Display[0][0]));
H A Ded.h170 /* CHAR_DBWIDTH in Display and Vdisplay means the non-first column of a character
173 EXTERN Char **Display; /* display buffer seed vector */ variable
H A Ded.screen.c420 b = Display;
421 Display = NULL;
432 Display = b;
1034 if ((T_Margin & MARGIN_AUTO) && Display[CursorV][0] != '\0') {
1037 for (h = TermH - 1; h > 0 && Display[CursorV][h] == CHAR_DBWIDTH;
1042 so_write(&Display[CursorV][CursorH], TermH - CursorH); /* updates CursorH/V*/
1108 && Display[CursorV][where & ~0x7] != CHAR_DBWIDTH) {
1122 so_write(&Display[CursorV][CursorH], where - CursorH);
1218 if ((xc = Display[CursorV][CursorH]) != '\0') {
1220 while (Display[Cursor
[all...]
/freebsd-12-stable/stand/i386/zfsboot/
H A Dzfsldr.S213 error: callw putstr # Display message
214 mov $prompt,%si # Display
221 * Display a null-terminated string using the BIOS output.
224 movb $0xe,%ah # BIOS: Display
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacutils.h606 UINT32 Display,
613 UINT32 Display,
622 UINT32 Display,
/freebsd-12-stable/stand/i386/boot2/
H A Dboot1.S239 error: callw putstr # Display message
240 mov $prompt,%si # Display
247 * Display a null-terminated string using the BIOS output.
250 movb $0xe,%ah # BIOS: Display
/freebsd-12-stable/libexec/rpc.rusersd/
H A Drusers_proc.c65 static Display *dpy;
/freebsd-12-stable/stand/i386/mbr/
H A Dmbr.s142 movb $0xe,%ah # BIOS: Display
/freebsd-12-stable/sys/conf/
H A Dkern.mk29 # enough to error out the whole kernel build. Display them anyway, so there is
/freebsd-12-stable/stand/i386/btx/btx/
H A Dbtx.S538 movl $badvm86,%esi # Display bad

Completed in 168 milliseconds