Searched refs:UUID_USER (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Duuid.h24 typedef enum {UUID_USER = 0, enumerator in enum:__anon2828
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/misc/
H A Duuidtest.c96 ret = getuuidfromname( optarg, UUID_USER, uuid);
126 case UUID_USER:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Duuid.c58 case UUID_USER:
132 * type: and type (UUID_USER or UUID_GROUP)
170 if (type == UUID_USER) {
178 localuuid_from_id(uuid, UUID_USER, pwd->pw_uid);
241 *type = UUID_USER;
H A Dldap.c276 else /* type hopefully == UUID_USER */
286 } else { /* type hopefully == UUID_USER */
333 *type = UUID_USER;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c202 UUID_USER,
273 case UUID_USER:
643 case UUID_USER:
725 EC_ZERO_LOG(getuuidfromname(pwd->pw_name, UUID_USER, darwin_aces->darwin_ace_uuid));
1125 case UUID_USER:
1320 localuuid_from_id(rbuf, UUID_USER, s_path->st.st_uid);
1323 if ((ret = getuuidfromname(pw->pw_name, UUID_USER, rbuf)) != 0)
H A Ddirectory.c2628 case UUID_USER:
2632 id = htonl(UUID_USER);
2753 if (0 != getuuidfromname(ibuf, UUID_USER, (unsigned char *)rbuf))
H A Dauth.c1152 ret = getuuidfromname( obj->username, UUID_USER, uuid);

Completed in 62 milliseconds