Home
last modified time | relevance | path

Searched refs:NT_PRPRIVINFO (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Delf.h990 #define NT_PRPRIVINFO 19 /* priv_impl_info_t <sys/priv.h> */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c377 error = elfnote(vp, &offset, NT_PRPRIVINFO, priv_get_implinfo_size(), in write_elfnotes()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg47 @ MSG_NT_PRPRIVINFO "[ NT_PRPRIVINFO ]"
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1460 if (write_note(fd, NT_PRPRIVINFO, pinfo, pinfosz, &doff) != 0) in Pfgcore()
H A DPcore.c1327 [NT_PRPRIVINFO] = note_priv_info,
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c1998 case NT_PRPRIVINFO: /* priv_impl_info_t <sys/priv.h> */ in corenote()