Searched defs:feature (Results 1 - 10 of 10) sorted by relevance

/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/Additions/haiku/VBoxVideo/accelerant/
H A Daccelerant.cpp107 void* get_accelerant_hook(uint32 feature, void *data) argument
110 switch (feature)
/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/Devices/PC/ipxe/src/drivers/net/
H A Dsis190.h288 u32 feature; member in struct:mii_chip_info
/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...]
H A Dtestapi.c13011 char * name; /* the feature name */
13107 xmlFeature feature; /* the feature to be examined */ local
13112 feature = gen_xmlFeature(n_feature, 0);
13114 ret_val = xmlHasFeature(feature);
13117 des_xmlFeature(n_feature, feature, 0);
15166 char * name; /* the feature name */
[all...]
/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/ ...

Completed in 270 milliseconds