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

/illumos-gate/usr/src/lib/librdc/common/
H A Drdcpersist.c180 struct stat stbv; local
200 if ((stat(vol, &stbv) != 0) || (stat(bmp, &stbb) != 0))
203 if ((!S_ISCHR(stbv.st_mode)) || (!S_ISCHR(stbb.st_mode)))
206 svcv.svc_major = major(stbv.st_rdev);

Completed in 59 milliseconds