Home
last modified time | relevance | path

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

/linux-6.12.1/security/yama/
Dyama_lsm.c58 target_cmd = kstrdup_quotable_cmdline(info->target, GFP_KERNEL); in __report_access()
59 agent_cmd = kstrdup_quotable_cmdline(info->agent, GFP_KERNEL); in __report_access()
/linux-6.12.1/include/linux/
Dstring_helpers.h113 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp);
/linux-6.12.1/lib/
Dstring_helpers.c676 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp) in kstrdup_quotable_cmdline() function
702 EXPORT_SYMBOL_GPL(kstrdup_quotable_cmdline);
/linux-6.12.1/security/loadpin/
Dloadpin.c32 cmdline = kstrdup_quotable_cmdline(current, GFP_KERNEL); in report_load()
/linux-6.12.1/drivers/gpu/drm/msm/
Dmsm_gpu.c350 *cmd = kstrdup_quotable_cmdline(task, GFP_KERNEL); in get_comm_cmdline()
/linux-6.12.1/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c1467 cmd = kstrdup_quotable_cmdline(task, GFP_KERNEL); in etnaviv_gpu_recover_hang()