Lines Matching defs:buf
234 char buf[20]; \
236 snprintf(buf, count, "0x%016llx", pdata->_field); \
238 buf, sizeof(buf)); \
263 char buf[20]; \
265 sprintf(buf, "0x%016llx", readq(pdata->regs + _reg)); \
267 buf, sizeof(buf)); \
327 char buf[20];
330 snprintf(buf, sizeof(buf), "0x%016llx", lmc_int);
331 return simple_read_from_buffer(data, count, ppos, buf, sizeof(buf));