Searched defs:ps32 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c592 psinfo32_t ps32; local
593 psinfo_n_to_32(&ps, &ps32);
594 if (write_note(pgc->pgc_fd, NT_SPYMASTER, &ps32,
1328 pstatus32_t ps32; local
1338 pstatus_n_to_32(&P->status, &ps32);
1339 if (write_note(fd, NT_PSTATUS, &ps32, sizeof (pstatus32_t),
H A DPcore.c391 pstatus32_t ps32; local
394 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32))
397 pstatus_32_to_n(&ps32, &P->status);
668 psinfo32_t ps32; local
671 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32))
674 psinfo_32_to_n(&ps32,
1146 psinfo32_t ps32; local
[all...]

Completed in 62 milliseconds