Searched refs:devstatbuf (Results 1 – 1 of 1) sorted by relevance
915 struct stat64 devstatbuf; /* Stat struct, <device> */ in _getdevrec() local951 if (stat64(device, &devstatbuf) != 0) errno = ENODEV; in _getdevrec()962 if ((devstatbuf.st_mode & 0170000) == 0020000) { in _getdevrec()967 if (samedev(tblstatbuf, devstatbuf)) in _getdevrec()985 else if ((devstatbuf.st_mode & 0170000) == 0060000) { in _getdevrec()990 if (samedev(tblstatbuf, devstatbuf)) in _getdevrec()1014 if (samedev(tblstatbuf, devstatbuf)) in _getdevrec()