Searched refs:Frame (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmDialog.java44 public pmDialog(Frame owner) {
48 public pmDialog(Frame owner, boolean modal) {
52 public pmDialog(Frame owner, String title) {
56 public pmDialog(Frame f, String title, boolean modal) {
H A DpmOKCancelDialog.java45 public pmOKCancelDialog(Frame f, String title, String msg) {
49 public pmOKCancelDialog(Frame f, String title, String msg, boolean ok) {
53 public pmOKCancelDialog(Frame f, String title, String msg,
58 public pmOKCancelDialog(Frame f, String title, String msg,
H A DpmMessageDialog.java53 public pmMessageDialog(Frame f, String title, String msg) {
57 public pmMessageDialog(Frame f,
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPDgui.java43 class SLPDgui extends Frame {
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c480 static Alloca_t* Frame; local
484 while(Frame)
485 { if(( _stk_down && &array[0] > Frame->head.head.addr) ||
486 (!_stk_down && &array[0] < Frame->head.head.addr) )
487 { f = Frame;
488 Frame = f->head.head.next;
500 f->head.head.next = Frame;
501 Frame = f;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.c715 "... FrameLength=%hx FrameHeaderLength=%hx Frame=%hx:%hx "
721 undi.pxs->undi_isr.Frame.segment,
722 undi.pxs->undi_isr.Frame.offset,
1026 VIRTUAL( undi.pxs->undi_isr.Frame.segment,
1027 undi.pxs->undi_isr.Frame.offset ),
H A Dpxe.h340 uint16_t BufferLength; /* Length of Frame */
342 uint16_t FrameHeaderLength; /* Length of the media header in Frame */
343 SEGOFF16_t Frame; /* receive buffer */ member in struct:__anon2129
/illumos-gate/usr/src/cmd/awk/
H A Drun.c167 struct Frame { struct
176 struct Frame *frame = NULL; /* base of stack frames; dynamically allocated */
178 struct Frame *fp = NULL; /* frame pointer. bottom level unused */
196 fp = frame = (struct Frame *)calloc(nframe += 100,
197 sizeof (struct Frame));
241 frame = (struct Frame *)
242 realloc(frame, (nframe += 100) * sizeof (struct Frame));
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.h332 uint16_t BufferLength; /* Length of Frame */
334 uint16_t FrameHeaderLength; /* Length of the media header in Frame */
335 SEGOFF16_t Frame; /* receive buffer */ member in struct:__anon315
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S521 movl $12,%ecx # Frame is 12 dwords

Completed in 62 milliseconds