Lines Matching refs:vrc
182 int vrc = write (len);
183 if (RT_SUCCESS(vrc))
186 vrc = write (aVal.c_str(), len);
189 return vrc;
220 int vrc = read (len);
221 if (RT_FAILURE(vrc))
222 return vrc;
235 vrc = read (aVal.mutableRaw(), len);
237 return vrc;
243 int vrc = read (guidStr);
244 if (RT_SUCCESS(vrc))
246 return vrc;
257 int vrc = VINF_SUCCESS;
262 vrc = read (msgCode);
263 if (RT_FAILURE(vrc))
264 return vrc;
280 vrc = netIfNetworkInterfaceHelperServer(this, msgCode);
289 if (RT_FAILURE(vrc))
290 return vrc;