Searched refs:kstrdup (Results 76 - 100 of 132) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Ddir.c319 req->r_path2 = kstrdup(fi->last_name, GFP_NOFS);
704 req->r_path2 = kstrdup(dest, GFP_NOFS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dusbtouchscreen.c826 firmware_ver = kstrdup(&buf[2], GFP_NOIO);
830 device_name = kstrdup(&buf[2], GFP_NOIO);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dcore.c1255 *tmp = kstrdup(dev_name(dev), GFP_KERNEL);
1621 old_device_name = kstrdup(dev_name(dev), GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c504 rsci.client_name = kstrdup(buf, GFP_KERNEL);
782 new->h.name = kstrdup(name, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditfilter.c725 lsm_str = kstrdup(sf->lsm_str, GFP_KERNEL);
802 fk = kstrdup(old->filterkey, GFP_KERNEL);
H A Dauditsc.c647 ctx->filterkey = kstrdup(rule->filterkey, GFP_ATOMIC);
672 *key = kstrdup(e->rule.filterkey, GFP_ATOMIC);
1660 p->filterkey = kstrdup(ctx->filterkey, GFP_KERNEL);
H A Dmodule.c499 mod->field = kstrdup(s, GFP_KERNEL); \
1189 sattr->name = kstrdup(info->secstrings + sec->sh_name,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dnamespace.c153 mnt->mnt_devname = kstrdup(name, GFP_KERNEL);
741 rcu_assign_pointer(sb->s_options, kstrdup(options, GFP_KERNEL));
H A Dsuper.c1095 mnt->mnt_sb->s_subtype = kstrdup(subtype, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dclnt.c224 clnt->cl_principal = kstrdup(args->client_name, GFP_KERNEL);
389 new->cl_principal = kstrdup(clnt->cl_principal, GFP_KERNEL);
H A Dsvcauth_unix.c59 new->h.name = kstrdup(name, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-log.c77 type_name_dup = kstrdup(type_name, GFP_KERNEL);
H A Ddm-mpath.c744 m->hw_handler_name = kstrdup(shift(as), GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtuner-xc2028.c1243 priv->ctrl.fname = kstrdup(p->fname, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dfw.c328 options_orig = kstrdup(_options, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dvolumes.c403 device->name = kstrdup(path, GFP_NOFS);
417 name = kstrdup(path, GFP_NOFS);
456 device->name = kstrdup(orig_dev->name, GFP_NOFS);
1474 device->name = kstrdup(device_path, GFP_NOFS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsctl.c962 toclose = kstrdup(buf + 1, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dnet_kern.c679 str = kstrdup(str, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-cgroup.c744 buf = kstrdup(buffer, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_codec.c707 codec->vendor_name = kstrdup(vendor, GFP_KERNEL);
716 codec->chip_name = kstrdup(codec->preset->name, GFP_KERNEL);
719 codec->chip_name = kstrdup(tmp, GFP_KERNEL);
1080 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Dtrans_fd.c728 tmp_options = kstrdup(params, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dconnect.c1758 ses->password = kstrdup(volume_info->password, GFP_KERNEL);
1866 tcon->password = kstrdup(volume_info->password, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dsuper.c1819 args->nfs_server.hostname = kstrdup(data->hostname, GFP_KERNEL);
2700 tmp = kstrdup(devname, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dcapi.c1352 commands[AT_TYPE] = kstrdup(s, GFP_KERNEL);
1400 commands[AT_CLIP] = kstrdup(s, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c8649 tp->bios_version_str = kstrdup(s, GFP_KERNEL);
8676 tp->ec_version_str = kstrdup(ec_fw_string, GFP_KERNEL);
8700 tp->model_str = kstrdup(s, GFP_KERNEL);
8706 tp->nummodel_str = kstrdup(s, GFP_KERNEL);

Completed in 501 milliseconds

123456