Searched refs:gwins (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPlwpregs.c257 Plwp_getgwindows(struct ps_prochandle *P, lwpid_t lwpid, gwindows_t *gwins) argument
273 gwins, sizeof (gwindows_t)));
277 *gwins = *lwp->lwp_gwins;
H A DPgcore.c516 gwindows_t gwins; local
519 if (Plwp_getgwindows(P, lsp->pr_lwpid, &gwins) == 0 &&
520 gwins.wbcnt > 0) {
521 size = sizeof (gwins) - sizeof (gwins.wbuf) +
522 gwins.wbcnt * sizeof (gwins.wbuf[0]);
524 if (write_note(pgc->pgc_fd, NT_GWINDOWS, &gwins, size,

Completed in 27 milliseconds