Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c332 static struct statvfs vfsstatus; /* filesystem status buffer */ variable
816 if (statvfs(path, &vfsstatus) < 0) { in averify()
822 if (strcmp(vfsstatus.f_basetype, "pcfs") != 0 && in averify()
858 if (strcmp(vfsstatus.f_basetype, "pcfs") != 0) { in fverify()