Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Delfcore-compat.h51 char pr_fname[16]; member
/linux-4.1.27/include/uapi/linux/
Delfcore.h89 char pr_fname[16]; /* filename of executable */ member
/linux-4.1.27/arch/mips/kernel/
Dbinfmt_elfn32.c90 char pr_fname[16]; /* filename of executable */ member
Dbinfmt_elfo32.c111 char pr_fname[16]; /* filename of executable */ member
/linux-4.1.27/arch/parisc/kernel/
Dbinfmt_elf32.c74 char pr_fname[16]; /* filename of executable */ member
/linux-4.1.27/fs/proc/
Dkcore.c409 strcpy(prpsinfo.pr_fname, "vmlinux"); in elf_kcore_store_hdr()
/linux-4.1.27/arch/s390/kernel/
Dcrash_dump.c452 strcpy(prpsinfo.pr_fname, "vmlinux"); in nt_prpsinfo()
/linux-4.1.27/fs/
Dbinfmt_elf_fdpic.c1400 strncpy(psinfo->pr_fname, p->comm, sizeof(psinfo->pr_fname)); in fill_psinfo()
Dbinfmt_elf.c1464 strncpy(psinfo->pr_fname, p->comm, sizeof(psinfo->pr_fname)); in fill_psinfo()