Lines Matching refs:psname
301 int pstore_mkfile(enum pstore_type_id type, char *psname, u64 id, int count, in pstore_mkfile() argument
343 psname, id, compressed ? ".enc.z" : ""); in pstore_mkfile()
346 scnprintf(name, sizeof(name), "console-%s-%lld", psname, id); in pstore_mkfile()
349 scnprintf(name, sizeof(name), "ftrace-%s-%lld", psname, id); in pstore_mkfile()
352 scnprintf(name, sizeof(name), "mce-%s-%lld", psname, id); in pstore_mkfile()
355 scnprintf(name, sizeof(name), "rtas-%s-%lld", psname, id); in pstore_mkfile()
359 psname, id); in pstore_mkfile()
363 psname, id); in pstore_mkfile()
366 scnprintf(name, sizeof(name), "pmsg-%s-%lld", psname, id); in pstore_mkfile()
369 sprintf(name, "powerpc-opal-%s-%lld", psname, id); in pstore_mkfile()
372 scnprintf(name, sizeof(name), "unknown-%s-%lld", psname, id); in pstore_mkfile()
376 type, psname, id); in pstore_mkfile()