Home
last modified time | relevance | path

Searched refs:pr_fname (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/linux/
Delfcore-compat.h51 char pr_fname[16]; member
Delfcore.h73 char pr_fname[16]; /* filename of executable */ member
/linux-6.1.9/fs/proc/
Dkcore.c420 .pr_fname = "vmlinux", in read_kcore()
/linux-6.1.9/arch/s390/kernel/
Dcrash_dump.c363 strcpy(prpsinfo.pr_fname, "vmlinux"); in nt_prpsinfo()
/linux-6.1.9/fs/
Dbinfmt_elf_fdpic.c1363 strncpy(psinfo->pr_fname, p->comm, sizeof(psinfo->pr_fname)); in fill_psinfo()
Dbinfmt_elf.c1611 get_task_comm(psinfo->pr_fname, p); in fill_psinfo()