Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dstring_helpers.c675 res = get_cmdline(task, buffer, PAGE_SIZE - 1); in kstrdup_quotable_cmdline()
/Linux-v6.1/mm/
Dutil.c1044 int get_cmdline(struct task_struct *task, char *buffer, int buflen) in get_cmdline() function
/Linux-v6.1/include/linux/
Dmm.h2001 int get_cmdline(struct task_struct *task, char *buffer, int buflen);
/Linux-v6.1/kernel/
Dauditsc.c1616 res = get_cmdline(current, buf, MAX_PROCTITLE_AUDIT_LEN); in audit_log_proctitle()