Home
last modified time | relevance | path

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

/freebsd/sys/fs/cuse/
H A Dcuse_ioctl.h79 #define CUSE_IOCTL_ALLOC_MEMORY _IOW('C', 5, struct cuse_alloc_info) macro
H A Dcuse.c1211 case CUSE_IOCTL_ALLOC_MEMORY: in cuse_server_ioctl()
/freebsd/lib/libcuse/
H A Dcuse_lib.c212 error = ioctl(f_cuse, CUSE_IOCTL_ALLOC_MEMORY, &info); in cuse_vmalloc()