/src/usr.sbin/powerd/ |
prog_ops.h | 47 int (*op_kevent)(int, const struct kevent *, size_t, struct kevent *, member in struct:prog_ops 56 #define prog_kevent prog_ops.op_kevent
|
prog_ops.h | 47 int (*op_kevent)(int, const struct kevent *, size_t, struct kevent *, member in struct:prog_ops 56 #define prog_kevent prog_ops.op_kevent
|
/src/lib/librumphijack/ |
hijack.c | 2403 int (*op_kevent)(int, const struct kevent *, size_t, local in function:REALKEVENT 2425 op_kevent = GETSYSCALL(host, KEVENT); 2426 return op_kevent(kq, changelist, nchanges, eventlist, nevents, timeout);
|
hijack.c | 2403 int (*op_kevent)(int, const struct kevent *, size_t, local in function:REALKEVENT 2425 op_kevent = GETSYSCALL(host, KEVENT); 2426 return op_kevent(kq, changelist, nchanges, eventlist, nevents, timeout);
|