Lines Matching refs:id
130 u64 id; in pstore_dump() local
161 ret = psinfo->write(PSTORE_TYPE_DMESG, reason, &id, part, in pstore_dump()
187 u64 id; in pstore_console_write() local
199 psinfo->write(PSTORE_TYPE_CONSOLE, 0, &id, 0, 0, c, psinfo); in pstore_console_write()
223 u64 *id, unsigned int part, int count, in pstore_write_compat() argument
226 return psi->write_buf(type, reason, id, part, psinfo->buf, size, psi); in pstore_write_compat()
231 u64 *id, unsigned int part, in pstore_write_buf_user_compat() argument
253 ret = psi->write_buf(type, reason, id, part, psinfo->buf, in pstore_write_buf_user_compat()
329 u64 id; in pstore_get_records() local
342 while ((size = psi->read(&id, &type, &count, &time, &buf, psi)) > 0) { in pstore_get_records()
343 rc = pstore_mkfile(type, psi->name, id, count, buf, in pstore_get_records()