Lines Matching defs:copied
2196 int copied = 0;
2211 if ((copied + LPFC_RAS_MAX_ENTRY_SIZE) >= (size - 1)) {
2212 memcpy(buffer + copied, dmabuf->virt,
2213 size - copied - 1);
2214 copied += size - copied - 1;
2217 memcpy(buffer + copied, dmabuf->virt, LPFC_RAS_MAX_ENTRY_SIZE);
2218 copied += LPFC_RAS_MAX_ENTRY_SIZE;
2220 return copied;
4561 * @len: The length of bytes to copied.
4569 * This function returns the amount of data that was copied into @pbuffer.
4771 * @len: The length of bytes to copied.
4779 * This function returns the amount of data that was copied into @pbuffer.
5156 * @len: length into the internal buffer data has been copied.
5207 * @len: length into the internal buffer data has been copied.
5279 * @len: length into the internal buffer data has been copied.