Searched refs:open_with_retry (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dprocfs.c477 /* open_with_retry() is a wrapper for open(). The appropriate
481 For other conditions, open_with_retry() will retry the open() a
489 open_with_retry (const char *pathname, int flags) function
596 fd = open_with_retry (tmp, O_WRONLY);
605 fd = open_with_retry (tmp, O_RDWR);
615 fd = open_with_retry (tmp, O_RDONLY);
640 if ((fd = open_with_retry (pi->pathname, O_RDWR)) == 0)
645 fd = open_with_retry (pi->pathname, O_RDWR);
902 sysent_fd = open_with_retry (pathname, O_RDONLY);
2949 if ((fd = open_with_retry (pathnam
[all...]

Completed in 105 milliseconds