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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Duuid.h28 #define UUIDTYPESTR_MASK 3 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Duuid.c152 uuidtype[type & UUIDTYPESTR_MASK],
162 name, uuidtype[type & UUIDTYPESTR_MASK], uuid_bin2string(uuid));
174 name, uuidtype[type & UUIDTYPESTR_MASK]);
181 name, uuidtype[type & UUIDTYPESTR_MASK], uuid_bin2string(uuid));
187 name, uuidtype[type & UUIDTYPESTR_MASK]);
194 name, uuidtype[type & UUIDTYPESTR_MASK], uuid_bin2string(uuid));
231 uuidtype[(*type) & UUIDTYPESTR_MASK]);
254 uuid_bin2string(uuidp), *name, uuidtype[(*type) & UUIDTYPESTR_MASK]);
284 uuid_bin2string(uuidp), *name, uuidtype[(*type) & UUIDTYPESTR_MASK]);
H A Dcache.c68 uuidtype[entry->type & UUIDTYPESTR_MASK],
89 uuidtype[entry->type & UUIDTYPESTR_MASK],
217 if (ret == 0 && *type == (entry->type & UUIDTYPESTR_MASK)) {

Completed in 42 milliseconds