Searched refs:NT_PRSTATUS (Results 1 – 8 of 8) sorted by relevance
/titanic_52/usr/src/uts/common/exec/elf/ |
H A D | old_notes.c | 191 error = elfnote(vp, &offset, NT_PRSTATUS, in write_old_elfnotes()
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | elf.h | 954 #define NT_PRSTATUS 1 /* prstatus_t <sys/old_procfs.h> */ macro
|
/titanic_52/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 736 #define NT_PRSTATUS 1 /* Process status. */ macro
|
/titanic_52/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 473 if (write_note(pgc->pgc_fd, NT_PRSTATUS, &prstatus, in old_per_lwp() 484 if (write_note(pgc->pgc_fd, NT_PRSTATUS, &pr32, in old_per_lwp()
|
H A D | Pcore.c | 633 dprintf("Pgrab_core: failed to read NT_PRSTATUS\n"); in note_linux_prstatus() 1136 note_linux_prstatus, /* 1 NT_PRSTATUS (old) */ 1138 note_notsup, /* 1 NT_PRSTATUS (old) */ 2470 if (nhdr.n_type == NT_PRSTATUS ||
|
/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 30 @ MSG_NT_PRSTATUS "[ NT_PRSTATUS ]"
|
H A D | corenote.c | 66 CONV_DS_MSG_INIT(NT_PRSTATUS, types) }; in conv_cnote_type()
|
/titanic_52/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 1724 case NT_PRSTATUS: /* prstatus_t <sys/old_procfs.h> */ in corenote()
|