Searched refs:uuidtype_t (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Dcache.h35 extern int search_cachebyname( const char *name, uuidtype_t *type, uuidp_t uuid);
36 extern int add_cachebyname( const char *inname, const uuidp_t inuuid, const uuidtype_t type, const unsigned long uid);
37 extern int search_cachebyuuid( uuidp_t uuidp, char **name, uuidtype_t *type);
38 extern int add_cachebyuuid( uuidp_t inuuid, const char *inname, uuidtype_t type, const unsigned long uid);
H A Daclldap.h18 #include <atalk/uuid.h> /* just for uuidtype_t*/
24 extern int ldap_getuuidfromname( const char *name, uuidtype_t type, char **uuid_string);
25 extern int ldap_getnamefromuuid( const char *uuidstr, char **name, uuidtype_t *type);
H A Duuid.c51 void localuuid_from_id(unsigned char *buf, uuidtype_t type, unsigned int id)
146 int getuuidfromname( const char *name, uuidtype_t type, uuidp_t uuid) {
148 uuidtype_t mytype = type;
227 int getnamefromuuid(const uuidp_t uuidp, char **name, uuidtype_t *type) {
H A Dcache.c32 uuidtype_t type;
127 int add_cachebyname( const char *inname, const uuidp_t inuuid, const uuidtype_t type, const unsigned long uid _U_) {
203 int search_cachebyname(const char *name, uuidtype_t *type, uuidp_t uuid) {
253 int search_cachebyuuid( uuidp_t uuidp, char **name, uuidtype_t *type) {
299 int add_cachebyuuid( uuidp_t inuuid, const char *inname, uuidtype_t type, const unsigned long uid _U_) {
H A Dldap.c265 int ldap_getuuidfromname( const char *name, uuidtype_t type, char **uuid_string) {
307 int ldap_getnamefromuuid( const char *uuidstr, char **name, uuidtype_t *type) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Duuid.h26 uuidtype_t; typedef in typeref:enum:__anon7058
34 extern int getuuidfromname( const char *name, uuidtype_t type, uuidp_t uuid);
35 extern int getnamefromuuid( const uuidp_t uuidp, char **name, uuidtype_t *type);
37 extern void localuuid_from_id(unsigned char *buf, uuidtype_t type, unsigned int id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/misc/
H A Duuidtest.c77 uuidtype_t type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dacls.c267 uuidtype_t uuidtype;
767 uuidtype_t uuidtype;
1350 uuidtype_t uuidtype;
H A Ddirectory.c2638 uuidtype_t type;

Completed in 153 milliseconds