Lines Matching defs:guest
65 * Initializes the guest object.
96 mStatUpdateInterval = 0; /* Default is not to report guest statistics at all */
109 AssertMsgRC(vrc, ("Failed to create guest statistics update timer (%Rrc)\n", vrc));
160 AssertMsgRC(vrc, ("Failed to create guest statistics update timer(%Rra)\n", vrc));
199 Guest *guest = static_cast<Guest *>(pvUser);
200 Assert(guest->mMagic == GUEST_MAGIC);
201 if (guest->mMagic == GUEST_MAGIC)
202 guest->i_updateStats(iTick);
402 * If we're running older guest additions (< 3.2.0) try get it from
403 * the guest properties. Detected switched around Version and
449 * If we're running older guest additions (< 3.2.0) try get it from
450 * the guest properties. Detected switched around Version and
840 * installed (without the guest version + revision properties having set).
992 * Issued by the guest when a guest user changed its state.
996 * @param aDomain Domain of guest user account. Optional.