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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Duuid.h23 typedef enum {UUID_USER = 1, enumerator in enum:__anon7058
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/misc/
H A Duuidtest.c96 ret = getuuidfromname( optarg, UUID_USER, uuid);
126 case UUID_USER:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Duuid.c59 case UUID_USER:
142 * type: and type (UUID_USER or UUID_GROUP)
180 if (type == UUID_USER) {
188 localuuid_from_id(uuid, UUID_USER, pwd->pw_uid);
251 *type = UUID_USER;
H A Dldap.c278 else /* type hopefully == UUID_USER */
288 } else { /* type hopefully == UUID_USER */
335 *type = UUID_USER;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dacls.c207 UUID_USER,
278 case UUID_USER:
792 case UUID_USER:
874 EC_ZERO_LOG(getuuidfromname(pwd->pw_name, UUID_USER, darwin_aces->darwin_ace_uuid));
1363 case UUID_USER:
1572 localuuid_from_id(rbuf, UUID_USER, s_path->st.st_uid);
1575 if ((ret = getuuidfromname(pw->pw_name, UUID_USER, rbuf)) != 0)
H A Ddirectory.c2643 case UUID_USER:
2647 id = htonl(UUID_USER);
2768 if (0 != getuuidfromname(ibuf, UUID_USER, (unsigned char *)rbuf))
H A Dauth.c1076 ret = getuuidfromname( obj->username, UUID_USER, uuid);

Completed in 160 milliseconds