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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c337 open_with_retry (const char *pathname, int flags) function
406 fd = open_with_retry (tmp, O_WRONLY);
415 fd = open_with_retry (tmp, O_RDWR);
425 fd = open_with_retry (tmp, O_RDONLY);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c338 open_with_retry (const char *pathname, int flags) function
407 fd = open_with_retry (tmp, O_WRONLY);
416 fd = open_with_retry (tmp, O_RDWR);
426 fd = open_with_retry (tmp, O_RDONLY);

Completed in 211 milliseconds