Home
last modified time | relevance | path

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

/freebsd/sys/fs/cuse/
H A Dcuse_ioctl.h86 #define CUSE_IOCTL_SELWAKEUP _IOW('C',12, int) macro
H A Dcuse.c1372 case CUSE_IOCTL_SELWAKEUP: in cuse_server_ioctl()
/freebsd/lib/libcuse/
H A Dcuse_lib.c793 ioctl(f_cuse, CUSE_IOCTL_SELWAKEUP, &error); in cuse_poll_wakeup()