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

/barrelfish-2018-10-04/lib/libc/sys/barrelfish/
H A Dposix_syscalls.c17 #define FAIL_FN() \ macro
24 static int open_fail(const char *pathname, int flags) { FAIL_FN(); }
25 static int read_fail(int fd, void *buf, size_t len) { FAIL_FN(); }
26 static int write_fail(int fd, const void *buf, size_t len) { FAIL_FN(); }
27 static int close_fail(int fd) { FAIL_FN(); }
28 static off_t lseek_fail(int fd, off_t off, int whence) { FAIL_FN(); }
/barrelfish-2018-10-04/lib/libc/sys/
H A Dbarrelfish_syscalls.c19 #define FAIL_FN() \ macro
26 static int open_fail(const char *pathname, int flags) { FAIL_FN(); }
27 static int read_fail(int fd, void *buf, size_t len) { FAIL_FN(); }
28 static int write_fail(int fd, const void *buf, size_t len) { FAIL_FN(); }
29 static int close_fail(int fd) { FAIL_FN(); }
30 static off_t lseek_fail(int fd, off_t off, int whence) { FAIL_FN(); }

Completed in 81 milliseconds