Home
last modified time | relevance | path

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

/freebsd/sys/fs/cuse/
H A Dcuse_ioctl.h80 #define CUSE_IOCTL_FREE_MEMORY _IOW('C', 6, struct cuse_alloc_info) macro
H A Dcuse.c1227 case CUSE_IOCTL_FREE_MEMORY: in cuse_server_ioctl()
/freebsd/lib/libcuse/
H A Dcuse_lib.c227 (void) ioctl(f_cuse, CUSE_IOCTL_FREE_MEMORY, &info); in cuse_vmalloc()
282 error = ioctl(f_cuse, CUSE_IOCTL_FREE_MEMORY, &info); in cuse_vmfree()