Searched refs:get_cmdline (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | string_helpers.c | 606 res = get_cmdline(task, buffer, PAGE_SIZE - 1); in kstrdup_quotable_cmdline()
|
/kernel/linux/linux-6.6/lib/ |
H A D | string_helpers.c | 675 res = get_cmdline(task, buffer, PAGE_SIZE - 1); in kstrdup_quotable_cmdline()
|
/kernel/linux/linux-5.10/mm/ |
H A D | util.c | 1006 * get_cmdline() - copy the cmdline value to a buffer. 1015 int get_cmdline(struct task_struct *task, char *buffer, int buflen) in get_cmdline() function
|
/kernel/linux/linux-6.6/mm/ |
H A D | util.c | 986 * get_cmdline() - copy the cmdline value to a buffer. 995 int get_cmdline(struct task_struct *task, char *buffer, int buflen) in get_cmdline() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm.h | 1875 int get_cmdline(struct task_struct *task, char *buffer, int buflen);
|
/kernel/linux/linux-5.10/kernel/ |
H A D | auditsc.c | 1505 res = get_cmdline(current, buf, MAX_PROCTITLE_AUDIT_LEN); in audit_log_proctitle()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm.h | 2504 int get_cmdline(struct task_struct *task, char *buffer, int buflen);
|
/kernel/linux/linux-6.6/kernel/ |
H A D | auditsc.c | 1620 res = get_cmdline(current, buf, MAX_PROCTITLE_AUDIT_LEN); in audit_log_proctitle()
|
Completed in 23 milliseconds