Lines Matching defs:text
1755 char text [16*3+1];
1759 char* t = text;
1767 DBG (dbg_level, " [%08x] %s\n", address, text);
2163 char* text;
2178 text = "standard sense";
2181 text = "Avision-specific sense";
2184 text = "unknown sense";
2199 text = "ok ?!?";
2202 text = "NOT READY";
2205 text = "MEDIUM ERROR (mostly ADF)";
2209 text = "HARDWARE ERROR";
2212 text = "ILLEGAL REQUEST";
2215 text = "UNIT ATTENTION";
2218 text = "VENDOR SPECIFIC";
2221 text = "ABORTED COMMAND";
2226 text = textbuf;
2229 DBG (1, "sense_handler: sense code: %s\n", text);
2246 case ( (asc << 8) + ascq): text = txt; break
2317 text = textbuf;
2322 DBG (1, "sense_handler: sense code: %s\n", text);
7338 s->opt[OPT_MESSAGE].title = "message text from the scanner";
7339 s->opt[OPT_MESSAGE].desc = "This text contains device specific options controlled by the user on the scanner hardware.";
7353 s->opt[OPT_NVRAM].desc = "Allows access obtaining the scanner's NVRAM values as pretty printed text.";