Lines Matching refs:buf_ptr
49 u8 *buf, *buf_ptr;
69 for (buf_ptr = buf; buf_ptr - buf < datalen; buf_ptr++)
70 if (*buf_ptr == ' ')
71 *buf_ptr = '_';
84 u8 *buf_ptr = field_data->data;
90 buf_ptr = strrchr(field_data->data, ':');
91 if (buf_ptr != field_data->data)
95 buf_ptr += 2;
96 buflen -= buf_ptr - field_data->data;
102 ima_print_digest(m, buf_ptr, buflen);
105 seq_printf(m, "%s", buf_ptr);
110 seq_printf(m, "%u", *(u8 *)buf_ptr);
115 le16_to_cpu(*(__le16 *)buf_ptr));
117 seq_printf(m, "%u", *(u16 *)buf_ptr);
122 le32_to_cpu(*(__le32 *)buf_ptr));
124 seq_printf(m, "%u", *(u32 *)buf_ptr);
129 le64_to_cpu(*(__le64 *)buf_ptr));
131 seq_printf(m, "%llu", *(u64 *)buf_ptr);