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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageModifyVM.cpp302 { "--uart", MODIFYVM_UART, RTGETOPT_REQ_STRING | RTGETOPT_FLAG_INDEX },
1987 ComPtr<ISerialPort> uart; local
1990 CHECK_ERROR_BREAK(sessionMachine, GetSerialPort(GetOptState.uIndex - 1, uart.asOutParam()));
1991 ASSERT(uart);
1995 CHECK_ERROR(uart, COMSETTER(HostMode)(PortMode_Disconnected));
2011 CHECK_ERROR(uart, COMSETTER(Path)(Bstr(ValueUnion.psz).raw()));
2015 CHECK_ERROR(uart, COMSETTER(HostMode)(PortMode_HostPipe));
2016 CHECK_ERROR(uart, COMSETTER(Server)(TRUE));
2020 CHECK_ERROR(uart, COMSETTER(HostMode)(PortMode_HostPipe));
2021 CHECK_ERROR(uart, COMSETTE
2048 ComPtr<ISerialPort> uart; local
[all...]
H A DVBoxManageInfo.cpp1362 ComPtr<ISerialPort> uart; local
1363 rc = machine->GetSerialPort(currentUART, uart.asOutParam());
1364 if (SUCCEEDED(rc) && uart)
1368 uart->COMGETTER(Enabled)(&fEnabled);
1372 RTPrintf("uart%d=\"off\"\n", currentUART + 1);
1382 uart->COMGETTER(IRQ)(&ulIRQ);
1383 uart->COMGETTER(IOBase)(&ulIOBase);
1384 uart->COMGETTER(Path)(path.asOutParam());
1385 uart->COMGETTER(Server)(&fServer);
1386 uart
[all...]

Completed in 52 milliseconds