Searched refs:stbv (Results 1 – 1 of 1) sorted by relevance
180 struct stat stbv; in sv_enable_nocfg() local200 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()