Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/avs/dscfg/
H A Ddscfg.c613 struct stat dscfg_stat = {0}; local
615 if (stat(CFG_CLUSTER_LOCATION, &dscfg_stat) != 0) {
616 if (dscfg_stat.st_blocks == 0) {
/titanic_41/usr/src/lib/libdscfg/common/
H A Dcfg.c2304 struct stat dscfg_stat; in cfg_location() local
2305 if (stat(location, &dscfg_stat) != 0) { in cfg_location()
2311 if (!S_ISCHR(dscfg_stat.st_mode)) { in cfg_location()