Searched refs:can_write (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A DDevSB16.cpp191 int can_write; /** @todo Value never gets 0? */ member in struct:SB16STATE
438 pThis->can_write = 1;
445 pThis->can_write = 1;
1331 retval = pThis->can_write ? 0 : 0x80;
1943 qemu_put_be32 (f, pThis->can_write);
2004 pThis->can_write=qemu_get_be32 (f);
2143 pThis->can_write = 1;
2401 pThis->can_write = 1;
/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp360 int can_write; local
415 can_write = 0;
418 can_write = 1;
436 can_write = 0;
439 can_write = 1;
467 if (can_write) {

Completed in 66 milliseconds