Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A DPcore.c369 pstatus32_t ps32; in note_pstatus() local
372 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32)) in note_pstatus()
375 pstatus_32_to_n(&ps32, &P->status); in note_pstatus()
646 psinfo32_t ps32; in note_psinfo() local
649 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32)) in note_psinfo()
652 psinfo_32_to_n(&ps32, &P->psinfo); in note_psinfo()
1096 psinfo32_t ps32; in note_spymaster() local
1099 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32)) in note_spymaster()
1102 psinfo_32_to_n(&ps32, &P->spymaster); in note_spymaster()
H A DPgcore.c592 psinfo32_t ps32; in new_per_lwp() local
593 psinfo_n_to_32(&ps, &ps32); in new_per_lwp()
594 if (write_note(pgc->pgc_fd, NT_SPYMASTER, &ps32, in new_per_lwp()
1328 pstatus32_t ps32; in Pfgcore() local
1338 pstatus_n_to_32(&P->status, &ps32); in Pfgcore()
1339 if (write_note(fd, NT_PSTATUS, &ps32, sizeof (pstatus32_t), in Pfgcore()