Lines Matching defs:success
105 * @returns true on success, false if the name was not available (i.e. the
260 * @param pu8Type where to store the SCSI device type on success (optional)
261 * @param pchVendor where to store the vendor id string on success (optional)
263 * @param pchModel where to store the product id string on success (optional)
310 LogRelFlowFunc(("returning success: type=%u, vendor=%.8s, product=%.16s\n",
452 bool success = false; /* Have we succeeded in finding anything yet? */
458 if (RT_SUCCESS(rc) && (!success || testing()))
460 &success);
462 if (RT_SUCCESS(rc) && (!success | testing()))
463 rc = getDriveInfoFromSysfs(&mDVDList, true /* isDVD */, &success);
467 rc = getDriveInfoFromSysfs(&mDVDList, true /* isDVD */, &success);
482 bool success = false; /* Have we succeeded in finding anything yet? */
486 if (RT_SUCCESS(rc) && (!success || testing()))
488 false /* isDVD */, &success);
490 if ( RT_SUCCESS(rc) && (!success || testing()))
492 &success);
496 rc = getDriveInfoFromSysfs(&mFloppyList, false /* isDVD */, &success);
530 bool success = false;
551 success = true;
556 *pfSuccess = success;
563 LogFlowFunc(("rc=%Rrc, success=%d\n", rc, success));
605 * @returns boolean success value
853 * @returns zero on success or (positive) posix error value.