Home
last modified time | relevance | path

Searched refs:ps32 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c409 pstatus32_t ps32; in note_pstatus() local
412 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32)) in note_pstatus()
415 pstatus_32_to_n(&ps32, &P->status); in note_pstatus()
686 psinfo32_t ps32; in note_psinfo() local
689 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32)) in note_psinfo()
692 psinfo_32_to_n(&ps32, &P->psinfo); in note_psinfo()
1206 psinfo32_t ps32; in note_spymaster() local
1209 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32)) in note_spymaster()
1212 psinfo_32_to_n(&ps32, &P->spymaster); in note_spymaster()
H A DPgcore.c518 psinfo32_t ps32; in new_per_lwp() local
519 psinfo_n_to_32(&ps, &ps32); in new_per_lwp()
520 if (write_note(pgc->pgc_fd, NT_SPYMASTER, &ps32, in new_per_lwp()
1384 pstatus32_t ps32; in Pfgcore() local
1394 pstatus_n_to_32(&P->status, &ps32); in Pfgcore()
1395 if (write_note(fd, NT_PSTATUS, &ps32, sizeof (pstatus32_t), in Pfgcore()