Searched refs:kstrdup (Results 126 - 150 of 348) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/pseries/
H A Dmobility.c152 new_prop->name = kstrdup(name, GFP_KERNEL);
/linux-master/kernel/module/
H A Dsysfs.c105 kstrdup(info->secstrings + sec->sh_name, GFP_KERNEL);
/linux-master/drivers/mtd/nand/raw/
H A Dtxx9ndfmc.c347 txx9_priv->mtdname = kstrdup(dev_name(&dev->dev),
/linux-master/fs/nfs/
H A Dunlink.c181 data->args.name.name = kstrdup(name->name, GFP_KERNEL);
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dpasswdobj-attributes.c90 buf_cp = kstrdup(buf, GFP_KERNEL);
/linux-master/drivers/base/power/
H A Dclock_ops.c209 ce->con_id = kstrdup(con_id, GFP_KERNEL);
/linux-master/drivers/misc/
H A Ddw-xdata-pcie.c343 dw->misc_dev.name = kstrdup(name, GFP_KERNEL);
H A Dpci_endpoint_test.c881 test->name = kstrdup(name, GFP_KERNEL);
894 misc_device->name = kstrdup(name, GFP_KERNEL);
/linux-master/net/ipv4/
H A Dtcp_cong.c373 saved_clone = clone = kstrdup(val, GFP_USER);
/linux-master/arch/powerpc/mm/
H A Ddrmem.c48 new_prop->name = kstrdup(prop->name, GFP_KERNEL);
/linux-master/drivers/iio/dummy/
H A Diio_simple_dummy.c610 indio_dev->name = kstrdup(name, GFP_KERNEL);
/linux-master/drivers/mtd/devices/
H A Dblock2mtd.c306 name = kstrdup(label, GFP_KERNEL);
/linux-master/fs/bcachefs/
H A Dopts.c482 copied_opts = kstrdup(options, GFP_KERNEL);
/linux-master/fs/smb/server/
H A Dserver.c50 server_conf.conf[idx] = kstrdup(val, GFP_KERNEL);
/linux-master/fs/smb/client/
H A Dconnect.c1699 tcp_ses->hostname = kstrdup(ctx->server_hostname, GFP_KERNEL);
1706 tcp_ses->leaf_fullpath = kstrdup(ctx->leaf_fullpath, GFP_KERNEL);
2202 ctx->domainname = kstrdup(ses->domainName, GFP_KERNEL);
2311 ses->user_name = kstrdup(ctx->username, GFP_KERNEL);
2318 ses->password = kstrdup(ctx->password, GFP_KERNEL);
2324 ses->password2 = kstrdup(ctx->password2, GFP_KERNEL);
2329 ses->domainName = kstrdup(ctx->domainname, GFP_KERNEL);
2582 tcon->password = kstrdup(ctx->password, GFP_KERNEL);
3310 cifs_sb->prepath = kstrdup(ctx->prepath, GFP_KERNEL);
H A Dcifsencrypt.c396 ses->domainName = kstrdup(defdmname, GFP_KERNEL);
715 ses->domainName = kstrdup("", GFP_KERNEL);
H A Dsmb1ops.c630 data->symlink_target = kstrdup(cfile->symlink_target, GFP_KERNEL);
964 *symlinkinfo = kstrdup(referral.node_name, GFP_KERNEL);
/linux-master/kernel/livepatch/
H A Dcore.c494 obj->name = kstrdup(name, GFP_KERNEL);
523 func->old_name = kstrdup(old_func->old_name, GFP_KERNEL);
/linux-master/drivers/tty/
H A Dvcc.c581 name = kstrdup(dev_name(&vdev->dev), GFP_KERNEL);
630 port->domain = kstrdup(domain, GFP_KERNEL);
/linux-master/drivers/hwmon/
H A Dhwmon.c827 hwdev->label = kstrdup(label, GFP_KERNEL);
1101 name = kstrdup(old_name, GFP_KERNEL);
/linux-master/kernel/trace/
H A Dtrace_fprobe.c398 tf->symbol = kstrdup(symbol, GFP_KERNEL);
937 *symbol = kstrdup(argv[1], GFP_KERNEL);
H A Dtrace_eprobe.c216 ep->event_name = kstrdup(event_name, GFP_KERNEL);
219 ep->event_system = kstrdup(sys_name, GFP_KERNEL);
/linux-master/sound/hda/
H A Dhdac_device.c191 newname = kstrdup(name, GFP_KERNEL);
682 codec->vendor_name = kstrdup(c->name, GFP_KERNEL);
/linux-master/security/smack/
H A Dsmack_lsm.c651 ctx->fsdefault = kstrdup(sbsp->smk_default->smk_known, GFP_KERNEL);
657 ctx->fsfloor = kstrdup(sbsp->smk_floor->smk_known, GFP_KERNEL);
663 ctx->fshat = kstrdup(sbsp->smk_hat->smk_known, GFP_KERNEL);
670 ctx->fstransmute = kstrdup(sbsp->smk_root->smk_known, GFP_KERNEL);
1053 xattr->value = kstrdup(isp->smk_known, GFP_NOFS);
1600 *buffer = kstrdup(label, GFP_KERNEL);
3690 cp = kstrdup(skp->smk_known, GFP_KERNEL);
4590 copy = kstrdup(skp->smk_known, GFP_KERNEL);
/linux-master/drivers/base/
H A Dswnode.c251 dst_ptr[i] = kstrdup(src_ptr[i], GFP_KERNEL);
306 dst->name = kstrdup(src->name, GFP_KERNEL);

Completed in 335 milliseconds

1234567891011>>