Searched refs:NT_PRPSINFO (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/uts/common/exec/elf/ |
H A D | old_notes.c | 137 error = elfnote(vp, &offset, NT_PRPSINFO, sizeof (bigwad->psinfo), in write_old_elfnotes()
|
/titanic_51/usr/src/cmd/file/ |
H A D | elf_read.c | 365 * is either an old NT_PRPSINFO structure in process_phdr() 368 * Old core files have only type NT_PRPSINFO. in process_phdr() 386 else /* old: NT_PRPSINFO */ in process_phdr() 392 else /* old: NT_PRPSINFO */ in process_phdr() 395 EI->core_type = (ntype == NT_PRPSINFO)? in process_phdr()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 956 #define NT_PRPSINFO 3 /* prpsinfo_t <sys/old_procfs.h> */ macro
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 738 #define NT_PRPSINFO 3 /* Process state info. */ macro
|
/titanic_51/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1235 if (write_note(fd, NT_PRPSINFO, &prpsinfo, sizeof (prpsinfo_t), in Pfgcore() 1251 if (write_note(fd, NT_PRPSINFO, &pi32, sizeof (prpsinfo32_t), in Pfgcore()
|
H A D | Pcore.c | 1142 note_linux_psinfo, /* 3 NT_PRPSINFO (old) */ 1144 note_notsup, /* 3 NT_PRPSINFO (old) */ 2471 nhdr.n_type == NT_PRPSINFO)
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 32 @ MSG_NT_PRPSINFO "[ NT_PRPSINFO ]"
|
/titanic_51/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 1734 case NT_PRPSINFO: /* prpsinfo_t <sys/old_procfs.h> */ in corenote()
|