Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dstring_helpers.h79 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp);
/Linux-v5.4/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-v5.4/lib/
Dstring_helpers.c597 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp) in kstrdup_quotable_cmdline() function
623 EXPORT_SYMBOL_GPL(kstrdup_quotable_cmdline);
/Linux-v5.4/security/loadpin/
Dloadpin.c25 cmdline = kstrdup_quotable_cmdline(current, GFP_KERNEL); in report_load()
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_gpu.c443 cmd = kstrdup_quotable_cmdline(task, GFP_KERNEL); in recover_worker()