HomeSort by: relevance | last modified time | path
    Searched defs:rump___sysimpl_kevent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 3512 int rump___sysimpl_kevent(int, const struct kevent *, size_t, struct kevent *, size_t, const struct timespec *);
3514 rump___sysimpl_kevent(int fd, const struct kevent * changelist, size_t nchanges, struct kevent * eventlist, size_t nevents, const struct timespec * timeout) function in typeref:typename:int
3540 __weak_alias(kevent,rump___sysimpl_kevent);
3541 __weak_alias(_kevent,rump___sysimpl_kevent);
3542 __strong_alias(_sys_kevent,rump___sysimpl_kevent);
rump_syscalls.c 3512 int rump___sysimpl_kevent(int, const struct kevent *, size_t, struct kevent *, size_t, const struct timespec *);
3514 rump___sysimpl_kevent(int fd, const struct kevent * changelist, size_t nchanges, struct kevent * eventlist, size_t nevents, const struct timespec * timeout) function in typeref:typename:int
3540 __weak_alias(kevent,rump___sysimpl_kevent);
3541 __weak_alias(_kevent,rump___sysimpl_kevent);
3542 __strong_alias(_sys_kevent,rump___sysimpl_kevent);

Completed in 32 milliseconds