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

/darwin-on-arm/xnu/osfmk/kern/
H A Dxpr.c75 * xprptr will be reset, but the saved value should be OK.
84 struct xprbuf *xprptr; /* Currently allocated xprbuf */ variable in typeref:struct:xprbuf
100 if (!xprenable || (xprptr == 0))
106 x = xprptr++;
107 if (xprptr >= xprlast) {
109 xprptr = xprbase;
111 /* Save xprptr in allocated memory. */
112 *(struct xprbuf **)xprlast = xprptr;

Completed in 24 milliseconds