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

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1846 bool_int *valid_stat; /* which structures are valid */ local
1849 valid_stat = xmalloc(argc * sizeof (bool_int));
1867 valid_stat[i] = (stat64(argv[i], &arg_stat[i]) == 0);
1879 if (valid_stat[i]) {

Completed in 61 milliseconds