Searched refs:NT_PRPSINFO (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | old_notes.c | 115 error = elfnote(vp, &offset, NT_PRPSINFO, sizeof (bigwad->psinfo), in write_old_elfnotes()
|
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.c | 396 EI->core_type = (ntype == NT_PRPSINFO)? in process_phdr()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 976 #define NT_PRPSINFO 3 /* prpsinfo_t <sys/old_procfs.h> */ macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 738 #define NT_PRPSINFO 3 /* Process state info. */ macro
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1291 if (write_note(fd, NT_PRPSINFO, &prpsinfo, sizeof (prpsinfo_t), in Pfgcore() 1307 if (write_note(fd, NT_PRPSINFO, &pi32, sizeof (prpsinfo32_t), in Pfgcore()
|
H A D | Pcore.c | 1306 [NT_PRPSINFO] = note_linux_psinfo, 2627 nhdr.n_type == NT_PRPSINFO)
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 33 @ MSG_NT_PRPSINFO "[ NT_PRPSINFO ]"
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 1918 case NT_PRPSINFO: /* prpsinfo_t <sys/old_procfs.h> */ in corenote()
|