Searched refs:uuidtype (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Duuid.c36 char *uuidtype[] = {"USER", "GROUP", "LOCAL"}; variable
152 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[(*typ
[all...]
H A Dcache.c68 uuidtype[entry->type & UUIDTYPESTR_MASK],
89 uuidtype[entry->type & UUIDTYPESTR_MASK],
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Duuid.h29 extern char *uuidtype[];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c262 uuidtype_t uuidtype; local
271 EC_ZERO(getnamefromuuid(darwin_aces->darwin_ace_uuid, &name, &uuidtype));
272 switch (uuidtype) {
283 LOG(log_error, logtype_afpd, "map_aces_darwin_to_solaris: unkown uuidtype");
618 uuidtype_t uuidtype; local
641 EC_ZERO_LOG(getnamefromuuid(darwin_aces->darwin_ace_uuid, &name, &uuidtype));
642 switch (uuidtype) {
1114 uuidtype_t uuidtype; local
1121 EC_ZERO_LOG_ERR(getnamefromuuid(uuid, &username, &uuidtype), AFPERR_PARAM);
1124 switch (uuidtype) {
[all...]

Completed in 95 milliseconds