Searched refs:drv (Results 1 - 25 of 84) sorted by relevance

1234

/vbox/src/VBox/HostDrivers/win/
H A Dload.sh37 for drv in VBoxNetAdp VBoxNetAdp6 VBoxNetFlt VBoxNetLwf VBoxUSBMon VBoxUSB VBoxDrv;
39 if sc query $drv > /dev/null; then
40 STATE=`sc query $drv \
46 echo "load.sh: $drv - $STATE"
48 echo "load.sh: $drv - not configured, probably."
H A Dloadall.sh37 for drv in VBoxNetAdp VBoxNetAdp6 VBoxNetFlt VBoxNetLwf VBoxUSBMon VBoxUSB VBoxDrv;
39 if sc query $drv > /dev/null; then
40 STATE=`sc query $drv \
46 echo "loadall.sh: $drv - $STATE"
48 echo "loadall.sh: $drv - not configured, probably."
/vbox/src/VBox/HostDrivers/Support/solaris/
H A Dload.sh54 for drv in $DRIVERS_USING_IT $DRVNAME;
56 LOADED=`modinfo | grep -w "$drv"`
60 LOADED=`modinfo | grep -w "$drv"`;
62 echo "load.sh: failed to unload $drv";
73 # find them. It is searched for as drv/${DRVNAME}.conf in
82 "/platform/i86pc/kernel/drv/${DRVNAME}.conf" \
83 "/platform/i86pc/kernel/drv/${DRVNAME}" \
84 "/platform/i86pc/kernel/drv/amd64/${DRVNAME}"
86 $SUDO cp "${DRVFILE}" /platform/i86pc/kernel/drv/amd64/
87 $SUDO cp "${DRVFILE}.conf" /platform/i86pc/kernel/drv/
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp188 #define NUM_SIDES(drv) (drv->flags & FDISK_DBL_SIDES ? 2 : 1)
190 static void fd_init(fdrive_t *drv, bool fInit) argument
194 drv->drive = FDRIVE_DRV_NONE;
198 if (drv->pDrvBlock) {
199 PDMBLOCKTYPE enmType = drv->pDrvBlock->pfnGetType(drv->pDrvBlock);
203 drv->drive = FDRIVE_DRV_120;
207 drv->drive = FDRIVE_DRV_144;
212 drv
240 fd_sector(fdrive_t *drv) argument
252 fd_seek(fdrive_t *drv, uint8_t head, uint8_t track, uint8_t sect, int enable_seek) argument
295 fd_recalibrate(fdrive_t *drv) argument
417 fd_revalidate(fdrive_t *drv) argument
1085 fdctrl_media_changed(fdrive_t *drv) argument
1471 blk_write(fdrive_t *drv, int64_t sector_num, const uint8_t *buf, int nb_sectors) argument
1487 blk_read(fdrive_t *drv, int64_t sector_num, uint8_t *buf, int nb_sectors) argument
2654 fdConfig(fdrive_t *drv, PPDMDEVINS pDevIns, bool fInit) argument
2729 fdrive_t *drv; local
2784 fdrive_t *drv = &pThis->drives[iLUN]; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Xinput.h105 struct _LocalDeviceRec *(*PreInit)(struct _InputDriverRec *drv,
107 void (*UnInit)(struct _InputDriverRec *drv,
154 InputDriverPtr drv; member in struct:_LocalDeviceRec
213 InputInfoPtr xf86AllocateInput(InputDriverPtr drv, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Xinput.h98 struct _LocalDeviceRec *(*PreInit)(struct _InputDriverRec *drv,
100 void (*UnInit)(struct _InputDriverRec *drv,
146 InputDriverPtr drv; member in struct:_LocalDeviceRec
197 InputInfoPtr xf86AllocateInput(InputDriverPtr drv, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Xinput.h98 struct _LocalDeviceRec *(*PreInit)(struct _InputDriverRec *drv,
100 void (*UnInit)(struct _InputDriverRec *drv,
146 InputDriverPtr drv; member in struct:_LocalDeviceRec
197 InputInfoPtr xf86AllocateInput(InputDriverPtr drv, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Xinput.h95 struct _LocalDeviceRec *(*PreInit)(struct _InputDriverRec *drv,
97 void (*UnInit)(struct _InputDriverRec *drv,
142 InputDriverPtr drv; member in struct:_LocalDeviceRec
191 InputInfoPtr xf86AllocateInput(InputDriverPtr drv, int flags);
H A Dxf86Priv.h176 Bool xf86CallDriverProbe( struct _DriverRec * drv, Bool detect_only );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Xinput.h106 struct _LocalDeviceRec *(*PreInit)(struct _InputDriverRec *drv,
108 void (*UnInit)(struct _InputDriverRec *drv,
155 InputDriverPtr drv; member in struct:_LocalDeviceRec
214 InputInfoPtr xf86AllocateInput(InputDriverPtr drv, int flags);
/vbox/src/VBox/Devices/Audio/
H A Daudio_template.h41 struct audio_driver *drv
44 int max_voices = glue (drv->max_voices_, TYPE);
45 int voice_size = glue (drv->voice_size_, TYPE);
50 dolog ("Driver `%s' does not support " NAME "\n", drv->name);
55 drv->name,
63 dolog ("drv=`%s' voice_size=0 max_voices=%d\n",
64 drv->name, max_voices);
69 dolog ("drv=`%s' voice_size=%d max_voices=0\n",
70 drv->name, voice_size);
246 struct audio_driver *drv local
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Xinput.h79 struct _LocalDeviceRec *(*PreInit)(struct _InputDriverRec *drv,
81 void (*UnInit)(struct _InputDriverRec *drv,
128 InputDriverPtr drv; member in struct:_LocalDeviceRec
186 InputInfoPtr xf86AllocateInput(InputDriverPtr drv, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Xinput.h106 struct _LocalDeviceRec *(*PreInit)(struct _InputDriverRec *drv,
108 void (*UnInit)(struct _InputDriverRec *drv,
155 InputDriverPtr drv; member in struct:_LocalDeviceRec
213 InputInfoPtr xf86AllocateInput(InputDriverPtr drv, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Xinput.h71 int (*PreInit)(struct _InputDriverRec *drv,
73 void (*UnInit)(struct _InputDriverRec *drv,
104 InputDriverPtr drv; member in struct:_InputInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Xinput.h71 int (*PreInit)(struct _InputDriverRec *drv,
73 void (*UnInit)(struct _InputDriverRec *drv,
104 InputDriverPtr drv; member in struct:_InputInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Xinput.h71 int (*PreInit)(struct _InputDriverRec *drv,
73 void (*UnInit)(struct _InputDriverRec *drv,
104 InputDriverPtr drv; member in struct:_InputInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Xinput.h73 int (*PreInit) (struct _InputDriverRec * drv,
75 void (*UnInit) (struct _InputDriverRec * drv,
102 InputDriverPtr drv; member in struct:_InputInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Xinput.h73 int (*PreInit) (struct _InputDriverRec * drv,
75 void (*UnInit) (struct _InputDriverRec * drv,
102 InputDriverPtr drv; member in struct:_InputInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Xinput.h73 int (*PreInit) (struct _InputDriverRec * drv,
75 void (*UnInit) (struct _InputDriverRec * drv,
102 InputDriverPtr drv; member in struct:_InputInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Xinput.h100 struct _LocalDeviceRec *(*PreInit)(struct _InputDriverRec *drv,
102 void (*UnInit)(struct _InputDriverRec *drv,
147 InputDriverPtr drv; member in struct:_LocalDeviceRec
204 extern _X_EXPORT InputInfoPtr xf86AllocateInput(InputDriverPtr drv, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Xinput.h100 struct _LocalDeviceRec *(*PreInit)(struct _InputDriverRec *drv,
102 void (*UnInit)(struct _InputDriverRec *drv,
147 InputDriverPtr drv; member in struct:_LocalDeviceRec
204 extern _X_EXPORT InputInfoPtr xf86AllocateInput(InputDriverPtr drv, int flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Xinput.h100 struct _LocalDeviceRec *(*PreInit)(struct _InputDriverRec *drv,
102 void (*UnInit)(struct _InputDriverRec *drv,
147 InputDriverPtr drv; member in struct:_LocalDeviceRec
205 extern _X_EXPORT InputInfoPtr xf86AllocateInput(InputDriverPtr drv, int flags);
/vbox/src/VBox/Additions/x11/vboxmouse/
H A Dvboxmouse.c248 VBoxPreInitInfo(InputDriverPtr drv, InputInfoPtr pInfo, int flags) argument
283 VBoxPreInit(InputDriverPtr drv, IDevPtr dev, int flags) argument
288 if (!(pInfo = xf86AllocateInput(drv, 0)))
300 if (VBoxPreInitInfo(drv, pInfo, flags) != Success) {
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Xinput.h77 int (*PreInit) (struct _InputDriverRec * drv,
79 void (*UnInit) (struct _InputDriverRec * drv,
109 InputDriverPtr drv; member in struct:_InputInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Xinput.h78 int (*PreInit) (struct _InputDriverRec * drv,
80 void (*UnInit) (struct _InputDriverRec * drv,
110 InputDriverPtr drv; member in struct:_InputInfoRec

Completed in 205 milliseconds

1234