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

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPDgui.java43 class SLPDgui extends Frame {
/osnet-11/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;
/osnet-11/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:__anon253

Completed in 48 milliseconds