Searched refs:kstrdup (Results 1 - 25 of 348) sorted by path

1234567891011>>

/linux-master/drivers/isdn/mISDN/
H A Ddsp_hwec.c57 dup = kstrdup(arg, GFP_ATOMIC);
/linux-master/arch/arm/mach-mvebu/
H A Dboard-v7.c129 new_compat->name = kstrdup("compatible", GFP_KERNEL);
131 new_compat->value = kstrdup("marvell,mv78230-a0-i2c",
H A Dcoherency.c194 p->name = kstrdup("arm,io-coherent", GFP_KERNEL);
H A Dkirkwood.c116 pmac->name = kstrdup("local-mac-address", GFP_KERNEL);
/linux-master/arch/arm/mach-mxs/
H A Dmach-mxs.c185 newmac->name = kstrdup("local-mac-address", GFP_KERNEL);
/linux-master/arch/arm/mach-versatile/
H A Dversatile.c149 newprop->name = kstrdup("status", GFP_KERNEL);
150 newprop->value = kstrdup("disabled", GFP_KERNEL);
/linux-master/arch/arm/plat-orion/
H A Dgpio.c538 ochip->chip.label = kstrdup(gc_label, GFP_KERNEL);
/linux-master/arch/powerpc/mm/
H A Ddrmem.c48 new_prop->name = kstrdup(prop->name, GFP_KERNEL);
/linux-master/arch/powerpc/perf/
H A Dimc-pmu.c175 event->scale = kstrdup(s, GFP_KERNEL);
184 event->unit = kstrdup(s, GFP_KERNEL);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal.c820 name = kstrdup(export_name, GFP_KERNEL);
/linux-master/arch/powerpc/platforms/pseries/
H A Ddlpar.c60 prop->name = kstrdup(name, GFP_KERNEL);
87 dn->full_name = kstrdup(name, GFP_KERNEL);
523 args = argbuf = kstrdup(buf, GFP_KERNEL);
H A Dhotplug-memory.c40 new_prop->name = kstrdup(prop->name, GFP_KERNEL);
H A Diommu.c1262 win64->name = kstrdup(propname, GFP_KERNEL);
H A Dmobility.c152 new_prop->name = kstrdup(name, GFP_KERNEL);
H A Dpapr_scm.c1249 p->bus_desc.provider_name = kstrdup(p->pdev->name, GFP_KERNEL);
H A Dreconfig.c32 np->full_name = kstrdup(kbasename(path), GFP_KERNEL);
176 if (!(new->name = kstrdup(name, GFP_KERNEL)))
/linux-master/arch/s390/hypfs/
H A Dinode.c134 filp->private_data = kstrdup(data, GFP_KERNEL);
408 buffer = kstrdup(tmp, GFP_KERNEL);
/linux-master/arch/s390/kernel/
H A Dipl.c500 tmp = kstrdup(buf, GFP_KERNEL); \
/linux-master/arch/um/drivers/
H A Dline.c387 char *new = kstrdup(init, GFP_KERNEL);
H A Dmconsole_kern.c749 notify_socket = kstrdup(notify_socket, GFP_KERNEL);
H A Dnet_kern.c669 str = kstrdup(str, GFP_KERNEL);
H A Dubd_kern.c937 str = kstrdup(str, GFP_KERNEL);
H A Dvector_kern.c760 params = kstrdup(params, GFP_KERNEL);
/linux-master/arch/um/kernel/
H A Dprocess.c249 return kstrdup(string, GFP_KERNEL);
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c3957 eas[die].attr.attr.name = kstrdup(buf, GFP_KERNEL);

Completed in 608 milliseconds

1234567891011>>