Home
last modified time | relevance | path

Searched refs:rumpcomp_shmif_watchsetup (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/rump/net/lib/libshmif/
H A Dshmif_user.c59 rumpcomp_shmif_watchsetup(int *kqp, int fd) in rumpcomp_shmif_watchsetup() function
114 rumpcomp_shmif_watchsetup(int *inotifyp, int fd) in rumpcomp_shmif_watchsetup() function
183 rumpcomp_shmif_watchsetup(int *nono, int fd) in rumpcomp_shmif_watchsetup() function
H A Dshmif_user.h28 int rumpcomp_shmif_watchsetup(int *, int);
H A Dif_shmem.c286 error = rumpcomp_shmif_watchsetup(&sc->sc_kq, memfd); in initbackend()