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

/osnet-11/usr/src/lib/libproc/common/
H A DPcore.c570 size_t xbytes = sizeof (prxregset_t); local
573 if (lwp == NULL || lwp->lwp_xregs != NULL || nbytes < xbytes)
576 if ((xregs = malloc(xbytes)) == NULL)
579 if (read(P->asfd, xregs, xbytes) != xbytes) {

Completed in 24 milliseconds