Searched refs:CUSE_ID_MASK (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/fs/cuse/
H A Dcuse_defs.h76 #define CUSE_ID_MASK 0x7FFFFF00U macro
H A Dcuse.c976 if ((cuse_alloc_unit_id[n] ^ id) & CUSE_ID_MASK)
978 if ((cuse_alloc_unit_id[n] & ~CUSE_ID_MASK) == x) {
1119 n = (n & CUSE_ID_MASK);
/freebsd-12-stable/lib/libcuse/
H A Dcuse_lib.c312 *pnum = (id & CUSE_ID_MASK);
331 num = (id & CUSE_ID_MASK) | (num & 0xFF);

Completed in 194 milliseconds