Lines Matching refs:result
71 * multiple write accesses gives unpredictable result. Understood by "write"
72 * to /proc gives result code thats should be read be the "writer".
434 char result[512];
459 char result[512];
737 if (pkt_dev->result[0])
738 seq_printf(seq, "Result: %s\n", pkt_dev->result);
961 pg_result = &(pkt_dev->result[0]);
1808 sprintf(pkt_dev->result, "No such parameter \"%s\"", name);
1845 if (t->result[0])
1846 seq_printf(seq, "\nResult: %s\n", t->result);
1904 pg_result = &(t->result[0]);
2138 sprintf(pkt_dev->result,
2888 sprintf(pkt_dev->result, "No memory");
3016 sprintf(pkt_dev->result, "No memory");
3158 strcpy(pkt_dev->result, "Starting");
3162 strcpy(pkt_dev->result, "Error starting");
3275 char *p = pkt_dev->result;