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.c392 pstatus32_t ps32; in note_pstatus() local
395 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32)) in note_pstatus()
398 pstatus_32_to_n(&ps32, &P->status); in note_pstatus()
669 psinfo32_t ps32; in note_psinfo() local
672 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32)) in note_psinfo()
675 psinfo_32_to_n(&ps32, &P->psinfo); in note_psinfo()
1188 psinfo32_t ps32; in note_spymaster() local
1191 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32)) in note_spymaster()
1194 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()