Home
last modified time | relevance | path

Searched refs:get_cmdline (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/lib/
Dstring_helpers.c606 res = get_cmdline(task, buffer, PAGE_SIZE - 1); in kstrdup_quotable_cmdline()
/Linux-v5.4/mm/
Dutil.c843 int get_cmdline(struct task_struct *task, char *buffer, int buflen) in get_cmdline() function
/Linux-v5.4/include/linux/
Dmm.h1610 int get_cmdline(struct task_struct *task, char *buffer, int buflen);
/Linux-v5.4/kernel/
Dauditsc.c1424 res = get_cmdline(current, buf, MAX_PROCTITLE_AUDIT_LEN); in audit_log_proctitle()