Home
last modified time | relevance | path

Searched refs:orig_buf (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/test/
H A Dcompression.c294 void *orig_buf; in run_test() local
302 orig_buf = (void *)plain; in run_test()
303 orig_size = strlen(orig_buf); /* Trailing NULL not included. */ in run_test()
317 errcheck(compress(orig_buf, orig_size, in run_test()
332 errcheck(memcmp(orig_buf, uncompressed_buf, orig_size) == 0); in run_test()
340 errcheck(memcmp(orig_buf, uncompressed_buf, orig_size) == 0); in run_test()
345 ret = compress(orig_buf, orig_size, in run_test()
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_device.c872 char *orig_buf, *buf; in tls_device_reencrypt() local
874 orig_buf = kmalloc(rxm->full_len + TLS_HEADER_SIZE + in tls_device_reencrypt()
876 if (!orig_buf) in tls_device_reencrypt()
878 buf = orig_buf; in tls_device_reencrypt()
947 kfree(orig_buf); in tls_device_reencrypt()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c1758 u8 *orig_buf; in htc_proc_trailer() local
1763 orig_buf = buf; in htc_proc_trailer()
1798 "", orig_buf, orig_len); in htc_proc_trailer()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dampdu.c1350 char *orig_buf = buf; in _dump_BA_notification() local
1357 return ((size_t)buf - (size_t)orig_buf); in _dump_BA_notification()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dniu.c9339 char *orig_buf = buf; in show_port_phy() local
9360 return buf - orig_buf; in show_port_phy()
9397 char *orig_buf = buf; in __show_chan_per_port() local
9410 return buf - orig_buf; in __show_chan_per_port()