Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libproc/common/
H A DPcore.c1007 size_t xbytes = sizeof (prxregset_t); in note_xreg() local
1010 if (lwp == NULL || lwp->lwp_xregs != NULL || nbytes < xbytes) in note_xreg()
1013 if ((xregs = malloc(xbytes)) == NULL) in note_xreg()
1016 if (read(P->asfd, xregs, xbytes) != xbytes) { in note_xreg()