Lines Matching +defs:val +defs:entry
75 static void setNoProbe(bool val) { fNoProbe = val; }
79 static void setNoProbe(bool val) { (void)val; }
590 /** Does the sysfs entry look like we expect it too? This is a canary
593 /** Is this entry a valid specimen of what we are looking for? */
621 /** Check whether the sysfs block entry is valid for a DVD device and
679 /** Check whether the sysfs block entry is valid for a floppy device and
682 * using the entry name and a driver-specific ioctl. */
764 RTDIRENTRY entry;
765 rc = RTDirRead(pDir, &entry, NULL);
769 if (entry.szName[0] == '.')
771 sysfsBlockDev dev(entry.szName, isDVD);
827 struct dirent entry, *pResult;
830 for (err = readdir_r(pDir, &entry, &pResult); pResult;
831 err = readdir_r(pDir, &entry, &pResult))
836 entry.d_name) < 0)
842 if ((err = maybeAddPathToVector(pszPath, entry.d_name, pvecpchDevs)))