Home
last modified time | relevance | path

Searched refs:tblstatbuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Ddevtab.c914 struct stat64 tblstatbuf; /* Stat struct, tbl entry */ in _getdevrec() local
964 if (stat64(devrec->cdevice, &tblstatbuf) == 0) { in _getdevrec()
965 if (samedev(tblstatbuf, devstatbuf)) in _getdevrec()
987 if (stat64(devrec->bdevice, &tblstatbuf) == 0) { in _getdevrec()
988 if (samedev(tblstatbuf, devstatbuf)) in _getdevrec()
1011 &tblstatbuf) == 0) { in _getdevrec()
1012 if (samedev(tblstatbuf, devstatbuf)) in _getdevrec()