Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c8201 static int is_proc_myself(const char *filename, const char *entry) in is_proc_myself() function
8320 { "maps", open_self_maps, is_proc_myself }, in do_guest_openat()
8321 { "smaps", open_self_smaps, is_proc_myself }, in do_guest_openat()
8322 { "stat", open_self_stat, is_proc_myself }, in do_guest_openat()
8323 { "auxv", open_self_auxv, is_proc_myself }, in do_guest_openat()
8324 { "cmdline", open_self_cmdline, is_proc_myself }, in do_guest_openat()
8345 if (is_proc_myself(pathname, "exe")) { in do_guest_openat()
8414 if (is_proc_myself((const char *)pathname, "exe")) { in do_guest_readlink()
8511 if (is_proc_myself(p, "exe")) { in do_execv()
10317 } else if (is_proc_myself((const char *)p, "exe")) { in _syscall2()