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".
418 char result[512];
443 char result[512];
701 if (pkt_dev->result[0])
702 seq_printf(seq, "Result: %s\n", pkt_dev->result);
869 pg_result = &(pkt_dev->result[0]);
1701 sprintf(pkt_dev->result, "No such parameter \"%s\"", name);
1738 if (t->result[0])
1739 seq_printf(seq, "\nResult: %s\n", t->result);
1797 pg_result = &(t->result[0]);
2030 sprintf(pkt_dev->result,
2749 sprintf(pkt_dev->result, "No memory");
2877 sprintf(pkt_dev->result, "No memory");
3019 strcpy(pkt_dev->result, "Starting");
3023 strcpy(pkt_dev->result, "Error starting");
3145 char *p = pkt_dev->result;