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

/external/blktrace/btt/
H A Dmisc.c106 static int handle_open_failure(void) function
161 } while (fp == NULL && handle_open_failure());
172 } while (fd < 0 && handle_open_failure());
/external/blktrace/
H A Dblktrace.c641 static int handle_open_failure(void) function
655 return handle_open_failure();
671 } while (fp == NULL && handle_open_failure());
682 } while (fd < 0 && handle_open_failure());
693 } while (fd < 0 && handle_open_failure());
704 } while (fd < 0 && handle_open_failure());

Completed in 34 milliseconds