Home
last modified time | relevance | path

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

/freebsd/sys/fs/cuse/
H A Dcuse_ioctl.h87 #define CUSE_IOCTL_ALLOC_UNIT_BY_ID _IOWR('C',13, int) macro
H A Dcuse.c1175 case CUSE_IOCTL_ALLOC_UNIT_BY_ID: in cuse_server_ioctl()
/freebsd/lib/libcuse/
H A Dcuse_lib.c308 error = ioctl(f_cuse, CUSE_IOCTL_ALLOC_UNIT_BY_ID, pnum); in cuse_alloc_unit_number_by_id()