Searched defs:legacy (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86int10.h | 71 int legacy; member in union:__anon7624::__anon7625
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86int10.h | 72 int legacy; member in union:__anon4777::__anon4778
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | edd.h | 81 } __attribute__ (( packed )) legacy; member in union:edd_interface_path
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/int10/ |
H A D | xf86int10.h | 72 int legacy; member in union:__anon3101::__anon3102
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86int10.h | 72 int legacy; member in union:__anon4350::__anon4351
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | realtek.h | 52 /** A legacy mode receive packet header */ 91 * This is a hardware limit when using legacy mode. 255 int legacy; member in struct:realtek_nic 267 /** Receive buffer (legacy mode) */ 269 /** Offset within receive buffer (legacy mode) */
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xinclude.c | 82 int legacy; /* using XINCLUDE_OLD_NS */ member in struct:_xmlXIncludeCtxt 177 if (ctxt->legacy != 0) { 590 if (ctxt->legacy != 0) { 2247 if (ctxt->legacy == 0) { 2253 ctxt->legacy = 1;
|
H A D | HTMLparser.c | 5711 * @legacy: whether to allow deprecated attributes 5719 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) { argument 5735 if ( legacy && elt->attrs_depr ) 5745 * @legacy: whether to allow deprecated elements (YES is faster here 5752 * legacy allowed) or htmlElementStatusHere (otherwise). 5757 htmlNodeStatus(const htmlNodePtr node, int legacy) { argument 5763 return legacy 5773 htmlTagLookup(node->parent->name) , node->name, legacy) ;
|
H A D | testapi.c | 1348 int legacy; /* whether to allow deprecated attributes */ local 1357 legacy = gen_int(n_legacy, 2); 1359 ret_val = htmlAttrAllowed((const htmlElemDesc *)elt, (const xmlChar *)attr, legacy); 1364 des_int(n_legacy, legacy, 2); 2167 int legacy; /* whether to allow deprecated elements (YES is faster here for Element nodes) */ local 2174 legacy = gen_int(n_legacy, 1); 2176 ret_val = htmlNodeStatus((const htmlNodePtr)node, legacy); 2180 des_int(n_legacy, legacy, 1); [all...] |
/vbox/src/VBox/Devices/Network/ |
H A D | DevE1000.cpp | 905 struct E1kTDLegacy legacy; member in union:E1kTxDesc 1744 if (pDesc->legacy.cmd.fDEXT) 1837 pThis->szPrf, cszDir, pDesc->legacy.cmd.u16Length, cszDir)); 1840 pDesc->legacy.cmd.u16Length)); 1842 pDesc->legacy.cmd.fIDE ? " IDE" :"", 1843 pDesc->legacy.cmd.fVLE ? " VLE" :"", 1844 pDesc->legacy.cmd.fRPS ? " RPS" :"", 1845 pDesc->legacy.cmd.fRS ? " RS" :"", 1846 pDesc->legacy.cmd.fIC ? " IC" :"", 1847 pDesc->legacy [all...] |
Completed in 157 milliseconds