Searched refs:dn (Results 201 - 225 of 257) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dali14xx.c135 driveNum = (drive->hwif->index << 1) + (drive->dn & 1);
H A Dide-dma-sff.c84 u8 unit = drive->dn & 1;
H A Dide-probe.c406 if (drive->dn & 1) {
451 if (drive->dn & 1) {
653 if ((dev1->dn & 1) == 0 || (dev0->dev_flags & IDE_DFLAG_PRESENT) == 0)
928 unsigned int unit = drive->dn & 1;
1018 drive->dn = i + hwif->channel * 2;
H A Dpmac.c421 if (drive->dn & 1)
439 if (drive->dn & 1) {
512 timings = &pmif->timings[drive->dn & 1];
787 u8 unit = drive->dn & 1;
1546 u8 unit = drive->dn & 1, ata4 = (pmif->kind == controller_kl_ata4);
H A Dpdc202xx_old.c27 u8 drive_pci = 0x60 + (drive->dn << 2);
H A Dqd65xx.c311 ide_set_drivedata(drive, (void *)((drive->dn & 1) ? t2 : t1));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_rules.c30 #include <net/dn.h>
H A Dsysctl_net_decnet.c27 #include <net/dn.h>
H A Daf_decnet.c135 #include <net/dn.h>
2203 static void dn_printable_object(struct sockaddr_dn *dn, unsigned char *buf) argument
2207 switch (le16_to_cpu(dn->sdn_objnamel)) {
2209 sprintf(buf, "%d", dn->sdn_objnum);
2212 for (i = 0; i < le16_to_cpu(dn->sdn_objnamel); i++) {
2213 buf[i] = dn->sdn_objname[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpasemi_mac.c190 struct device_node *dn = pci_device_to_OF_node(pdev); local
195 if (!dn) {
201 maddr = of_get_property(dn, "local-mac-address", &len);
213 maddr = of_get_property(dn, "mac-address", NULL);
1088 struct device_node *dn, *phy_dn; local
1091 dn = pci_device_to_OF_node(mac->pdev);
1092 phy_dn = of_parse_phandle(dn, "phy-handle", 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpci-common.c78 phb->dn = dev;
177 if (hose->dn == node)
1515 hose->dn->full_name, hose->global_number);
1536 hose->dn->full_name, hose->global_number);
1641 struct device_node *node = hose->dn;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Ddebug.c500 const struct ubifs_data_node *dn = node; local
503 key_read(c, &dn->key, &key);
506 le32_to_cpu(dn->size));
508 (int)le16_to_cpu(dn->compr_type));
513 (void *)&dn->data, dlen, 0);
1957 struct ubifs_data_node *dn = node; local
1963 inum = key_inum_flash(c, &dn->key);
1974 blk_offs = key_block_flash(c, &dn->key);
1976 blk_offs += le32_to_cpu(dn->size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstore.h494 X509_NAME *dn);
504 X509_NAME *dn);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstore.h397 X509_NAME *dn);
405 X509_NAME *dn);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dstore.h397 X509_NAME *dn);
405 X509_NAME *dn);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/
H A Dsamba-schema-netscapeds5.x15 dn: cn=schema
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstore.h494 X509_NAME *dn);
504 X509_NAME *dn);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dcldap.pl307 dn OCTET STRING,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/
H A Dfsl_uli1575.c324 struct device_node *hosenode = hose ? hose->dn : NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci-common.c88 phb->dn = dev;
173 if (hose->dn == node)
1478 hose->dn->full_name, hose->global_number);
1497 hose->dn->full_name, hose->global_number);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dpmac.c900 struct device_node *dn; local
1014 dn = of_find_node_by_name(NULL, "perch");
1015 chip->has_iic = (dn != NULL);
1016 of_node_put(dn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfp.h376 u32 (* const fn)(int dd, int dn, int dm, u32 fpscr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dmpc512x_dma.c633 struct device_node *dn = op->dev.of_node; local
648 mdma->irq = irq_of_parse_and_map(dn, 0);
654 retval = of_address_to_resource(dn, 0, &res);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dserver.c1276 char *dn = NULL; local
1282 dn = avahi_strdup("local");
1283 domain_name = dn;
1287 avahi_free(dn);
1299 avahi_free(dn);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dserver.c1276 char *dn = NULL; local
1282 dn = avahi_strdup("local");
1283 domain_name = dn;
1287 avahi_free(dn);
1299 avahi_free(dn);

Completed in 313 milliseconds

1234567891011