Home
last modified time | relevance | path

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

/freebsd/sys/fs/cuse/
H A Dcuse_ioctl.h88 #define CUSE_IOCTL_FREE_UNIT_BY_ID _IOWR('C',14, int) macro
H A Dcuse.c1202 case CUSE_IOCTL_FREE_UNIT_BY_ID: in cuse_server_ioctl()
/freebsd/lib/libcuse/
H A Dcuse_lib.c327 error = ioctl(f_cuse, CUSE_IOCTL_FREE_UNIT_BY_ID, &num); in cuse_free_unit_number_by_id()