Home
last modified time | relevance | path

Searched refs:PR_GET_NAME (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/prctl/
H A Dset-process-name.c32 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 Dtest_overhead.c72 if (CHECK_FAIL(prctl(PR_GET_NAME, comm, 0L, 0L, 0L))) in test_test_overhead()
/openbmc/linux/include/uapi/linux/
H A Dprctl.h57 #define PR_GET_NAME 16 /* Get process name */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h57 #define PR_GET_NAME 16 /* Get process name */ macro
/openbmc/linux/kernel/
H A Dsys.c2502 case PR_GET_NAME: in SYSCALL_DEFINE5()
/openbmc/qemu/linux-user/
H A Dsyscall.c6287 # 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()