Home
last modified time | relevance | path

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

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