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 in typeref:struct:statvfs
816 if (statvfs(path, &vfsstatus) < 0) {
822 if (strcmp(vfsstatus.f_basetype, "pcfs") != 0 &&
858 if (strcmp(vfsstatus.f_basetype, "pcfs") != 0) {

Completed in 45 milliseconds