Home
last modified time | relevance | path

Searched refs:Frame (Results 1 – 25 of 112) sorted by relevance

12345

/netbsd/src/sys/dev/tc/
Dtcdevs50 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/
Dm68k-stub.c173 } 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/
Dsl811hsvar.h21 typedef unsigned int Frame; typedef
32 Frame frame; /* current frame */
/netbsd/src/sys/external/bsd/acpica/dist/debugger/
Ddbdisply.c707 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/
Dsrt0.s76 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/
Dstack_frame.txt2 Frame | | | |
Dgdb.info-9847 * 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 …]
Dpython.texi201 * 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/
Dpbsdboot.rc89 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/
Dsniffer116 >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/
DREADME25 - Select 'kernel name' and 'Frame buffer' appropriately.
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-events.py90 assert isinstance(event.frame, gdb.Frame)
/netbsd/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
DFrameDecorator.py65 if not isinstance(self._base, gdb.Frame):
/netbsd/src/sys/arch/acorn32/conf/monitors/
DAKF856 # Frame rate: 50 - 120 Hz
DTaxan875+LR6 # Frame rate: 50 - 120 Hz
DAKF85B4 # Frame rate: 50 - 120 Hz
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Dm32c.abi28 Frame
/netbsd/src/sys/arch/sun3/conf/
DRAMDISK3X121 # Frame buffer devices
DDISKLESS3X111 # Frame buffer devices
DRAMDISK123 # Frame buffer devices
DDISKLESS129 # Frame buffer devices
/netbsd/src/sys/arch/news68k/conf/
DINSTALL108 # Frame buffer devices; not yet
DLIBERO110 # Frame buffer devices; not yet
/netbsd/src/sys/arch/i386/stand/pxeboot/
Dpxe.h336 SEGOFF16_t Frame; /* receive buffer */ member
/netbsd/src/external/historical/nawk/dist/
Drun.c220 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()

12345