Home
last modified time | relevance | path

Searched refs:pru_version (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h548 sl_field_t pru_version; member
H A Dcorenote.c1826 indent_enter(state, title, &layout->pru_version); in dump_upanic()
1827 w = extract_as_word(state, &layout->pru_version); in dump_upanic()
1829 PRINT_DEC(MSG_INTL(MSG_NOTE_BAD_UPANIC_VER), pru_version); in dump_upanic()
1833 PRINT_DEC(MSG_ORIG(MSG_CNOTE_T_PRU_VERSION), pru_version); in dump_upanic()
H A Dgen_struct_layout.c620 SCALAR_FIELD(prupanic_t, pru_version, 0); in gen_prupanic()
H A Delfdump.msg660 @ MSG_CNOTE_T_PRU_VERSION "pru_version:"
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h689 uint32_t pru_version;
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c666 bigwad->upanic.pru_version = PRUPANIC_VERSION_1; in write_elfnotes()
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c2968 if (core->core_upanic->pru_version != PRUPANIC_VERSION_1) {