Searched refs:uuidp (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.c210 * uuidp: pointer to a uuid
217 int getnamefromuuid(const uuidp_t uuidp, char **name, uuidtype_t *type) { argument
224 if (search_cachebyuuid(uuidp, name, type) == 0) {
228 uuid_bin2string(uuidp),
240 if (memcmp(uuidp, local_user_uuid, 12) == 0) {
242 uid = ntohl(*(uint32_t *)(uuidp + 12));
245 add_cachebyuuid(uuidp, "UUID_ENOENT", UUID_ENOENT, 0);
249 add_cachebyuuid(uuidp, *name, *type, 0);
254 uuid_bin2string(uuidp), *name, uuidtype[(*type) & UUIDTYPESTR_MASK]);
256 } else if (memcmp(uuidp, local_group_uui
[all...]
H A Dcache.h37 extern int search_cachebyuuid( uuidp_t uuidp, char **name, uuidtype_t *type);
H A Dcache.c253 int search_cachebyuuid( uuidp_t uuidp, char **name, uuidtype_t *type) { argument
259 hash = hashuuid(uuidp);
266 ret = memcmp(entry->uuid, uuidp, UUID_BINSIZE);
/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);

Completed in 41 milliseconds