Home
last modified time | relevance | path

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

/linux-6.1.9/security/yama/
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()
/linux-6.1.9/include/linux/
Dstring_helpers.h103 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp);
/linux-6.1.9/lib/
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);
/linux-6.1.9/security/loadpin/
Dloadpin.c31 cmdline = kstrdup_quotable_cmdline(current, GFP_KERNEL); in report_load()
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_gpu.c352 *cmd = kstrdup_quotable_cmdline(task, GFP_KERNEL); in get_comm_cmdline()