Searched refs:kmemdup (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/lib/ |
D | linux_compat.c | 53 void *kmemdup(const void *src, size_t len, gfp_t gfp) in kmemdup() function
|
/external/u-boot/lib/crypto/ |
D | x509_cert_parser.c | 110 cert->pub->key = kmemdup(ctx->key, ctx->key_size, GFP_KERNEL); in x509_cert_parse() 116 cert->pub->params = kmemdup(ctx->params, ctx->params_size, GFP_KERNEL); in x509_cert_parse()
|
D | x509_public_key.c | 55 sig->s = kmemdup(cert->raw_sig, cert->raw_sig_size, GFP_KERNEL); in x509_get_sig_params()
|
D | pkcs7_parser.c | 641 ctx->sinfo->sig->s = kmemdup(value, vlen, GFP_KERNEL);
|
/external/u-boot/include/linux/ |
D | compat.h | 349 void *kmemdup(const void *src, size_t len, gfp_t gfp);
|
/external/u-boot/drivers/usb/musb-new/ |
D | musb_dsps.c | 636 glue->wrp = kmemdup(wrp, sizeof(*wrp), GFP_KERNEL); in dsps_probe()
|
/external/u-boot/drivers/mtd/ |
D | mtdconcat.c | 182 vecs_copy = kmemdup(vecs, sizeof(struct kvec) * count, GFP_KERNEL); in concat_writev()
|
D | mtdcore.c | 609 real_parts = kmemdup(parts, sizeof(*parts) * nr_parts, in mtd_device_parse_register()
|
/external/u-boot/fs/ubifs/ |
D | lpt.c | 1996 nnode = kmemdup(&path[h].nnode, sz, GFP_NOFS); in ubifs_lpt_scan_nolock() 2013 pnode = kmemdup(&path[h].pnode, sz, GFP_NOFS); in ubifs_lpt_scan_nolock()
|
D | tnc.c | 326 lnc_node = kmemdup(node, zbr->len, GFP_NOFS); in lnc_add()
|