Searched refs:getnamefromuuid (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Duuid.h48 extern int getnamefromuuid( const uuidp_t uuidp, char **name, uuidtype_t *type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/misc/
H A Duuidtest.c123 ret = getnamefromuuid( uuid, &name, &type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Duuid.c217 int getnamefromuuid(const uuidp_t uuidp, char **name, uuidtype_t *type) { function
227 "getnamefromuuid{cache}: UUID: %s -> name: %s, type%s: %s",
253 "getnamefromuuid{local}: UUID: %s -> name: %s, type:%s",
274 LOG(log_warning, logtype_afpd, "getnamefromuuid(%s): no result from ldap_getnamefromuuid",
283 LOG(log_debug, logtype_afpd, "getnamefromuuid{LDAP}: UUID: %s -> name: %s, type:%s",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c271 EC_ZERO(getnamefromuuid(darwin_aces->darwin_ace_uuid, &name, &uuidtype));
641 EC_ZERO_LOG(getnamefromuuid(darwin_aces->darwin_ace_uuid, &name, &uuidtype));
1121 EC_ZERO_LOG_ERR(getnamefromuuid(uuid, &username, &uuidtype), AFPERR_PARAM);
H A Ddirectory.c2624 len = getnamefromuuid((unsigned char*) ibuf, &name, &type);

Completed in 94 milliseconds