Searched refs:NT_PSINFO (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/file/
H A Delf_read.c366 * or a new NT_PSINFO structure.
369 * New core files have type NT_PSINFO.
384 if (ntype == NT_PSINFO)
390 if (ntype == NT_PSINFO)
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h812 #define NT_PSINFO 13 /* psinfo_t <sys/procfs.h> */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c235 error = elfnote(vp, &offset, NT_PSINFO, sizeof (bigwad->psinfo),
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1313 if (write_note(fd, NT_PSINFO, &P->psinfo, sizeof (psinfo_t),
1334 if (write_note(fd, NT_PSINFO, &pi32, sizeof (psinfo32_t),
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1817 case NT_PSINFO: /* psinfo_t <sys/procfs.h> */

Completed in 77 milliseconds