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

/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dverify.c333 static struct statvfs vfsstatus; /* filesystem status buffer */ variable in typeref:struct:statvfs
839 if (statvfs(path, &vfsstatus) < 0) {
845 if (strcmp(vfsstatus.f_basetype, "pcfs") != 0 &&
881 if (strcmp(vfsstatus.f_basetype, "pcfs") != 0) {

Completed in 98 milliseconds