Function report |
Source Code:lib\scatterlist.c |
Create Date:2022-07-28 06:20:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sg_pcopy_from_buffer - Copy from a linear buffer to an SG list*@sgl: The SG list*@nents: Number of SG entries*@buf: Where to copy from*@buflen: The number of bytes to copy*@skip: Number of bytes to skip before copying* Returns the number of copied bytes.
Proto:size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, const void *buf, size_t buflen, off_t skip)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct scatterlist * | sgl | |
unsigned int | nents | |
const void * | buf | |
size_t | buflen | |
off_t | skip |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |