Searched refs:feature (Results 1 - 25 of 31) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dmain.c61 struct feature *feature; local
87 for_each_table_entry ( feature, FEATURES )
88 printf ( " %s", feature->name );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfeatures.h28 * @defgroup dhcpfeatures DHCP feature option tags
30 * DHCP feature option tags are Etherboot encapsulated options in the
59 /** DHCP feature table */
62 /** Declare a feature code for DHCP */
65 /** Construct a DHCP feature table entry */
75 /** A named feature */
76 struct feature { struct
81 /** Named feature table */
82 #define FEATURES __table ( struct feature, "features" )
84 /** Declare a named feature */
[all...]
/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp205 * Query a feature and store it's value in a user supplied buffer.
208 * @param pszName The feature name.
314 VRDEFEATURE *feature = (VRDEFEATURE *)RTMemTmpAlloc(featLen); local
315 feature->u32ClientId = 0;
316 RTStrCopy(feature->achInfo, featLen - sizeof(VRDEFEATURE) + 1, szFeatName);
319 rc = instance->mCallbacks->VRDECallbackProperty(instance->mCallback, VRDE_QP_FEATURE, feature, featLen, &cbOut);
322 if (RT_SUCCESS(rc) && feature->achInfo[0])
324 rc = RTStrToUInt32Ex(feature->achInfo, NULL, 0, &port);
333 RTMemTmpFree(feature);
657 VRDEFEATURE *feature local
[all...]
/vbox/src/VBox/Additions/haiku/VBoxVideo/accelerant/
H A Daccelerant.cpp107 void* get_accelerant_hook(uint32 feature, void *data) argument
110 switch (feature)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsis190.h288 u32 feature; member in struct:mii_chip_info
H A Dsis190.c773 tp->features |= p->feature;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.asm36 FXSTOR_FLAG EQU 01000000h ; bit cpuid 24 of feature flags
40 ;; MUST check the CPUID feature flags to see that these instructions are available
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.asm33 FXSTOR_FLAG EQU 01000000h ; bit cpuid 24 of feature flags
37 ;; MUST check the CPUID feature flags to see that these instructions are available
/vbox/src/VBox/Debugger/
H A DDBGCEval.cpp1453 "Error: You hit a debugger feature which isn't implemented yet (argument %d).\n", cArgs);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddwrite.idl906 HRESULT AddFontFeature(DWRITE_FONT_FEATURE feature);
908 HRESULT GetFontFeature(UINT32 index, DWRITE_FONT_FEATURE *feature);
H A Dxmldom.idl700 HRESULT hasFeature([in] BSTR feature, [in] BSTR version, [out, retval] VARIANT_BOOL *pbool);
H A Dmsxml2.idl1140 [in] BSTR feature,
H A Dmsxml6.idl1061 [in] BSTR feature,
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h1217 xmlHasFeature (xmlFeature feature);
/vbox/src/VBox/Installer/linux/rpm/
H A DVirtualBox.tmpl.spec44 and others. VirtualBox comes with a broad feature set and
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dxmldom.idl694 HRESULT hasFeature([in] BSTR feature, [in] BSTR version, [out, retval] VARIANT_BOOL *pbool);
H A Dmsxml2.idl989 [in] BSTR feature,
/vbox/src/libs/zlib-1.2.6/as400/
H A Dzlib.inc12 * size. This is needed because RPG lacks some macro feature.
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2925 PRUint32 feature,
H A DVBoxCAPI_v3_0.h3466 PRUint32 feature,
H A DVBoxCAPI_v3_1.h3438 PRUint32 feature,
/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c110 * boundary feature.
194 * boundary feature.
724 * @feature: the feature to be examined
726 * Examines if the library has been compiled with a given feature.
728 * Returns a non-zero value if the feature exist, otherwise zero.
729 * Returns zero (0) if the feature does not exist or an unknown
730 * unknown feature is requested, non-zero otherwise.
733 xmlHasFeature(xmlFeature feature) argument
735 switch (feature) {
[all...]

Completed in 572 milliseconds

12