Searched refs:PR_GET_NAME (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/selftests/prctl/ |
H A D | set-process-name.c | 32 res = prctl(PR_GET_NAME, name, NULL, NULL, NULL); in check_is_name_correct() 45 res = prctl(PR_GET_NAME, name, NULL, NULL, NULL); in check_null_pointer()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_overhead.c | 72 if (CHECK_FAIL(prctl(PR_GET_NAME, comm, 0L, 0L, 0L))) in test_test_overhead()
|
/openbmc/linux/include/uapi/linux/ |
H A D | prctl.h | 57 #define PR_GET_NAME 16 /* Get process name */ macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | prctl.h | 57 #define PR_GET_NAME 16 /* Get process name */ macro
|
/openbmc/linux/kernel/ |
H A D | sys.c | 2502 case PR_GET_NAME: in SYSCALL_DEFINE5()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 6287 # define PR_GET_NAME 16 macro 6394 case PR_GET_NAME: in do_prctl() 6400 ret = get_errno(prctl(PR_GET_NAME, (uintptr_t)name, in do_prctl()
|