Searched refs:features (Results 1 - 25 of 66) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/
H A Dhttp.c31 #include <ipxe/features.h>
H A Dhttps.c32 #include <ipxe/features.h>
H A Dftp.c15 #include <ipxe/features.h>
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dvirtio-pci.h4 /* A 32-bit r/o bitmask of the features supported by the host */
7 /* A 32-bit r/w bitmask of features activated by the guest */
45 static inline void vp_set_features(unsigned int ioaddr, u32 features) argument
47 outl(features, ioaddr + VIRTIO_PCI_GUEST_FEATURES);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBGLInternal.h147 ( !(a_fLocked) && (g_vbgldata.hostVersion.features & VMMDEV_HVF_HGCM_PHYS_PAGE_LIST) )
150 ( !!(g_vbgldata.hostVersion.features & VMMDEV_HVF_HGCM_PHYS_PAGE_LIST) )
H A DInit.cpp64 pReq->major, pReq->minor, pReq->build, pReq->revision, pReq->features));
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dcpu.c54 /* Get features, if present */
59 &discard_3, &cpu->features );
64 /* Get 64-bit features, if present */
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvirtio-net.c122 * does not use any advanced features so none of the
175 u32 features; local
207 features = vp_get_features ( ioaddr );
208 vp_set_features ( ioaddr, features & ( 1 << VIRTIO_NET_F_MAC ) );
351 u32 features; local
372 features = vp_get_features ( ioaddr );
373 if ( features & ( 1 << VIRTIO_NET_F_MAC ) ) {
H A Dsis190.c534 if ((tp->features & F_HAS_RGMII) &&
535 (tp->features & F_PHY_BCM5461)) {
545 if (tp->features & F_HAS_RGMII) {
773 tp->features |= p->feature;
786 if (tp->features & F_PHY_88E1111) {
794 p = (tp->features & F_HAS_RGMII) ? reg[0] : reg[1];
919 tp->features |= (reg & 0x80) ? F_HAS_RGMII : 0;
H A Dsis190.h266 u32 features; member in struct:sis190_private
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/
H A Delfboot.c25 #include <ipxe/features.h>
H A Dpxe_image.c34 #include <ipxe/features.h>
H A Dcomboot.c41 #include <ipxe/features.h>
H A Dnbi.c12 #include <ipxe/features.h>
H A Dmultiboot.c39 #include <ipxe/features.h>
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/
H A Dcpu.h4 /* Intel-defined CPU features, CPUID level 0x00000001, word 0 */
36 /* AMD-defined CPU features, CPUID level 0x80000001, word 1 */
46 /** CPU features */
47 unsigned int features; member in struct:cpuinfo_x86
48 /** 64-bit CPU features */
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dmain.c20 #include <ipxe/features.h>
/vbox/src/VBox/Runtime/r3/linux/
H A Dthread-affinity-linux.cpp34 #include <features.h>
H A Dsemevent-linux.cpp27 #include <features.h>
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-api.jar ... WebServiceFeature[]) Class serviceEndpointInterface javax.xml.ws.WebServiceFeature[] features public java.lang.String toString () java.io ...
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dpcmcia.h79 u_int features; member in struct:socket_cap_t
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_file.c13 #include <ipxe/features.h>
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dmenu_cmd.c36 #include <ipxe/features.h>
/vbox/src/VBox/Devices/PC/ipxe/src/image/
H A Defi_image.c26 #include <ipxe/features.h>
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddwrite.idl507 DWRITE_FONT_FEATURE* features;
1223 DWRITE_TYPOGRAPHIC_FEATURES const** features,
1247 DWRITE_TYPOGRAPHIC_FEATURES const** features,
1270 DWRITE_TYPOGRAPHIC_FEATURES const** features,

Completed in 5766 milliseconds

123