| /netbsd/src/sys/dev/tc/ |
| D | tcdevs | 50 device PMAG-AA mfb Monochrome Frame Buffer 51 device PMAG-BA cfb Color Frame Buffer 55 device PMAG-DV xcfb Maxine Color Frame Buffer 59 device PMAG-JA tfb 24-plane True Color Frame Buffer (TX) 60 device PMAG-JB tfb 24-plane True Color Frame Buffer (TX) 61 device PMAGB-BA sfb Smart Frame Buffer 64 device PMAGB-JA ??? 24-plane True Color Frame Buffer (TX) 65 device PMAGB-JB ??? 24-plane True Color Frame Buffer (TX) 70 device PMAGD sfbp Smart Frame Buffer Plus, unknown bpp 71 device PMAGD-AA sfbp Smart Frame Buffer Plus, 8bpp [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/stubs/ |
| D | m68k-stub.c | 173 } Frame; typedef 177 static Frame *lastFrame; 481 _returnFromException (Frame * frame) in _returnFromException() 822 Frame *frame; in handle_exception() 999 frame = (Frame *) 0; in handle_exception() 1043 lastFrame = ((Frame *) & gdbFrameStack[FRAMESIZE - 1]) - 1; in initializeRemcomErrorFrame()
|
| /netbsd/src/sys/dev/ic/ |
| D | sl811hsvar.h | 21 typedef unsigned int Frame; typedef 32 Frame frame; /* current frame */
|
| /netbsd/src/sys/external/bsd/acpica/dist/debugger/ |
| D | dbdisply.c | 707 ACPI_GENERIC_STATE *Frame; in AcpiDbDisplayResults() local 730 Frame = WalkState->Results; in AcpiDbDisplayResults() 735 ObjDesc = Frame->Results.ObjDesc[Index]; in AcpiDbDisplayResults() 741 Frame = Frame->Results.Next; in AcpiDbDisplayResults()
|
| /netbsd/src/sys/arch/sparc/stand/ofwboot/ |
| D | srt0.s | 76 set CC64FSZ, %g1 ! Frame Size (negative) 80 add %g1, %g2, %g1 ! Frame + Bias 87 set CC64FSZ, %g1 ! Frame Size (negative)
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | stack_frame.txt | 2 Frame | | | |
|
| D | gdb.info-9 | 847 * disable frame-filter: Frame Filter Management. 931 * enable frame-filter: Frame Filter Management. 990 * faas: Frame Apply. (line 96) 1030 * frame apply: Frame Apply. (line 6) 1049 * Frame.architecture: Frames In Python. (line 53) 1050 * Frame.block: Frames In Python. (line 139) 1051 * Frame.find_sal: Frames In Python. (line 157) 1052 * Frame.function: Frames In Python. (line 145) 1053 * Frame.is_valid: Frames In Python. (line 43) 1054 * Frame.language: Frames In Python. (line 206) [all …]
|
| D | python.texi | 201 * Frame Filter API:: Filtering Frames. 202 * Frame Decorator API:: Decorating Frames. 203 * Writing a Frame Filter:: Writing a Frame Filter. 634 @samp{auto}. If a @code{gdb.Frame} object is available (@pxref{Frames 2193 @node Frame Filter API 2197 Frame filters are Python objects that manipulate the visibility of a 2223 @value{GDBN}. Frame filters are executed on a priority basis and care 2236 executed, after the last filter has executed, it should. @xref{Frame 2239 @xref{Writing a Frame Filter}, for more information. 2242 pairings that comprise a frame filter. Frame filters in this [all …]
|
| /netbsd/src/sys/arch/hpcmips/stand/pbsdboot/res/ |
| D | pbsdboot.rc | 89 RTEXT "Frame Buffer:",IDC_STATIC,3,32,48,8 109 RTEXT "Frame Buffer:",IDC_STATIC,5,28,52,8
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | sniffer | 116 >20 belong&0x03FFFFFF 107 (Frame Relay 129 >20 belong&0x03FFFFFF 131 (Juniper Multi-Link Frame Relay 132 >20 belong&0x03FFFFFF 134 (Juniper FRF.16 Frame Relay 174 >20 belong&0x03FFFFFF 180 (Juniper Frame Relay 176 >20 belong&0x03FFFFFF 182 (FRF.16 Frame Relay 200 >20 belong&0x03FFFFFF 206 (Frame Relay with direction pseudo-head…
|
| /netbsd/src/sys/arch/hpcmips/stand/pbsdboot/ |
| D | README | 25 - Select 'kernel name' and 'Frame buffer' appropriately.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-events.py | 90 assert isinstance(event.frame, gdb.Frame)
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/ |
| D | FrameDecorator.py | 65 if not isinstance(self._base, gdb.Frame):
|
| /netbsd/src/sys/arch/acorn32/conf/monitors/ |
| D | AKF85 | 6 # Frame rate: 50 - 120 Hz
|
| D | Taxan875+LR | 6 # Frame rate: 50 - 120 Hz
|
| D | AKF85B | 4 # Frame rate: 50 - 120 Hz
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| D | m32c.abi | 28 Frame
|
| /netbsd/src/sys/arch/sun3/conf/ |
| D | RAMDISK3X | 121 # Frame buffer devices
|
| D | DISKLESS3X | 111 # Frame buffer devices
|
| D | RAMDISK | 123 # Frame buffer devices
|
| D | DISKLESS | 129 # Frame buffer devices
|
| /netbsd/src/sys/arch/news68k/conf/ |
| D | INSTALL | 108 # Frame buffer devices; not yet
|
| D | LIBERO | 110 # Frame buffer devices; not yet
|
| /netbsd/src/sys/arch/i386/stand/pxeboot/ |
| D | pxe.h | 336 SEGOFF16_t Frame; /* receive buffer */ member
|
| /netbsd/src/external/historical/nawk/dist/ |
| D | run.c | 220 struct Frame { /* stack frame for awk function calls */ struct 229 struct Frame *frame = NULL; /* base of stack frames; dynamically allocated */ argument 231 struct Frame *frp = NULL; /* frame pointer. bottom level unused */ 248 frp = frame = (struct Frame *) calloc(nframe += 100, sizeof(*frame)); in call() 282 frame = (struct Frame *) realloc(frame, (nframe += 100) * sizeof(*frame)); in call()
|