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

/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c81 static int forced_wrthru = -1; /* 0 clear, 1 set,-1 as is */ variable
515 { "forced_wrthru", "forced_wrthru", "override wrthru detection" },
1582 (void) snprintf(key, sizeof (key), "scm.set1.forced_wrthru");
1584 forced_wrthru = atoi(buf);
2047 forced_wrthru = 1;
2050 if (minidsp && forced_wrthru != -1) {
2051 /* Have minidsp with forced_wrthru hint. Set / Clear hint */
2053 forced_wrthru, 0, 0, 0, &ustats) == SPCS_S_ERROR) {
2055 gettext("%s: set/clear forced_wrthru faile
[all...]

Completed in 84 milliseconds