Home
last modified time | relevance | path

Searched refs:Display (Results 1 – 25 of 58) sorted by relevance

123

/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/
H A Dutbuffer.c182 UINT32 Display, in AcpiUtDumpBuffer() argument
189 UINT32 DisplayDataOnly = Display & DB_DISPLAY_DATA_ONLY; in AcpiUtDumpBuffer()
192 Display &= ~DB_DISPLAY_DATA_ONLY; in AcpiUtDumpBuffer()
201 Display = DB_BYTE_DISPLAY; in AcpiUtDumpBuffer()
223 AcpiOsPrintf ("%*s", ((Display * 2) + 1), " "); in AcpiUtDumpBuffer()
224 j += Display; in AcpiUtDumpBuffer()
228 switch (Display) in AcpiUtDumpBuffer()
258 j += Display; in AcpiUtDumpBuffer()
330 UINT32 Display, in AcpiUtDebugDumpBuffer() argument
342 AcpiUtDumpBuffer (Buffer, Count, Display, 0); in AcpiUtDebugDumpBuffer()
[all …]
/dflybsd-src/stand/boot/pc32/btx/btxldr/
H A Dbtxldr.S107 movl $m_mem,%esi # Display
123 movl $m_esp,%esi # Display
132 call hexout # Display it
155 movl $m_rel_bi,%esi # Display
167 movl $m_rel_args,%esi # Display
177 movl $m_vers,%esi # Display BTX
180 addb $'0',%al # Display
188 addb $'0',%al # Display
191 addb $'0',%al # Display
250 movl $e_fmt,%esi # Display error
[all …]
/dflybsd-src/stand/boot/pc32/boot0/
H A Dboot0.S221 callw putx # Display it
258 movw $drive,%di # Display
266 main.7: movw $prompt,%si # Display
268 movb _OPT(%bp),%dl # Display
419 movb $'F',%al # Display
424 jmp putstr.1 # Display the rest
431 movw $item,%si # Display
433 movw %di,%si # Display the rest
435 puts: callw putstr # Display string
442 putstr.1: callw putchr # Display char
[all …]
/dflybsd-src/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbdisply.c315 UINT32 Display = DB_BYTE_DISPLAY; in AcpiDbDecodeAndDisplayObject() local
334 Display = DB_WORD_DISPLAY; in AcpiDbDecodeAndDisplayObject()
338 Display = DB_DWORD_DISPLAY; in AcpiDbDecodeAndDisplayObject()
342 Display = DB_QWORD_DISPLAY; in AcpiDbDecodeAndDisplayObject()
394 Display, ACPI_UINT32_MAX); in AcpiDbDecodeAndDisplayObject()
411 Display, ACPI_UINT32_MAX); in AcpiDbDecodeAndDisplayObject()
431 AcpiUtDebugDumpBuffer (ObjPtr, Size, Display, ACPI_UINT32_MAX); in AcpiDbDecodeAndDisplayObject()
469 Display, ACPI_UINT32_MAX); in AcpiDbDecodeAndDisplayObject()
501 sizeof (ACPI_NAMESPACE_NODE), Display, ACPI_UINT32_MAX); in AcpiDbDecodeAndDisplayObject()
507 sizeof (ACPI_OPERAND_OBJECT), Display, ACPI_UINT32_MAX); in AcpiDbDecodeAndDisplayObject()
/dflybsd-src/contrib/tcsh-6/
H A Ded.refresh.c420 update_line(Display[cur_line], Vdisplay[cur_line], cur_line); in Refresh()
431 cpy_pad_spaces(Display[cur_line], Vdisplay[cur_line], TermH); in Refresh()
439 update_line(Display[cur_line], STRNULL, cur_line); in Refresh()
440 *Display[cur_line] = '\0'; in Refresh()
1223 Display[CursorV][CursorH++] = (Char) c; in PutPlusOne()
1225 Display[CursorV][CursorH++] = CHAR_DBWIDTH; in PutPlusOne()
1309 (void) memset(Display[i], 0, (TermH + 1) * sizeof(Display[0][0])); in ClearDisp()
H A Ded.screen.c420 b = Display; in ReBufferDisplay()
421 Display = NULL; in ReBufferDisplay()
432 Display = b; in ReBufferDisplay()
1034 if ((T_Margin & MARGIN_AUTO) && Display[CursorV][0] != '\0') { in MoveToLine()
1037 for (h = TermH - 1; h > 0 && Display[CursorV][h] == CHAR_DBWIDTH; in MoveToLine()
1042 so_write(&Display[CursorV][CursorH], TermH - CursorH); /* updates CursorH/V*/ in MoveToLine()
1108 && Display[CursorV][where & ~0x7] != CHAR_DBWIDTH) { in MoveToChar()
1122 so_write(&Display[CursorV][CursorH], where - CursorH); in MoveToChar()
1218 if ((xc = Display[CursorV][CursorH]) != '\0') { in so_write()
1220 while (Display[CursorV][CursorH] == CHAR_DBWIDTH) in so_write()
H A Ded.h173 EXTERN Char **Display; /* display buffer seed vector */ variable
/dflybsd-src/share/misc/
H A Dusb_hid_usages76 0xB0 System Display Invert
77 0xB1 System Display Internal
78 0xB2 System Display External
79 0xB3 System Display Both
80 0xB4 System Display Dual
81 0xB5 System Display Toggle Int/Ext
82 0xB6 System Display Swap Primary/Secondary
83 0xB7 System Display LCD Autoscale
147 0x06 Head Mounted Display
153 0x21 Display Enable
[all …]
H A Dgdbinit194 Display the VFS operations vector for each file system found in
219 Display all known global tokens and some information about them.
223 Display all tokens related to the specified thread.
/dflybsd-src/sys/contrib/dev/acpica/source/include/
H A Dacutils.h607 UINT32 Display,
614 UINT32 Display,
623 UINT32 Display,
/dflybsd-src/stand/boot/pc32/cdboot/
H A Dcdboot.S439 mov $msg_badread,%si # Display Read error message
444 error: call putstr # Display message
/dflybsd-src/stand/boot/pc32/pxeldr/
H A Dpxeldr.S139 movw $relocate_msg, %si # Display the
220 movw $jump_message, %si # Display the
/dflybsd-src/stand/boot/pc32/loader/
H A Dhelp.i38635 Display disk block cache stats. For debugging use only.
/dflybsd-src/stand/boot/pc32/mbr/
H A Dmbr.S149 movb $0xe,%ah # BIOS: Display
/dflybsd-src/libexec/rpc.rusersd/
H A Drusers_proc.c62 static Display *dpy;
/dflybsd-src/contrib/elftoolchain/
H A DREADME33 readelf Display ELF information.
H A DRELEASE-NOTES46 **readelf** Display ELF information.
/dflybsd-src/contrib/binutils-2.27/binutils/doc/
H A Dbinutils.texi40 * objdump: (binutils)objdump. Display information from object files.
42 * readelf: (binutils)readelf. Display the contents of ELF format files.
97 Display information from object files
103 Display the contents of ELF format files.
146 * objdump:: Display information from object files
158 * readelf:: Display the contents of ELF format files
367 Display a @emph{table} listing the contents of @var{archive}, or those
683 Display full contents of the current archive, in ``verbose'' style
891 Display all symbols, even debugger-only symbols; normally these are not
915 Display the dynamic symbols rather than the normal symbols. This is
[all …]
/dflybsd-src/contrib/tnftp/
H A DNEWS23 Display usage to stdout with -?.
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-P2P221 [info='service info'] <method=Default|keypad|Display>
239 100 - Keypad(PIN), 8 - Display(PIN))
312 Play, Send, Display, and Print service. The parameters for this command
406 4 = Wi-Fi Display
445 # Wi-Fi Display examples
831 join only - if conncap value == 2 (Client Only). Display password and "join"
/dflybsd-src/contrib/gcc-8.0/gcc/fortran/
H A Dlang.opt489 Display the code tree after parsing.
493 Display the code tree after front end optimization.
497 Display the code tree after parsing; deprecated option.
/dflybsd-src/contrib/tcsh-6/nls/russian/
H A Dset352 50 Display load average and current process status
/dflybsd-src/contrib/tcsh-6/nls/ukrainian/
H A Dset352 50 Display load average and current process status
/dflybsd-src/etc/
H A Drc.subr661 # rcvar Display what rc.conf variable is used (if any).
1346 # Display message to stderr and log to the syslog, and exit with exitval.
1362 # Display message to stderr and log to the syslog.
1374 # Display informational message to stdout and log to syslog.
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dgcov.texi147 Display help about using @command{gcov} (on the standard output), and
152 Display the @command{gcov} version number (on the standard output),
235 Display the progress on the standard output.

123