| H A D | kqueue.c | 60 fail(int error, const char *func, const char *socktype, const char *rest) in fail() argument 65 if (socktype == NULL) in fail() 68 printf("# %s(%s): %s\n", func, socktype, in fail() 71 printf("# %s(%s, %s): %s\n", func, socktype, rest, in fail() 77 fail_assertion(const char *func, const char *socktype, const char *rest, in fail_assertion() argument 83 if (socktype == NULL) in fail_assertion() 88 socktype, assertion); in fail_assertion() 91 socktype, rest, assertion); in fail_assertion() 102 test_evfilt_read(int kq, int fd[2], const char *socktype) in test_evfilt_read() argument 112 fail(errno, "kevent", socktype, "EVFILT_READ, EV_ADD"); in test_evfilt_read() [all …]
|