Searched defs:dscfg_stat (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c2304 struct stat dscfg_stat; local
2305 if (stat(location, &dscfg_stat) != 0) {
2311 if (!S_ISCHR(dscfg_stat.st_mode)) {

Completed in 29 milliseconds