Searched refs:open_with_retry (Results 1 – 2 of 2) sorted by relevance
489 open_with_retry (const char *pathname, int flags) in open_with_retry() function596 fd = open_with_retry (tmp, O_WRONLY); in open_procinfo_files()605 fd = open_with_retry (tmp, O_RDWR); in open_procinfo_files()615 fd = open_with_retry (tmp, O_RDONLY); in open_procinfo_files()640 if ((fd = open_with_retry (pi->pathname, O_RDWR)) == 0) in open_procinfo_files()645 fd = open_with_retry (pi->pathname, O_RDWR); in open_procinfo_files()902 sysent_fd = open_with_retry (pathname, O_RDONLY); in load_syscalls()2949 if ((fd = open_with_retry (pathname, O_RDONLY)) < 0) in proc_get_LDT_entry()5488 fd = open_with_retry (name, O_RDONLY); in solib_mappings_callback()
6650 * procfs.c (open_with_retry): New function.6652 (proc_get_LDT_entry): Call open_with_retry() instead of open().