Searched refs:FILE3 (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dgrades.c45 #define FILE3 5 macro
284 if ((ret = stat(carray[FILE3], &s)) != 0) {
303 carray[FILE1] : carray[FILE3], errno,
476 if (stat(carray[FILE3], &s) != -1)
477 wfcommit(carray[FILE3], carray[FILE3], scfile.sys);
685 DEBUG(4, "Removing data file (%s)\n", carray[FILE3]);
687 if ((stat(carray[FILE3], &s) != -1) && (unlink(carray[FILE3]) != 0)) {
690 toCorrupt(carray[FILE3]);
[all...]

Completed in 90 milliseconds