Home
last modified time | relevance | path

Searched refs:kstrdup_quotable_cmdline (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/security/yama/
H A Dyama_lsm.c57 target_cmd = kstrdup_quotable_cmdline(info->target, GFP_KERNEL); in __report_access()
58 agent_cmd = kstrdup_quotable_cmdline(info->agent, GFP_KERNEL); in __report_access()
/openbmc/linux/include/linux/
H A Dstring_helpers.h109 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp);
/openbmc/linux/lib/
H A Dstring_helpers.c666 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp) in kstrdup_quotable_cmdline() function
692 EXPORT_SYMBOL_GPL(kstrdup_quotable_cmdline);
/openbmc/linux/security/loadpin/
H A Dloadpin.c31 cmdline = kstrdup_quotable_cmdline(current, GFP_KERNEL); in report_load()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.c349 *cmd = kstrdup_quotable_cmdline(task, GFP_KERNEL); in get_comm_cmdline()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c1445 cmd = kstrdup_quotable_cmdline(task, GFP_KERNEL); in etnaviv_gpu_recover_hang()