Lines Matching refs:read_response
2050 struct rpc_reply_read *read_response = NULL;
2163 read_response = (struct rpc_reply_read *)nmp->nm_iobuffer;
2164 readsize = fxdr_unsigned(uint32_t, read_response->read.hdr.count);
2168 if (LOS_CopyFromKernel(buffer, buflen, (const void *)read_response->read.data, readsize) != 0)
2183 if (read_response->read.hdr.eof != 0)
2200 struct rpc_reply_read *read_response = NULL;
2308 read_response = (struct rpc_reply_read *)nmp->nm_iobuffer;
2309 readsize = fxdr_unsigned(uint32_t, read_response->read.hdr.count);
2313 if (LOS_CopyFromKernel(buffer, buflen, (const void *)read_response->read.data, readsize) != 0)
2328 if (read_response->read.hdr.eof != 0)