Searched refs:did (Results 76 - 100 of 317) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest037.tcl42 set did [open $dict]
55 while { [gets $did str] != -1 && $count < $nentries } {
73 close $did
105 set did [open $dict]
117 error_check_bad "gets on new open" [gets $did str] -1
157 error_check_bad "gets on new open" [gets $did str] -1
193 close $did
H A Dtest115.tcl83 set did [open $dict]
98 while { [gets $did str] != -1 && $count < $nentries } {
112 close $did
127 set did [open $dict]
138 while { [gets $did str] != -1 && $count > 0 } {
150 close $did
216 set did [open $dict]
222 while { [gets $did str] != -1 && $count < $nentries } {
235 close $did
H A Ddbm.tcl26 set did [open $dict]
35 while { [gets $did str] != -1 && $count < $nentries } {
49 close $did
H A Dsdb014.tcl60 set did [open $dict]
69 while { [gets $did str] != -1 && $count < 5 } {
87 close $did
H A Dsdb015.tcl89 set did [open $dict]
96 while { [gets $did str] != -1 && $count < $nentries } {
114 close $did
H A Drep027.tcl129 set did [open $dict]
130 for { set n 0 } { [gets $did str] != -1 && $n < $niter } { incr n } {
136 gets $did datum
144 close $did
H A Drpc003.tcl63 set did [open $dict]
64 for { set n 0 } { [gets $did str] != -1 && $n < $nentries } { incr n } {
70 gets $did datum
78 close $did
H A Dtest025.tcl58 set did [open $dict]
70 gets $did str
86 while { [gets $did str] != -1 && $count < $nentries } {
112 close $did
H A Dtest016.tcl81 set did [open $dict]
82 while { [gets $did str] != -1 && $count < $nentries } {
105 close $did
110 set did [open $dict]
113 while { [gets $did str] != -1 && $count < $nentries } {
142 close $did
H A Dtest033.tcl87 set did [open $dict]
88 while { [gets $did str] != -1 && $count < $nentries } {
113 close $did
117 set did [open $dict]
118 while { [gets $did str] != -1 && $count < $nentries } {
129 close $did
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dmangle.c135 private_demangle(const struct vol *vol, char *mfilename, cnid_t did, cnid_t *osx) argument
175 if (dir->d_pdid != did) {
191 if (id != did) {
212 demangle(const struct vol *vol, char *mfilename, cnid_t did) argument
214 return private_demangle(vol, mfilename, did, NULL);
221 demangle_osx(const struct vol *vol, char *mfilename, cnid_t did, cnid_t *fileid) argument
223 return private_demangle(vol, mfilename, did, fileid);
H A Ddirectory.c65 0, 0, 0, 0 /* pdid, did, offcnt, d_vid */
99 void afp_bandsdid_IncreaseOffcnt(unsigned int did) argument
102 if(ntohl(did )== afp_getbandsdid())
108 if(ntohl(did )== afp_getbandsdid())
113 void afp_bandsdid_decreaseOffcnt(unsigned int did) argument
115 if(ntohl(did )== afp_getbandsdid())
375 LOG(log_maxdebug, logtype_afpd, "cname_mtouname('%s',did:%u) {demangled:'%s', fileid:%u}",
380 /* duplicate work but we can't reuse all convert_char we did in demangle_osx
500 cnid_t cnid, did; local
515 did
572 dirlookup(const struct vol *vol, cnid_t did) argument
743 static u_int32_t did = 0; local
835 dir_new(const char *m_name, const char *u_name, const struct vol *vol, cnid_t pdid, cnid_t did, bstring path, struct stat *st) argument
1807 u_int32_t did; local
2201 u_int32_t did; local
2301 afp_recbandsdid(int did) argument
2306 afp_recSparsedid(int did) argument
2331 u_int32_t did; local
2812 u_int32_t did; local
[all...]
H A Dafs.c84 u_int32_t did; local
95 memcpy( &did, ibuf, sizeof( did ));
97 if (( dir = dirlookup( vol, did )) == NULL ) {
163 * cmd | 0 | vid | did | pathtype | pathname | 0 | acl
172 u_int32_t did; local
185 memcpy( &did, ibuf, sizeof( did ));
187 if (( dir = dirlookup( vol, did )) == NULL ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_attr.c113 int ad_setid (struct adouble *adp, const dev_t dev, const ino_t ino , const u_int32_t id, const cnid_t did, const void *stamp) argument
131 ad_setentrylen( adp, ADEID_DID, sizeof(did));
132 memcpy(ad_entry( adp, ADEID_DID ), &did, sizeof(did)); local
142 u_int32_t ad_getid (struct adouble *adp, const dev_t st_dev, const ino_t st_ino , const cnid_t did, const void *stamp) argument
166 && (!did || a_did == did)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/tdb/
H A Dcnid_tdb_add.c43 unsigned char *make_tdb_data(u_int32_t flags, const struct stat *st,const cnid_t did, argument
61 /* did is already in network byte order */
62 memcpy(buf, &did, sizeof(did));
63 buf += sizeof(did);
97 /* did/name database */
157 const cnid_t did, char *name, const size_t len, cnid_t hint)
170 id = cnid_tdb_lookup(cdb, st, did, name, len);
188 if ((data.dptr = make_tdb_data(cdb->flags, lstp, did, name, len)) == NULL) {
156 cnid_tdb_add(struct _cnid_db *cdb, const struct stat *st, const cnid_t did, char *name, const size_t len, cnid_t hint) argument
H A Dcnid_tdb_update.c15 const cnid_t did, char *name, const size_t len
30 data.dptr = make_tdb_data(cdb->flags, st, did, name, len);
54 /* search by did/name */
55 data.dptr = make_tdb_data(cdb->flags, st, did, name, len);
79 data.dptr = make_tdb_data(cdb->flags, st, did, name, len);
98 /* put in a new did/name mapping. */
14 cnid_tdb_update(struct _cnid_db *cdb, const cnid_t id, const struct stat *st, const cnid_t did, char *name, const size_t len ) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dmangle.c135 private_demangle(const struct vol *vol, char *mfilename, cnid_t did, cnid_t *osx) argument
175 if (dir->d_pdid != did) {
191 if (id != did) {
212 demangle(const struct vol *vol, char *mfilename, cnid_t did) argument
214 return private_demangle(vol, mfilename, did, NULL);
221 demangle_osx(const struct vol *vol, char *mfilename, cnid_t did, cnid_t *fileid) argument
223 return private_demangle(vol, mfilename, did, fileid);
H A Ddirectory.c65 0, 0, 0, 0 /* pdid, did, offcnt, d_vid */
99 void afp_bandsdid_IncreaseOffcnt(unsigned int did) argument
102 if(ntohl(did )== afp_getbandsdid())
108 if(ntohl(did )== afp_getbandsdid())
113 void afp_bandsdid_decreaseOffcnt(unsigned int did) argument
115 if(ntohl(did )== afp_getbandsdid())
381 LOG(log_maxdebug, logtype_afpd, "cname_mtouname('%s',did:%u) {demangled:'%s', fileid:%u}",
386 /* duplicate work but we can't reuse all convert_char we did in demangle_osx
506 cnid_t cnid, did; local
528 did
591 dirlookup(const struct vol *vol, cnid_t did) argument
762 static u_int32_t did = 0; local
854 dir_new(const char *m_name, const char *u_name, const struct vol *vol, cnid_t pdid, cnid_t did, bstring path, struct stat *st) argument
1822 u_int32_t did; local
2216 u_int32_t did; local
2316 afp_recbandsdid(int did) argument
2321 afp_recSparsedid(int did) argument
2346 u_int32_t did; local
2827 u_int32_t did; local
[all...]
H A Dafs.c81 u_int32_t did; local
92 memcpy( &did, ibuf, sizeof( did ));
94 if (( dir = dirlookup( vol, did )) == NULL ) {
156 * cmd | 0 | vid | did | pathtype | pathname | 0 | acl
165 u_int32_t did; local
178 memcpy( &did, ibuf, sizeof( did ));
180 if (( dir = dirlookup( vol, did )) == NULL ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_attr.c113 int ad_setid (struct adouble *adp, const dev_t dev, const ino_t ino , const u_int32_t id, const cnid_t did, const void *stamp) argument
131 ad_setentrylen( adp, ADEID_DID, sizeof(did));
132 memcpy(ad_entry( adp, ADEID_DID ), &did, sizeof(did)); local
142 u_int32_t ad_getid (struct adouble *adp, const dev_t st_dev, const ino_t st_ino , const cnid_t did, const void *stamp) argument
166 && (!did || a_did == did)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/tdb/
H A Dcnid_tdb_add.c43 unsigned char *make_tdb_data(u_int32_t flags, const struct stat *st,const cnid_t did, argument
61 /* did is already in network byte order */
62 memcpy(buf, &did, sizeof(did));
63 buf += sizeof(did);
97 /* did/name database */
157 const cnid_t did, char *name, const size_t len, cnid_t hint)
170 id = cnid_tdb_lookup(cdb, st, did, name, len);
188 if ((data.dptr = make_tdb_data(cdb->flags, lstp, did, name, len)) == NULL) {
156 cnid_tdb_add(struct _cnid_db *cdb, const struct stat *st, const cnid_t did, char *name, const size_t len, cnid_t hint) argument
H A Dcnid_tdb_update.c15 const cnid_t did, char *name, const size_t len
30 data.dptr = make_tdb_data(cdb->flags, st, did, name, len);
54 /* search by did/name */
55 data.dptr = make_tdb_data(cdb->flags, st, did, name, len);
79 data.dptr = make_tdb_data(cdb->flags, st, did, name, len);
98 /* put in a new did/name mapping. */
14 cnid_tdb_update(struct _cnid_db *cdb, const cnid_t id, const struct stat *st, const cnid_t did, char *name, const size_t len ) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbd_delete.c58 ntohl(rqst->did), rqst->name);
64 ntohl(rqst->did), rqst->name);
68 ntohl(rqst->did), rqst->name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rapidio/
H A Drio-driver.c35 ((id->did == RIO_ANY_ID) || (id->did == rdev->did)) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Ddbd_delete.c58 ntohl(rqst->did), rqst->name);
64 ntohl(rqst->did), rqst->name);
68 ntohl(rqst->did), rqst->name);

Completed in 244 milliseconds

1234567891011>>