Searched refs:did (Results 101 - 125 of 364) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-pow.h230 * Address for new work request loads (did<2:0> == 0)
239 /* the ID of POW -- did<2:0> == 0 in this case */
240 uint64_t did:8; member in struct:__anon15585::__anon15586
262 /* the ID of POW -- did<2:0> == 1 in this case */
263 uint64_t did:8; member in struct:__anon15585::__anon15587
297 /* the ID of POW -- did<2:0> == 2 in this case */
298 uint64_t did:8; member in struct:__anon15585::__anon15588
329 /* the ID of POW -- did<2:0> == 3 in this case */
330 uint64_t did:8; member in struct:__anon15585::__anon15589
372 * address for NULL_RD request (did<
387 uint64_t did:8; member in struct:__anon15585::__anon15590
970 uint64_t did:8; member in struct:__anon15607::__anon15608
992 uint64_t did:8; member in struct:__anon15609::__anon15610
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddesktop.c591 * did filename parent directory ID.
594 char *mtoupath(const struct vol *vol, char *mpath, cnid_t did, int utf8) argument
610 m = demangle(vol, mpath, did);
724 u_int32_t did; local
736 memcpy( &did, ibuf, sizeof( did ));
737 ibuf += sizeof( did );
738 if (NULL == ( dir = dirlookup( vol, did )) ) {
802 u_int32_t did; local
814 memcpy( &did, ibu
872 u_int32_t did; local
[all...]
H A Dfile.c209 * @brief Get CNID for did/upath args both from database and adouble file
219 * @param did (r) parent CNID of upath
226 const cnid_t did,
236 /* prime aint with what we think is the cnid, set did to zero for
240 dbcnid = cnid_add(vol->v_cdb, st, did, upath, len, adcnid); /* (2) */
292 if (ad_setid(adp, st->st_dev, st->st_ino, dbcnid, did, vol->v_stamp)) {
339 LOG(log_debug, logtype_afpd, "getmetadata: caching: did:%u, \"%s\", cnid:%u",
672 int creatf, did, openf, retvalue = AFP_OK; local
690 memcpy(&did, ibuf, sizeof( did));
223 get_id(struct vol *vol, struct adouble *adp, const struct stat *st, const cnid_t did, const char *upath, const int len) argument
804 int did, rc; local
1749 cnid_t did, id; local
1817 cnid_t did; member in struct:reenum
1825 cnid_t did = param->did; local
2162 u_int32_t sid, did; local
[all...]
H A Denumerate.c173 int did, ret, len, first = 1; local
202 memcpy( &did, ibuf, sizeof( did ));
203 ibuf += sizeof( did );
205 if (NULL == ( dir = dirlookup( vol, did )) ) {
388 if HD have backup folder, "sparsbundle" or "bands", record did here */
396 LOG(log_error, logtype_afpd, "enumerate(vid:%u, did:%u, name:'%s'): error adding dir: '%s'",
397 ntohs(vid), ntohl(did), o_path->u_name, s_path.u_name);
H A Ddirectory.h102 cnid_t pdid, cnid_t did, bstring fullpath, struct stat *);
105 extern int dir_modify(const struct vol *vol, struct dir *dir, cnid_t pdid, cnid_t did,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel_cs.c216 struct pcmcia_device_id *did; local
219 did = dev_get_drvdata(&link->dev);
255 did ? did->driver_info : ATMEL_FW_TYPE_NONE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep012.tcl231 set did [open $dict]
232 for { set n 0 } { [gets $did str] != -1 && $n < $niter } { incr n } {
238 gets $did datum
246 close $did
H A Dsdb013.tcl153 set did [open $dict]
155 while { [gets $did str] != -1 && $count < $nentries } {
164 close $did
170 close $did
H A Dsdbutils.tcl39 set did [open $dict]
55 set ret [gets $did str]
62 for { set count 0 } { [gets $did str] != -1 && $count < $nkeys } {
108 close $did
H A Dsi002.tcl93 set did [open $dict]
99 for { set n 0 } { [gets $did str] != -1 && $n < $nentries } { incr n } {
106 gets $did datum
125 close $did
H A Dsi003.tcl83 set did [open $dict]
84 for { set n 0 } { [gets $did str] != -1 && $n < $nentries } { incr n } {
90 gets $did datum
98 close $did
H A Dsi004.tcl82 set did [open $dict]
88 { [gets $did str] != -1 && $n < $nentries } { incr n } {
94 gets $did datum
112 close $did
H A Dsi005.tcl98 set did [open $dict]
99 for { set n 0 } { [gets $did str] != -1 && $n < $nentries } { incr n } {
105 gets $did datum
116 close $did
H A Dsi006.tcl103 set did [open $dict]
104 for { set n 0 } { [gets $did str] != -1 && $n < $nentries } { incr n } {
110 gets $did datum
118 close $did
H A Dsijointest.tcl128 set did [open $dict]
130 gets $did word
132 gets $did word
143 close $did
H A Dtest001.tcl55 set did [open $dict]
65 gets $did str
92 while { [gets $did str] != -1 && $count < $nentries } {
140 close $did
H A Dtest036.tcl57 set did [open $dict]
79 while { [gets $did str] != -1 && $count < $nentries } {
108 while { [gets $did str] != -1 && $count < $nentries } {
128 close $did
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_private.h46 did 4
53 did/name
62 unsigned int did; member in struct:cnid_record
82 * did 4
85 * db_didname: (key: did/unix name)
93 * version number is stored with did/name key of 0/0
124 * db_longname: (key: did/longname)
127 * db_macname: (key: did/macname)
130 * db_shortname: (key: did/shortname)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/tdb/
H A Dcnid_tdb.h75 extern unsigned char *make_tdb_data(u_int32_t flags, const struct stat *st, const cnid_t did, const char *name, const size_t len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dtraps.c47 unsigned long did = ocd_read(DID); local
49 (did >> 1) & 0x7ff,
50 (did >> 12) & 0x7fff,
51 (did >> 28) & 0xf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dstrncat.S63 0: cmplt $27, $24, $2 # did we fill the buffer completely?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2mib.c83 u32 did; member in struct:mibrec
289 for (mib = mibtab; mib->did != 0; mib++)
290 if (mib->did == mibitem->did && (mib->flag & which))
293 if (mib->did == 0) {
722 switch (mib->did) {
745 printk(KERN_ERR "Unhandled DID 0x%08x\n", mib->did);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dtmscsim.h268 #define MK_RES(drv,did,msg,tgt) ((int)(drv)<<24 | (int)(did)<<16 | (int)(msg)<<8 | (int)(tgt))
269 #define MK_RES_LNX(drv,did,msg,tgt) ((int)(drv)<<24 | (int)(did)<<16 | (int)(msg)<<8 | (int)(tgt))
274 #define SET_RES_DID(who, did) do { who &= ~RES_DID; who |= (int)(did) << 16; } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_lport.c1418 u32 did; local
1444 did = fc_frame_did(fp);
1446 if (!did) {
1471 fc_lport_set_port_id(lport, did, fp);
1475 lport->host->host_no, did);
1486 fc_lport_set_port_id(lport, did, fp);
1656 * @did: The destination port id
1663 u32 did, u32 tov)
1684 hton24(fh->fh_d_id, did);
1714 * @did
1661 fc_lport_els_request(struct fc_bsg_job *job, struct fc_lport *lport, u32 did, u32 tov) argument
1720 fc_lport_ct_request(struct fc_bsg_job *job, struct fc_lport *lport, u32 did, u32 tov) argument
1782 u32 did; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_els.c126 * @did: destination identifier.
150 struct lpfc_nodelist *ndlp, uint32_t did,
173 if ((did == Fabric_DID) &&
232 icmd->un.elsreq64.remoteID = did; /* DID */
288 /* Xmit ELS command <elsCmd> to remote NPORT <did> */
292 elscmd, did, elsiocb->iotag,
295 /* Xmit ELS response <elsCmd> to remote NPORT <did> */
1392 /* Two ndlps cannot have the same did on the nodelist */
1398 /* Two ndlps cannot have the same did */
1402 * and the did ha
148 lpfc_prep_els_iocb(struct lpfc_vport *vport, uint8_t expectRsp, uint16_t cmdSize, uint8_t retry, struct lpfc_nodelist *ndlp, uint32_t did, uint32_t elscmd) argument
1488 int disc, rc, did, type; local
1614 lpfc_issue_els_plogi(struct lpfc_vport *vport, uint32_t did, uint8_t retry) argument
2616 uint32_t cmd, did, retry; local
2709 uint32_t did; local
4095 lpfc_rscn_payload_check(struct lpfc_vport *vport, uint32_t did) argument
4552 uint32_t cmd, did; local
4654 uint32_t cmd, did; local
5066 uint32_t cmd, cnt, did; local
5138 uint32_t cmd, did; local
5621 uint32_t cmd, did, newnode, rjt_err = 0; local
6502 int did = ndlp->nlp_DID; local
[all...]

Completed in 92 milliseconds

1234567891011>>