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

/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c82 static int no_forced_wrthru = -1; variable
516 { "no_forced_wrthru", "no_forced_wrthru", "override wrthru"},
1577 (void) snprintf(key, sizeof (key), "scm.set1.no_forced_wrthru");
1579 no_forced_wrthru = atoi(buf);
2066 if (no_forced_wrthru != -1) {
2068 no_forced_wrthru, 0, 0, 0, &ustats) == SPCS_S_ERROR) {
2070 gettext("%s: set/clear no_forced_wrthru "
2073 } else if (no_forced_wrthru) {
2074 (void) printf(gettext("%s: Node option no_forced_wrthru"
[all...]

Completed in 73 milliseconds