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

/osnet-11/usr/src/lib/libproc/common/
H A DPcore.c172 pstatus32_t ps32; local
175 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32))
178 pstatus_32_to_n(&ps32, &P->status);
243 psinfo32_t ps32; local
246 read(P->asfd, &ps32, sizeof (ps32)) != sizeof (ps32))
249 psinfo_32_to_n(&ps32,
[all...]
H A DPgcore.c1282 pstatus32_t ps32; local
1292 pstatus_n_to_32(&P->status, &ps32);
1293 if (write_note(fd, NT_PSTATUS, &ps32, sizeof (pstatus32_t),

Completed in 275 milliseconds