Lines Matching refs:tmp_buf
850 char tmp_buf[32];
868 sprintf(tmp_buf, "0x%08x\n", val);
869 return simple_read_from_buffer(buf, count, ppos, tmp_buf,
870 strlen(tmp_buf));
905 char tmp_buf[32];
921 sprintf(tmp_buf, "0x%016llx\n", val);
922 return simple_read_from_buffer(buf, count, ppos, tmp_buf,
923 strlen(tmp_buf));
1057 char tmp_buf[200];
1070 sprintf(tmp_buf,
1072 return simple_read_from_buffer(buf, count, ppos, tmp_buf,
1073 strlen(tmp_buf));
1111 char tmp_buf[32];
1127 sprintf(tmp_buf, "%#02llx\n", val);
1128 rc = simple_read_from_buffer(buf, count, ppos, tmp_buf,
1129 strlen(tmp_buf));
1272 char tmp_buf[200];
1281 sprintf(tmp_buf, "%d\n", hdev->stop_on_err);
1282 rc = simple_read_from_buffer(buf, strlen(tmp_buf) + 1, ppos, tmp_buf,
1283 strlen(tmp_buf) + 1);
1386 char tmp_buf[200];
1392 sprintf(tmp_buf, "%d\n",
1394 rc = simple_read_from_buffer(buf, strlen(tmp_buf) + 1, ppos, tmp_buf,
1395 strlen(tmp_buf) + 1);