Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libproc/common/
H A DPisprocdir.c42 struct statvfs statvfsb; in Pisprocdir() local
57 statvfs(path, &statvfsb) == 0 && in Pisprocdir()
60 strcmp(statvfsb.f_basetype, "proc") == 0); in Pisprocdir()