Lines Matching defs:vrc
87 int vrc = VINF_SUCCESS;
120 vrc = RTErrConvertFromDarwinIO(irc);
121 RTPrintf("%s: Failed to re-enumerate the device, irc=%#x (vrc=%Rrc).\n", argv0, irc, vrc);
129 vrc = VERR_SHARING_VIOLATION;
134 vrc = VERR_OPEN_FAILED;
135 RTPrintf("%s: Failed to open the device, irc=%#x (vrc=%Rrc).\n", argv0, irc, vrc);
140 vrc = VERR_OPEN_FAILED;
141 RTPrintf("%s: Failed to create plugin interface for the device, hrc=%#x (vrc=%Rrc).\n", argv0, hrc, vrc);
148 vrc = RTErrConvertFromDarwinIO(irc);
149 RTPrintf("%s: Failed to open the device, plug-in creation failed with irc=%#x (vrc=%Rrc).\n", argv0, irc, vrc);
152 return vrc;