Searched refs:did (Results 151 - 175 of 364) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rapidio/
H A Drio.c721 * rio_get_asm - Begin or continue searching for a RIO device by vid/did/asm_vid/asm_did
723 * @did: RIO did to match or %RIO_ANY_ID to match all dids
729 * found with a matching @vid, @did, @asm_vid, @asm_did, the reference
737 struct rio_dev *rio_get_asm(u16 vid, u16 did, argument
750 (did == RIO_ANY_ID || rdev->did == did) &&
765 * rio_get_device - Begin or continue searching for a RIO device by vid/did
767 * @did
778 rio_get_device(u16 vid, u16 did, struct rio_dev *from) argument
[all...]
H A Drio-sysfs.c30 rio_config_attr(did, "0x%04x\n");
60 __ATTR_RO(did),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd006.tcl42 set did [open $dict]
44 while { [gets $did str] != -1 && $count < 1000 } {
56 close $did
H A Dtest024.tcl63 set did [open $dict]
65 while { [gets $did str] != -1 && $count < $nentries } {
69 close $did
H A Dtest032.tcl72 set did [open $dict]
92 while { [gets $did str] != -1 && $count < $nentries } {
138 close $did
H A Dtest089.tcl58 set did [open $dict]
59 while { [gets $did str] != -1 && $count < $nentries } {
73 close $did
H A Dreputils.tcl1316 # If we did get a new master, its identity was checked
1439 set did [open $dict]
1448 gets $did str
1469 while { [gets $did str] != -1 && $count < $nentries } {
1531 close $did
1575 set did [open $dict]
1584 gets $did str
1602 while { [gets $did str] != -1 && $count < $nentries } {
1650 close $did
1681 set did [ope
[all...]
H A Dtest093.tcl111 set did [open $dict]
127 while { [gets $did str] != -1 && $count < $nentries } {
150 close $did
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_mv.c52 static cnid_t did, pdid; variable
154 did = htonl(2);
305 if ((cnid = cnid_for_path(&svolume, from, &did)) == CNID_INVALID) {
432 SLOG("%s cp -R %s %s: did not terminate normally", _PATH_AD, from, to);
456 SLOG("%s rm -R %s: did not terminate normally", _PATH_AD, from);
H A Dad_cp.c90 cnid_t ppdid, pdid, did; /* current dir CNID and parent did*/ variable
131 did = pdid;
226 did = htonl(2);
534 if ((did = cnid_for_path(&dvolume, to.p_path, &pdid)) == CNID_INVALID) {
550 ad_setid( &ad, st.st_dev, st.st_ino, did, pdid, dvolume.db_stamp);
599 pdid = did;
601 if ((cnid = cnid_for_path(&dvolume, to.p_path, &did)) == CNID_INVALID) {
617 ad_setid( &ad, st.st_dev, st.st_ino, cnid, did, dvolume.db_stamp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drio_drv.h345 .did = (dev), .vid = (ven), \
467 extern struct rio_dev *rio_get_device(u16 vid, u16 did, struct rio_dev *from);
468 extern struct rio_dev *rio_get_asm(u16 vid, u16 did, u16 asm_vid, u16 asm_did,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_linux.c826 ph->hosttime.did = DIDmsg_lnxind_wlansniffrm_hosttime;
831 ph->mactime.did = DIDmsg_lnxind_wlansniffrm_mactime;
836 ph->istx.did = DIDmsg_lnxind_wlansniffrm_istx;
841 ph->channel.did = DIDmsg_lnxind_wlansniffrm_channel;
847 ph->rssi.did = DIDmsg_lnxind_wlansniffrm_rssi;
861 ph->signal.did = DIDmsg_lnxind_wlansniffrm_signal;
866 ph->noise.did = DIDmsg_lnxind_wlansniffrm_noise;
885 ph->rate.did = DIDmsg_lnxind_wlansniffrm_rate;
890 ph->frmlen.did = DIDmsg_lnxind_wlansniffrm_frmlen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/uniconv/
H A Duniconv.c281 cnid_t id, did; local
291 did = cur_did;
297 id = cnid_add(cdb, &st, did, name, strlen(name), 0);
299 fprintf (stderr, "added '%s' to DID %u as %u\n", name, ntohl(did), ntohl(id));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c677 static cnid_t check_cnid(const char *name, cnid_t did, struct stat *st, int adfile_ok, int adflags) argument
710 ad_setid( &ad, st->st_dev, st->st_ino, ad_cnid, did, stamp);
729 rqst.did = did;
769 ad_setid( &ad, st->st_dev, st->st_ino, db_cnid, did, stamp);
802 ad_setid( &ad, st->st_dev, st->st_ino, db_cnid, did, stamp);
842 ad_setid( &ad, st->st_dev, st->st_ino, db_cnid, did, stamp);
857 did is our parents CNID.
859 static int dbd_readdir(int volroot, cnid_t did) argument
981 cnid = check_cnid(ep->d_name, did,
[all...]
H A Ddbif.c692 LOG(log_info, logtype_cnid, "Reindexing did/name index...");
1192 uint32_t max = 0, count = 0, cnid, type, did, lastid, version; local
1238 /* did */
1239 memcpy(&did, (char *)data.data + CNID_DID_OFS, 4);
1240 did = ntohl(did);
1243 printf("id: %10u, did: %10u, type: %s, dev: 0x%llx, ino: 0x%016llx, name: %s\n",
1244 cnid, did, typestring[type],
1332 /* did */
1333 memcpy(&did, ke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Di8042-x86ia64io.h653 static int i8042_pnp_kbd_probe(struct pnp_dev *dev, const struct pnp_device_id *did) argument
664 strlcpy(i8042_pnp_kbd_name, did->id, sizeof(i8042_pnp_kbd_name));
677 static int i8042_pnp_aux_probe(struct pnp_dev *dev, const struct pnp_device_id *did) argument
688 strlcpy(i8042_pnp_aux_name, did->id, sizeof(i8042_pnp_aux_name));
H A Dhil_mlc.c166 int did, i, cnt; local
171 did = (mlc->ipacket[0] & HIL_PKT_ADDR_MASK) >> 8;
172 serio = did ? mlc->serio[mlc->di_map[did - 1]] : NULL;
179 if (did != (p & HIL_PKT_ADDR_MASK) >> 8) {
187 did = (p & HIL_PKT_ADDR_MASK) >> 8;
188 serio = did ? mlc->serio[mlc->di_map[did-1]] : NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-pko.h137 uint64_t did:8; member in struct:__anon15576::__anon15577
302 ptr.s.did = CVMX_OCT_DID_PKT_SEND;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djcphuff.c774 wxjpeg_boolean did[NUM_HUFF_TBLS]; local
784 MEMZERO(did, SIZEOF(did));
795 if (! did[tbl]) {
803 did[tbl] = TRUE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dpci-octeon.c25 * Octeon's PCI controller uses did=3, subdid=2 for PCI IO
32 /* Octeon't PCI controller uses did=3, subdid=3 for PCI memory. */
44 uint64_t did:5; member in struct:octeon_pci_address::__anon9843
267 pci_addr.s.did = 3;
304 pci_addr.s.did = 3;
H A Dops-tx3927.c146 tx3927_pcicptr->did, tx3927_pcicptr->vid,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dfc_encode.h53 u32 did, u32 sid, enum fc_fh_type type,
61 hton24(fh->fh_d_id, did);
343 u32 did,
52 fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, u32 did, u32 sid, enum fc_fh_type type, u32 f_ctl, u32 parm_offset) argument
342 fc_els_fill(struct fc_lport *lport, u32 did, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
H A Dlibfc.h389 * @did: Destination FCID
421 u32 did; member in struct:fc_exch
453 struct fc_seq *(*elsct_send)(struct fc_lport *, u32 did,
1022 struct fc_seq *fc_elsct_send(struct fc_lport *, u32 did,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcloseevt.tex16 let the calling code know that you did not destroy the window. This allows the \helpref{wxWindow::Close}{wxwindowclose} function
103 to the calling application that a window close did not happen.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dp80211req.c191 switch (mibitem->did) {

Completed in 211 milliseconds

1234567891011>>