Searched refs:NT_PRPSINFO (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/elf/
H A Dold_notes.c137 error = elfnote(vp, &offset, NT_PRPSINFO, sizeof (bigwad->psinfo),
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c365 * is either an old NT_PRPSINFO structure
368 * Old core files have only type NT_PRPSINFO.
386 else /* old: NT_PRPSINFO */
392 else /* old: NT_PRPSINFO */
395 EI->core_type = (ntype == NT_PRPSINFO)?
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h804 #define NT_PRPSINFO 3 /* prpsinfo_t <sys/old_procfs.h> */ macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1235 if (write_note(fd, NT_PRPSINFO, &prpsinfo, sizeof (prpsinfo_t),
1251 if (write_note(fd, NT_PRPSINFO, &pi32, sizeof (prpsinfo32_t),
H A DPcore.c1192 note_linux_psinfo, /* 3 NT_PRPSINFO (old) */
1194 note_notsup, /* 3 NT_PRPSINFO (old) */
2522 nhdr.n_type == NT_PRPSINFO)
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h738 #define NT_PRPSINFO 3 /* Process state info. */ macro
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1777 case NT_PRPSINFO: /* prpsinfo_t <sys/old_procfs.h> */

Completed in 85 milliseconds