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

/illumos-gate/usr/src/lib/librdc/common/
H A Drdcpersist.c181 struct stat stbb; local
200 if ((stat(vol, &stbv) != 0) || (stat(bmp, &stbb) != 0))
203 if ((!S_ISCHR(stbv.st_mode)) || (!S_ISCHR(stbb.st_mode)))
207 svcb.svc_minor = minor(stbb.st_rdev);

Completed in 64 milliseconds