Searched refs:kstrdup (Results 26 - 50 of 348) sorted by relevance

1234567891011>>

/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 Dreconfig.c32 np->full_name = kstrdup(kbasename(path), GFP_KERNEL);
176 if (!(new->name = kstrdup(name, GFP_KERNEL)))
/linux-master/fs/smb/server/
H A Dtransport_tcp.c527 iface = alloc_iface(kstrdup(netdev->name, GFP_KERNEL));
623 if (!alloc_iface(kstrdup(netdev->name, GFP_KERNEL)))
632 if (!alloc_iface(kstrdup(ifc_list, GFP_KERNEL)))
/linux-master/fs/smb/client/
H A Dfs_context.c333 new_ctx->field = kstrdup(ctx->field, GFP_ATOMIC); \
450 orig = opts = kstrdup(options, GFP_KERNEL);
466 *val = kstrdup(nval, GFP_KERNEL);
484 * @gfp indicates the GFP_* flags for kstrdup.
515 s = kstrdup(prepath, gfp);
920 ses->password = kstrdup(ctx->password, GFP_KERNEL);
922 ses->password2 = kstrdup(ctx->password2, GFP_KERNEL);
1285 fc->source = kstrdup(ctx->source, GFP_KERNEL);
1307 ctx->username = kstrdup(param->string, GFP_KERNEL);
1319 ctx->password = kstrdup(para
[all...]
/linux-master/drivers/char/ipmi/
H A Dipmi_si_hotmod.c191 str = kstrdup(val, GFP_KERNEL);
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dpassobj-attributes.c78 buf_cp = kstrdup(buf, GFP_KERNEL);
/linux-master/drivers/usb/gadget/legacy/
H A Dprinter.c152 opts->pnp_string = kstrdup(iPNPstring, GFP_KERNEL);
/linux-master/fs/nfs/
H A Dgetroot.c78 name = kstrdup(fc->source, GFP_KERNEL);
/linux-master/drivers/mtd/parsers/
H A Dqcomsmempart.c135 name = kstrdup(pentry->name, GFP_KERNEL);
H A Dtplink_safeloader.c102 parts[idx].name = kstrdup(name, GFP_KERNEL);
H A Dafs.c201 part->name = kstrdup(iis.name, GFP_KERNEL);
312 part->name = kstrdup(name, GFP_KERNEL);
/linux-master/arch/arm/mach-mvebu/
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/drivers/md/
H A Ddm-exception-store.c82 type_name_dup = kstrdup(type_name, GFP_KERNEL);
/linux-master/drivers/of/
H A Dkobj.c55 name = kstrdup(orig_name, GFP_KERNEL);
/linux-master/net/netfilter/
H A Dxt_LED.c115 ledinternal->trigger_id = kstrdup(ledinfo->id, GFP_KERNEL);
/linux-master/drivers/gpu/drm/i915/
H A Di915_params.c191 *valp = kstrdup(*valp, GFP_ATOMIC);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_params.c178 *valp = kstrdup(*valp ? *valp : "", GFP_ATOMIC);
/linux-master/kernel/trace/
H A Dtrace_boot.c432 tmp = kstrdup(buf, GFP_KERNEL);
443 tmp = kstrdup(buf, GFP_KERNEL);
567 q = kstrdup(p, GFP_KERNEL);
577 q = kstrdup(p, GFP_KERNEL);
/linux-master/fs/cachefiles/
H A Ddaemon.c564 dir = kstrdup(args, GFP_KERNEL);
592 secctx = kstrdup(args, GFP_KERNEL);
618 tag = kstrdup(args, GFP_KERNEL);
798 cache->tag = kstrdup("CacheFiles", GFP_KERNEL);
/linux-master/lib/
H A Dstring_helpers.c711 return kstrdup("<unknown>", gfp);
716 return kstrdup("<no_memory>", gfp);
720 pathname = kstrdup("<too_long>", gfp);
736 dst = kstrdup(src, gfp);
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dparam.c414 opt.err = kstrdup("defaulting to 2 (MSI-X)",
419 opt.err = kstrdup("defaulting to 1 (MSI)", GFP_KERNEL);
/linux-master/drivers/pmdomain/tegra/
H A Dpowergate-bpmp.c140 return kstrdup(response.get_name.name, GFP_KERNEL);
184 powergate->genpd.name = kstrdup(info->name, GFP_KERNEL);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpu.c275 state->comm = kstrdup(comm, GFP_KERNEL);
276 state->cmd = kstrdup(cmd, GFP_KERNEL);
336 /* Note that kstrdup will return NULL if argument is NULL: */
337 *comm = kstrdup(ctx->comm, GFP_KERNEL);
338 *cmd = kstrdup(ctx->cmdline, GFP_KERNEL);
345 *comm = kstrdup(task->comm, GFP_KERNEL);
/linux-master/fs/overlayfs/
H A Dparams.c268 char *tmp = kstrdup(name, GFP_KERNEL);
375 char *name = kstrdup(param->string, GFP_KERNEL);
461 ctx->lowerdir_all = kstrdup(name, GFP_KERNEL);
465 dup = kstrdup(name, GFP_KERNEL);
505 l->name = kstrdup(iter, GFP_KERNEL_ACCOUNT);

Completed in 222 milliseconds

1234567891011>>