Home | History | Annotate | Download | only in src

Lines Matching refs:BufferState

86         pBuffer->BufferState        = LVM_FIRSTCALL;
117 if (pBuffer->BufferState == LVM_FIRSTCALL)
119 pBuffer->BufferState = LVM_FIRSTLASTCALL;
123 pBuffer->BufferState = LVM_LASTCALL;
132 if (((pBuffer->BufferState == LVM_FIRSTCALL) ||
133 (pBuffer->BufferState == LVM_FIRSTLASTCALL)) &&
171 if ((pBuffer->BufferState == LVM_FIRSTLASTCALL) ||
172 (pBuffer->BufferState == LVM_LASTCALL))
303 pBuffer->BufferState = LVM_FIRSTCALL;
399 pBuffer->BufferState = LVM_LASTCALL; /* Indicate this is the last bock to process */
549 if ((pBuffer->BufferState == LVM_FIRSTCALL) ||
550 (pBuffer->BufferState == LVM_FIRSTLASTCALL))
672 pBuffer->BufferState = LVM_MAXBLOCKCALL; /* Set for the default call block size */
754 if (pBuffer->BufferState == LVM_LASTCALL)