Searched refs:xbytes (Results 1 – 1 of 1) sorted by relevance
1007 size_t xbytes = sizeof (prxregset_t); in note_xreg() local1010 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()