Searched refs:kstrdup (Results 51 - 75 of 346) sorted by relevance

1234567891011>>

/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/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c81 options = kstrdup(buf, GFP_KERNEL);
305 opt = kstrdup(buf, GFP_KERNEL);
406 opt = kstrdup(buf, GFP_KERNEL);
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2_bridge.c140 val = kstrdup(val_el->string.pointer, GFP_KERNEL);
172 return kstrdup(gv->val, GFP_KERNEL);
513 vcm_type = kstrdup(obj->string.pointer, GFP_KERNEL);
/linux-master/fs/9p/
H A Dv9fs.c184 tmp_options = kstrdup(opts, GFP_KERNEL);
397 v9ses->uname = kstrdup(V9FS_DEFUSER, GFP_KERNEL);
401 v9ses->aname = kstrdup(V9FS_DEFANAME, GFP_KERNEL);
/linux-master/mm/
H A Dutil.c46 * kstrdup - allocate space for and copy an existing string
53 char *kstrdup(const char *s, gfp_t gfp) function
67 EXPORT_SYMBOL(kstrdup); variable
78 * fallback to kstrdup.
85 return kstrdup(s, gfp);
/linux-master/drivers/base/
H A Ddevtmpfs.c184 path = kstrdup(nodepath, GFP_KERNEL);
268 path = kstrdup(nodepath, GFP_KERNEL);
/linux-master/net/netfilter/
H A Dxt_IDLETIMER.c151 info->timer->attr.attr.name = kstrdup(info->label, GFP_KERNEL);
200 info->timer->attr.attr.name = kstrdup(info->label, 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/kernel/
H A Daudit_watch.c208 path = kstrdup(old->path, GFP_KERNEL);
510 pathname = kstrdup(audit_mark_path(old->exe), GFP_KERNEL);
H A Dfail_function.c62 attr->kp.symbol_name = kstrdup(sym, GFP_KERNEL);
/linux-master/drivers/scsi/
H A Dscsi_dh.c369 handler_name = kstrdup(sdev->handler->name, gfp);
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Ddell-wmi-sysman.h139 buf_cp = kstrdup(buf, GFP_KERNEL); \
H A Denum-attributes.c45 options = tmp = kstrdup(wmi_priv.enumeration_data[instance_id].possible_values,
/linux-master/drivers/soc/fsl/
H A Dguts.c223 soc_dev_attr->machine = kstrdup(machine, GFP_KERNEL);
/linux-master/kernel/gcov/
H A Dgcc_4_7.c297 dup->filename = kstrdup(info->filename, GFP_KERNEL);
/linux-master/arch/xtensa/platforms/xtfpga/
H A Dsetup.c126 newmac->name = kstrdup("local-mac-address", GFP_KERNEL);
/linux-master/drivers/char/
H A Dmisc.c178 return kstrdup(c->nodename, GFP_KERNEL);
/linux-master/kernel/irq/
H A Ddebugfs.c230 desc->dev_name = kstrdup(name, GFP_KERNEL);
/linux-master/security/
H A Dinode.c269 link = kstrdup(target, GFP_KERNEL);
/linux-master/drivers/net/netdevsim/
H A Dhealth.c55 health->recovered_break_msg = kstrdup(ctx->break_msg,
/linux-master/drivers/media/cec/core/
H A Dcec-notifier.c71 n->port_name = kstrdup(port_name, GFP_KERNEL);
/linux-master/drivers/isdn/mISDN/
H A Ddsp_pipeline.c211 dup = next = kstrdup(cfg, GFP_ATOMIC);
/linux-master/security/selinux/ss/
H A Dcontext.h164 dst->str = kstrdup(src->str, GFP_ATOMIC);
/linux-master/net/sunrpc/
H A Daddr.c293 return kstrdup(addrbuf, gfp_flags);
/linux-master/drivers/greybus/
H A Dbundle.c47 bundle->state = kstrdup(buf, GFP_KERNEL);

Completed in 1011 milliseconds

1234567891011>>