HomeSort by: relevance | last modified time | path
    Searched refs:gotnow (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xfs/dist/os/
io.c 120 gotnow, local
159 gotnow = oci->bufcnt + oci->buffer - oci->bufptr;
163 if ((gotnow < SIZEOF(fsReq)) ||
164 (gotnow < (needed = request_length(request, client)))) {
166 if ((gotnow < SIZEOF(fsReq)) || needed == 0)
173 if ((gotnow == 0) ||
176 if ((gotnow > 0) && (oci->bufptr != oci->buffer))
177 memmove( oci->buffer, oci->bufptr, gotnow);
191 oci->bufcnt = gotnow;
214 gotnow += result
270 int gotnow, local
335 int gotnow; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/os/
io.c 122 * | |- gotnow ->| | |
135 * In several of the functions, gotnow and needed are local variables
138 * gotnow is the number of bytes of the request that we're
140 * Typically, gotnow = (buffer + bufcnt) - bufptr
200 unsigned int gotnow, needed; local
254 gotnow = oci->bufcnt + oci->buffer - oci->bufptr;
262 else if (gotnow < sizeof(xReq))
281 if (gotnow < sizeof(xBigReq))
293 if (gotnow < needed)
309 oci->ignoreBytes = needed - gotnow;
507 int gotnow, moveup; local
582 int gotnow, needed; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/os/
io.c 129 * | |- gotnow ->| | |
142 * In several of the functions, gotnow and needed are local variables
145 * gotnow is the number of bytes of the request that we're
147 * Typically, gotnow = (buffer + bufcnt) - bufptr
233 unsigned int gotnow, needed; local
268 gotnow = oci->bufcnt + oci->buffer - oci->bufptr;
276 else if (gotnow < sizeof(xReq)) {
292 if (gotnow < sizeof(xBigReq)) {
307 if (gotnow < needed) {
321 oci->ignoreBytes = needed - gotnow;
516 int gotnow, moveup; local
575 int gotnow, needed; local
    [all...]

Completed in 12 milliseconds