Searched refs:sof (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQILineEdit.cpp52 QStyleOptionFrame sof; local
53 sof.initFrom (this);
54 sof.rect = contentsRect();
55 sof.lineWidth = hasFrame() ? style()->pixelMetric (QStyle::PM_DefaultFrameWidth) : 0;
56 sof.midLineWidth = 0;
57 sof.state |= QStyle::State_Sunken;
63 QSize sa = style()->sizeFromContents (QStyle::CT_LineEdit, &sof, sc, this);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfcoe.h56 uint8_t sof; member in struct:fcoe_header
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcoe.c280 fcoehdr->sof = ( ( fchdr->seq_cnt == ntohs ( 0 ) ) ?
385 if ( ! ( ( fcoehdr->sof == FCOE_SOF_I3 ) ||
386 ( fcoehdr->sof == FCOE_SOF_N3 ) ) ) {
388 "delimiter %02x\n", fcoe->netdev->name, fcoehdr->sof );

Completed in 45 milliseconds