Home
last modified time | relevance | path

Searched refs:NT_CONTENT (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Delf.h819 #define NT_CONTENT 20 /* core_content_t <sys/corectl.h> */ macro
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf_notes.c303 error = elfnote(vp, &offset, NT_CONTENT, sizeof (core_content_t), in write_elfnotes()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg47 @ MSG_NT_CONTENT "[ NT_CONTENT ]"
/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c1361 write_note(fd, NT_CONTENT, &content, sizeof (content), &doff) != 0) in Pfgcore()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1822 case NT_CONTENT: /* core_content_t <sys/corectl.h> */ in corenote()