Searched defs:frame (Results 1 - 25 of 57) sorted by relevance

123

/illumos-gate/usr/src/uts/intel/sys/
H A Dframe.h39 * In the Intel world, a stack frame looks like this:
46 * |-------------------------------| > minimum stack frame
47 * %fp1->| Previous frame pointer (%fp0)| |
52 * For amd64, the minimum stack frame is 16 bytes and the frame pointer must
56 struct frame { struct
57 greg_t fr_savfp; /* saved frame pointer */
64 * Kernel's view of a 32-bit stack frame.
67 greg32_t fr_savfp; /* saved frame pointer */
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.bigstack.c36 grow(int frame) argument
42 if (frame >= 2048)
46 grow1(++frame);
50 grow1(int frame) argument
52 grow(++frame);
/illumos-gate/usr/src/uts/sparc/sys/
H A Dframe.h37 * Definition of the sparc stack frame (when it is pushed on the stack).
39 struct frame { struct
42 struct frame *fr_savfp; /* saved frame pointer */
53 * Kernels view of a 32-bit stack frame
58 caddr32_t fr_savfp; /* saved frame pointer */
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DStackFrame.java34 * A single stack frame in a {@link StackValueRecord}.
48 new String[] {"frame"})
73 private final String frame; field in class:StackFrame
76 * Creates a single stack frame. Supports XML persistence.
78 * @param f human-readable string representation of this stack frame
85 frame = f;
92 if (frame == null) {
93 throw new NullPointerException("frame is null");
99 * frame. Supports XML persistence.
101 * @return the human-readable string representation of this stack frame
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmUtility.java130 pmTop mytop, JFrame frame) throws pmGuiException {
140 frame,
149 frame,
162 frame,
204 frame,
129 doLogin( pmTop mytop, JFrame frame) argument
H A DpmHelpController.java46 public pmHelpFrame frame = null; field in class:pmHelpController
77 frame = f;
97 frame.setDefaultComponent(outerPanel);
H A DpmAccess.java50 pmFrame frame = new pmFrame( field in class:pmAccess
76 frame.setClearButtonsOnClose(true);
90 * frame.getRootPane().setDefaultButton(okButton);
105 frame.setDefaultComponent(pnameText);
109 Component glass = frame.getGlassPane();
264 pmUtility.doLogin(mytop, frame);
295 frame.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
306 frame.setCursor(Cursor.getDefaultCursor());
345 pmOKCancelDialog d = new pmOKCancelDialog(frame,
351 pmMessageDialog m = new pmMessageDialog(frame,
[all...]
H A DpmLoad.java50 pmFrame frame = new pmFrame( field in class:pmLoad
213 frame.dispose();
224 frame.setVisible(false);
225 frame.repaint();
226 frame.dispose();
232 frame.repaint();
238 frame.setVisible(false);
239 frame.repaint();
240 frame.dispose();
251 frame
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_frame.c29 * Utility routines to manage debugger frames and commands. A debugger frame
32 * Each frame has a list of commands (that is, a dcmd, argument list, and
122 mdb_dprintf(MDB_DBG_DSTK, "push frame <%u> mark=%p in=%s out=%s\n",
140 mdb_dprintf(MDB_DBG_DSTK, "pop frame <%u> status=%s\n",
162 mdb_frame_switch(mdb_frame_t *frame) argument
166 mdb.m_frame = frame;
168 mdb_dprintf(MDB_DBG_DSTK, "switch to frame <%u>\n", mdb.m_frame->f_id);
170 mdb_nv_set_value(mdb.m_dot, frame->f_dot);
174 mdb_frame_set_pipe(mdb_frame_t *frame) argument
176 frame
180 mdb_frame_clear_pipe(mdb_frame_t *frame) argument
188 mdb_frame_t *frame = mdb_list_prev(mdb.m_frame); local
[all...]
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dmachdep.c41 char frame[SA(MINFRAME)]; local
45 * there must be a minimum frame for the register window.
56 (void) memset(frame, 0, sizeof (frame));
57 if (uucopy(frame, (void *)stack, sizeof (frame)) == 0)
72 * Clear the top stack frame.
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c44 } frame; local
48 * there must be a minimum frame.
59 frame.pc = 0;
60 frame.fp = 0;
61 frame.rpc = (uint64_t)_lwp_start;
62 if (uucopy(&frame, stack, sizeof (frame)) == 0)
84 * Setup the top stack frame.
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_sarea.h60 /** SAREA frame */
76 drm_sarea_frame_t frame; /**< frame */ member in struct:drm_sarea
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c52 static char *frame; variable
84 frame = malloc(framemax);
85 if (frame == NULL)
86 novm("demand frame");
215 * Calls loop_frame when a complete frame has been accumulated.
232 if (loop_frame((unsigned char *)frame, framelen))
254 frame[framelen++] = c;
261 * loop_frame - given a frame obtained from the loopback,
263 * to transmit this frame later, put it on the pending queue.
271 loop_frame(frame, le
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c100 double frame[4]; /* height, width, y, and x offsets from hwo[] */ local
101 char units; /* scale indicator for frame dimensions */
132 * and offset refer to the picture frame in inches, unless they're followed by
134 * over the placement of the picture in the frame. Rotation of the picture, in
162 frame[0] = frame[1] = -1; /* default frame height, width */
163 frame[2] = frame[3] = 0; /* and y and x offsets */
166 if ( sscanf(++p, "%lf%c", &frame[
[all...]
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c139 * Wait for all the related frame to be freed, this should be fast
141 * is already in offline status so no frame will be received or sent
196 * Transmit the specified frame to the link
229 * MAC driver will release the mblk of the frame
230 * We need only release the frame itself
246 fcoe_release_frame(fcoe_frame_t *frame) argument
248 kmem_free(frame, frame->frm_alloc_size);
288 * We are allocating solicited frame now
348 * According to spec, fill EthernetII frame heade
[all...]
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsendsig.c105 * An amd64 signal frame looks like this on the stack:
194 * Drop below the 128-byte reserved region of the stack frame
224 * Now, make sure the resulting signal frame address is sane
312 struct sigframe frame; local
317 frame.retaddr = (caddr_t)(uintptr_t)-1L;
318 frame.signo = sig;
319 frame.sip = sip_addr;
320 copyout_noerr(&frame, sp, sizeof (frame));
372 * An i386 SVR4/ABI signal frame look
753 struct sigframe frame; local
[all...]
/illumos-gate/usr/src/lib/libproc/i386/
H A DPisadep.c28 #include <sys/frame.h>
184 } frame; local
194 * signal frame. Refer to the comments in Pstack.c for more info
219 (sz = Pread(P, &frame, sizeof (frame), (uintptr_t)fp)
223 * the return pc of the signal frame to 0xffffffff on
226 if (frame.pc != -1L) {
228 argc = argcount(P, (long)frame.pc, sz);
232 (void) memset(&frame, 0, sizeof (frame));
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dcdioctl.h41 unsigned char cdmsf_frame0; /* starting frame */
44 unsigned char cdmsf_frame1; /* ending frame */
68 unsigned char frame; member in struct:cdrom_tocentry::__anon2821::__anon2822
86 unsigned char frame; member in struct:cdrom_subchnl::__anon2823::__anon2824
94 unsigned char frame; member in struct:cdrom_subchnl::__anon2825::__anon2826
/illumos-gate/usr/src/cmd/rm/
H A Drm.c268 * Since we never pop the top frame, cur->up can never be NULL.
269 * If we pop beyond a frame we closed, we try to reopen "..".
308 * The stack frame of this function is minimized so that we can
316 struct dlist frame; local
373 frame.dev = temp.st_dev;
374 frame.ino = temp.st_ino;
375 frame.flags = 0;
392 if (opendirat(caller->fd, entry, &frame) == -1) {
446 if (fstat(frame.fd, &temp) != 0 ||
447 frame
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c60 * "frame" is a VA in MDB's address space.
66 crawl(uintptr_t frame, uintptr_t kbase, uintptr_t ktop, uintptr_t ubase, argument
74 fs_dprintf(("<0> frame = %p, kbase = %p, ktop = %p, ubase = %p\n",
75 frame, kbase, ktop, ubase));
78 long *fpp = (long *)&((struct rwindow *)frame)->rw_fp;
80 fs_dprintf(("<1> fpp = %p, frame = %p\n", fpp, frame));
82 if ((frame & (STACK_ALIGN - 1)) != 0)
85 fp = ((struct rwindow *)frame)->rw_fp + STACK_BIAS;
88 ((struct rwindow *)frame)
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c223 struct rwindow frame; local
266 mdb_warn("couldn't read frame pointer for thread 0x%p", addr);
282 if (mdb_vread(&frame, sizeof (frame), fp) == -1) {
283 mdb_warn("couldn't read frame for thread 0x%p at %p",
288 if (frame.rw_rtn == NULL)
292 fsip->fsi_stack[fsip->fsi_depth++] = frame.rw_rtn;
298 fp = frame.rw_fp + STACK_BIAS;
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_frame.c32 * dcam1394 driver. Support for video frame access.
54 * packets per frame
93 /* indexed by vid mode, frame rate */
155 size_t frame; local
207 * build the IXL. Done on a frame-by-frame basis. Could
216 /* for each frame build frame's ixl list */
217 for (frame = 0; frame < softc_
[all...]
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c58 } frame; local
62 * there must be a minimum frame. Note: 'frame' is not a true
63 * stack frame (see <sys/frame.h>) but a construction made here to
65 * with a 16-byte aligned stack pointer (the address of frame.arg
76 stack -= 5; /* make the address of frame.arg be 16-byte aligned */
77 frame.pc = 0;
78 frame.fp = 0; /* initial address for %ebp (see EBP below) */
79 frame
[all...]
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c28 #include <sys/frame.h>
246 } frame; local
257 * signal frame. Refer to the comments in Pstack.c for more info
282 (sz = Pread(P, &frame, sizeof (frame), (uintptr_t)fp)
286 * the return pc of the signal frame to 0xffffffff on
289 if (frame.pc != -1L) {
291 argc = argcount(P, (uint32_t)frame.pc, sz);
295 (void) memset(&frame, 0, sizeof (frame));
473 } frame; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpc.c86 "---- short frame ---");
620 "This is a reply to frame %d",
741 stash_xid(ulong_t xid, int frame, int prog, int vers, int proc) argument
751 x->xid_frame = frame;

Completed in 81 milliseconds

123