Searched defs:Aux (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Input/
H A DDevPS2.cpp241 PS2M Aux; member in struct:KBDState
318 else if (!(s->mode & KBD_MODE_DISABLE_MOUSE) && PS2MByteFromAux(&s->Aux, &val) == VINF_SUCCESS)
607 return &pThis->Aux;
1023 rc = PS2MByteToAux(&s->Aux, val);
1221 PS2MFixupState(&s->Aux, u8State, u8Rate, u8Proto);
1447 PS2MSaveState(&pThis->Aux, pSSM);
1473 rc = PS2MLoadState(&pThis->Aux, pSSM, uVersion);
1503 PS2MReset(&pThis->Aux);
1606 rc = PS2MAttach(&pThis->Aux, pDevIns, iLUN, fFlags);
1608 rc = PDMDevHlpDriverAttach(pDevIns, iLUN, &pThis->Mouse.IBase, &pThis->Mouse.pDrvBase, "Aux (Mous
[all...]
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp1858 IMAGE_AUX_SYMBOL Aux; local
1885 memcpy(&Aux, &paSymbols[iSymbol + 1], sizeof(Aux));
1888 Aux.Section.Length, Aux.Section.NumberOfRelocations,
1889 Aux.Section.NumberOfLinenumbers,
1890 Aux.Section.CheckSum,
1891 RT_MAKE_U32(Aux.Section.Number, Aux.Section.HighNumber),
1892 Aux
[all...]

Completed in 64 milliseconds