• Home
  • Raw
  • Download

Lines Matching refs:memcpy

171 	memcpy(skb_put(skb,sizeof(__u16)), &len, sizeof(__u16));  in hycapi_register_internal()
172 memcpy(skb_put(skb,sizeof(__u16)), &appl, sizeof(__u16)); in hycapi_register_internal()
173 memcpy(skb_put(skb,sizeof(__u8)), &_command, sizeof(_command)); in hycapi_register_internal()
174 memcpy(skb_put(skb,sizeof(__u8)), &_subcommand, sizeof(_subcommand)); in hycapi_register_internal()
175 memcpy(skb_put(skb,sizeof(__u16)), &MessageNumber, sizeof(__u16)); in hycapi_register_internal()
176 memcpy(skb_put(skb,sizeof(__u16)), &MessageBufferSize, sizeof(__u16)); in hycapi_register_internal()
177 memcpy(skb_put(skb,sizeof(__u16)), &(rp->level3cnt), sizeof(__u16)); in hycapi_register_internal()
178 memcpy(skb_put(skb,sizeof(__u16)), &(rp->datablkcnt), sizeof(__u16)); in hycapi_register_internal()
179 memcpy(skb_put(skb,sizeof(__u16)), &(rp->datablklen), sizeof(__u16)); in hycapi_register_internal()
180 memcpy(skb_put(skb,slen), ExtFeatureDefaults, slen); in hycapi_register_internal()
248 memcpy(&hycapi_applications[appl-1].rp, in hycapi_register_appl()
279 memcpy(skb_put(skb,sizeof(__u16)), &len, sizeof(__u16)); in hycapi_release_internal()
280 memcpy(skb_put(skb,sizeof(__u16)), &appl, sizeof(__u16)); in hycapi_release_internal()
281 memcpy(skb_put(skb,sizeof(__u8)), &_command, sizeof(_command)); in hycapi_release_internal()
282 memcpy(skb_put(skb,sizeof(__u8)), &_subcommand, sizeof(_subcommand)); in hycapi_release_internal()
283 memcpy(skb_put(skb,sizeof(__u16)), &MessageNumber, sizeof(__u16)); in hycapi_release_internal()
559 memcpy(skb_put(skb, MsgLen), buf, MsgLen); in hycapi_rx_capipkt()
560 memcpy(skb_put(skb, 2*sizeof(__u32)), CP64, 2* sizeof(__u32)); in hycapi_rx_capipkt()
561 memcpy(skb_put(skb, len - MsgLen), buf + MsgLen, in hycapi_rx_capipkt()
570 memcpy(skb_put(skb, len), buf, len); in hycapi_rx_capipkt()