Searched refs:did (Results 26 - 50 of 317) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Ddbd_lookup.c154 /* Look for a CNID. We have two options: dev/ino or did/name. If we
161 ntohl(rqst->did), rqst->name);
179 ntohl(rqst->did), rqst->name);
192 LOG(log_maxdebug, logtype_cnid, "dbd_lookup(name:'%s', did:%u, dev/ino:0x%llx/0x%llx) {devino: %u, didname: %u}",
193 rqst->name, ntohl(rqst->did), (unsigned long long)rqst->dev, (unsigned long long)rqst->ino, devino, didname);
198 LOG(log_debug, logtype_cnid, "dbd_lookup: name: '%s', did: %u, dev/ino: 0x%llx/0x%llx is not in the CNID database",
199 rqst->name, ntohl(rqst->did), (unsigned long long)rqst->dev, (unsigned long long)rqst->ino);
210 LOG(log_debug, logtype_cnid, "dbd_lookup(name:'%s', did:%u, dev/ino:0x%llx/0x%llx): type mismatch for devino",
211 rqst->name, ntohl(rqst->did), (unsigned long long)rqst->dev, (unsigned long long)rqst->ino);
219 LOG(log_error, logtype_cnid, "dbd_lookup(name:'%s', did
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/cnid/
H A Dcnid2_create85 $entry->{did},
173 $entry->{did} = substr($val, 16, 8);
186 push @{$did_table{$entry->{did}}}, $entry;
207 my $did = shift;
212 foreach $entry (@{$did_table{$did}}) {
248 my $did;
252 while (($did, $list) = each %did_table) {
275 $didname = $entry->{did} . $entry->{name};
336 $entry->{did}, $entry->{hexname}, "\n";
353 print CNID2 " ", $entry->{did},
[all...]
H A Dcnid2_create.in85 $entry->{did},
173 $entry->{did} = substr($val, 16, 8);
186 push @{$did_table{$entry->{did}}}, $entry;
207 my $did = shift;
212 foreach $entry (@{$did_table{$did}}) {
248 my $did;
252 while (($did, $list) = each %did_table) {
275 $didname = $entry->{did} . $entry->{name};
336 $entry->{did}, $entry->{hexname}, "\n";
353 print CNID2 " ", $entry->{did},
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dextattrs.c78 uint32_t did, maxreply, tmpattr; local
115 memcpy( &did, ibuf, sizeof(did));
116 ibuf += sizeof(did);
117 if (NULL == ( dir = dirlookup( vol, did )) ) {
266 uint32_t did, maxreply; local
283 memcpy( &did, ibuf, sizeof(did));
284 ibuf += sizeof(did);
285 if (NULL == ( dir = dirlookup( vol, did )) ) {
348 uint32_t did, attrsize; local
428 uint32_t did; local
[all...]
H A Ddircache.h37 extern struct dir *dircache_search_by_did(const struct vol *vol, cnid_t did);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/cnid/
H A Dcnid2_create.in85 $entry->{did},
173 $entry->{did} = substr($val, 16, 8);
186 push @{$did_table{$entry->{did}}}, $entry;
207 my $did = shift;
212 foreach $entry (@{$did_table{$did}}) {
248 my $did;
252 while (($did, $list) = each %did_table) {
275 $didname = $entry->{did} . $entry->{name};
336 $entry->{did}, $entry->{hexname}, "\n";
353 print CNID2 " ", $entry->{did},
[all...]
H A Dcnid2_create85 $entry->{did},
173 $entry->{did} = substr($val, 16, 8);
186 push @{$did_table{$entry->{did}}}, $entry;
207 my $did = shift;
212 foreach $entry (@{$did_table{$did}}) {
248 my $did;
252 while (($did, $list) = each %did_table) {
275 $didname = $entry->{did} . $entry->{name};
336 $entry->{did}, $entry->{hexname}, "\n";
353 print CNID2 " ", $entry->{did},
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dextattrs.c78 uint32_t did, maxreply, tmpattr; local
115 memcpy( &did, ibuf, sizeof(did));
116 ibuf += sizeof(did);
117 if (NULL == ( dir = dirlookup( vol, did )) ) {
254 uint32_t did, maxreply; local
271 memcpy( &did, ibuf, sizeof(did));
272 ibuf += sizeof(did);
273 if (NULL == ( dir = dirlookup( vol, did )) ) {
336 uint32_t did, attrsize; local
416 uint32_t did; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dps3.h79 * @did: The HV device id.
88 struct ps3_device_id did; member in struct:ps3_dma_region
107 const struct ps3_device_id* did, enum ps3_dma_page_size page_size,
110 r->did = *did;
135 struct ps3_device_id did; member in struct:ps3_mmio_region
150 const struct ps3_device_id* did, unsigned long bus_addr,
153 r->did = *did;
191 const struct ps3_device_id *did, unsigne
106 ps3_dma_region_init(struct ps3_dma_region *r, const struct ps3_device_id* did, enum ps3_dma_page_size page_size, enum ps3_dma_region_type region_type) argument
149 ps3_mmio_region_init(struct ps3_mmio_region *r, const struct ps3_device_id* did, unsigned long bus_addr, unsigned long len, enum ps3_mmio_page_size page_size) argument
305 struct ps3_device_id did; member in struct:ps3_system_bus_device
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep036script.tcl66 set did [open $dict]
75 close $did
76 set did [open $dict]
79 gets $did str
110 close $did
H A Dtest019.tcl49 set did [open $dict]
62 for { set i 0 } { [gets $did str] != -1 && $i < $nentries } \
88 close $did
91 set did [open $dict]
92 for { set i 0 } { [gets $did str] != -1 && $i < $nentries } \
134 close $did
H A Dtest021.tcl57 set did [open $dict]
72 while { [gets $did str] != -1 && $count < $nentries } {
95 close $did
114 set did [open $dict]
116 while { [gets $did str] != -1 && $i < $count } {
147 close $did
H A Dtest110.tcl60 set did [open $dict]
67 for { set i 0 } { [gets $did str] != -1 && $i < $nentries } \
102 close $did
105 set did [open $dict]
106 for { set i 0 } { [gets $did str] != -1 && $i < $nentries } \
162 close $did
H A Dtxn014.tcl80 set did [open $dict]
82 while { [gets $did str] != -1 && $count < $nentries } {
96 close $did
131 set did [open $dict]
133 while { [gets $did str] != -1 && $count < $nentries } {
140 close $did
H A Ddead001.tcl62 set did [open $testdir/dead$tnum.log.$i]
63 while { [gets $did val] != -1 } {
70 close $did
H A Ddead002.tcl58 set did [open $testdir/dead$tnum.log.$i]
59 while { [gets $did val] != -1 } {
66 close $did
H A Dmemp004.tcl32 set did [open $dict]
35 while { [gets $did str] != -1 && $count < 1000 } {
43 close $did
H A Dsdb016.tcl71 set did [open $dict]
72 while { [gets $did str] != -1 && $count < $ndataent } {
89 close $did
H A Dtest013.tcl64 set did [open $dict]
80 while { [gets $did str] != -1 && $count < $nentries } {
104 close $did
109 set did [open $dict]
111 while { [gets $did str] != -1 && $count < $nentries } {
136 close $did
140 set did [open $dict]
142 while { [gets $did str] != -1 && $count < $nentries } {
167 close $did
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_rm.c49 static cnid_t did, pdid; variable
80 did = pdid;
141 did = htonl(2);
214 pdid = did;
215 if ((cnid = cnid_for_path(&volume, path, &did)) == CNID_INVALID) {
251 if ((did = cnid_for_path(&volume, path, &pdid)) == CNID_INVALID) {
255 if (cnid_delete(volume.volume.v_cdb, did) != 0) {
256 SLOG("Error removing CNID %u for %s", ntohl(did), path);
296 pdid = did;
297 if ((cnid = cnid_for_path(&volume, path, &did))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A Dafpfunc_helpers.c108 int getfiledirparms(AFPObj *obj, uint16_t vid, cnid_t did, const char *name) argument
118 PUSHVAL(p, cnid_t, did, len);
127 int createdir(AFPObj *obj, uint16_t vid, cnid_t did, const char *name) argument
137 PUSHVAL(p, cnid_t, did, len);
143 int createfile(AFPObj *obj, uint16_t vid, cnid_t did, const char *name) argument
152 PUSHVAL(p, cnid_t, did, len);
158 int delete(AFPObj *obj, uint16_t vid, cnid_t did, const char *name) argument
167 PUSHVAL(p, cnid_t, did, len);
173 int enumerate(AFPObj *obj, uint16_t vid, cnid_t did) argument
183 PUSHVAL(p, cnid_t, did, le
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_rm.c49 static cnid_t did, pdid; variable
80 did = pdid;
141 did = htonl(2);
214 pdid = did;
215 if ((cnid = cnid_for_path(&volume, path, &did)) == CNID_INVALID) {
251 if ((did = cnid_for_path(&volume, path, &pdid)) == CNID_INVALID) {
255 if (cnid_delete(volume.volume.v_cdb, did) != 0) {
256 SLOG("Error removing CNID %u for %s", ntohl(did), path);
296 pdid = did;
297 if ((cnid = cnid_for_path(&volume, path, &did))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/test/afpd/
H A Dafpfunc_helpers.c108 int getfiledirparms(AFPObj *obj, uint16_t vid, cnid_t did, const char *name) argument
118 PUSHVAL(p, cnid_t, did, len);
127 int createdir(AFPObj *obj, uint16_t vid, cnid_t did, const char *name) argument
137 PUSHVAL(p, cnid_t, did, len);
143 int createfile(AFPObj *obj, uint16_t vid, cnid_t did, const char *name) argument
152 PUSHVAL(p, cnid_t, did, len);
158 int delete(AFPObj *obj, uint16_t vid, cnid_t did, const char *name) argument
167 PUSHVAL(p, cnid_t, did, len);
173 int enumerate(AFPObj *obj, uint16_t vid, cnid_t did) argument
183 PUSHVAL(p, cnid_t, did, le
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c37 pr_debug("%s:%d: dev %u:%u\n", func, line, r->did.bus_id,
38 r->did.dev_id);
48 result = lv1_map_device_mmio_region(r->did.bus_id, r->did.dev_id,
66 result = lv1_unmap_device_mmio_region(r->did.bus_id, r->did.dev_id,
100 result = lv1_open_device(dev->did.bus_id, dev->did.dev_id, 0);
109 if (dev->d_region->did.bus_id) {
139 lv1_close_device(dev->did
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/last/
H A Dcnid_last.c26 const cnid_t did _U_, char *name _U_, const size_t len _U_, cnid_t hint _U_)
46 * due to complaints over did's being non-persistent,
48 * did's:
90 /* Return CNID for a given did/name. */
91 cnid_t cnid_last_get(struct _cnid_db *cdb _U_, const cnid_t did _U_, char *name _U_, const size_t len _U_)
101 cnid_t cnid_last_lookup(struct _cnid_db *cdb _U_, const struct stat *st _U_, const cnid_t did _U_,
170 /* Return the did/name pair corresponding to a CNID. */
179 const cnid_t did _U_, char *name _U_, const size_t len _U_)

Completed in 234 milliseconds

1234567891011>>