Searched refs:CUSE_VERSION (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/fs/cuse/
H A Dcuse_defs.h30 #define CUSE_VERSION 0x000124 macro
H A Dcuse.c284 (CUSE_VERSION >> 16) & 0xFF, (CUSE_VERSION >> 8) & 0xFF,
285 (CUSE_VERSION >> 0) & 0xFF);

Completed in 47 milliseconds