Searched refs:dn (Results 26 - 50 of 257) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/caif/
H A Dcffrml.h14 void cffrml_set_dnlayer(struct cflayer *this, struct cflayer *dn);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dls.c235 static int count_dirs(struct dnode **dn, int nfiles, int notsubdirs) argument
239 if (!dn)
244 if (!S_ISDIR(dn[i]->dstat.st_mode))
246 name = dn[i]->name;
299 static struct dnode **splitdnarray(struct dnode **dn, int nfiles, int which) argument
304 if (dn == NULL || nfiles < 1)
309 dncnt = countsubdirs(dn, nfiles);
311 dncnt = countdirs(dn, nfiles); /* assume we are looking for dirs */
321 if (S_ISDIR(dn[i]->dstat.st_mode)) {
325 name = dn[
375 dnsort(struct dnode **dn, int size) argument
384 showfiles(struct dnode **dn, int nfiles) argument
441 showdirs(struct dnode **dn, int ndirs, int first) argument
486 struct dnode *dn, *cur, **dnp; local
548 list_single(struct dnode *dn) argument
792 struct dnode *dn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_dccp.c429 struct dccp_net *dn; local
440 dn = dccp_pernet(net);
441 if (dn->dccp_loose == 0) {
477 struct dccp_net *dn; local
559 dn = dccp_pernet(net);
560 nf_ct_refresh_acct(ct, ctinfo, skb, dn->dccp_timeout[new_state]);
805 struct dccp_net *dn = dccp_pernet(net); local
808 dn->dccp_loose = 1;
809 dn->dccp_timeout[CT_DCCP_REQUEST] = 2 * DCCP_MSL;
810 dn
845 struct dccp_net *dn = dccp_pernet(net); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcfmuxl.c106 int cfmuxl_set_dnlayer(struct cflayer *layr, struct cflayer *dn, u8 phyid) argument
110 list_add(&dn->node, &muxl->frml_list);
130 struct cflayer *dn; local
133 dn = get_from_id(&muxl->frml_list, phyid);
134 if (dn == NULL) {
138 list_del(&dn->node);
139 caif_assert(dn != NULL);
141 return dn;
160 struct cflayer *dn; local
162 dn
222 struct cflayer *dn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Diommu.c275 struct device_node *dn,
282 node = phb->dn;
288 "missing tce entries !\n", dn->full_name);
324 struct device_node *dn,
332 of_parse_dma_window(dn, dma_window, &tbl->it_index, &offset, &size);
343 struct device_node *dn; local
350 dn = pci_bus_to_OF_node(bus);
352 pr_debug("pci_dma_bus_setup_pSeries: setting up bus %s\n", dn->full_name);
360 pci = PCI_DN(dn);
367 while (isa_dn && isa_dn != dn)
274 iommu_table_setparms(struct pci_controller *phb, struct device_node *dn, struct iommu_table *tbl) argument
323 iommu_table_setparms_lpar(struct pci_controller *phb, struct device_node *dn, struct iommu_table *tbl, const void *dma_window, int bussubno) argument
424 struct device_node *dn, *pdn; local
466 struct device_node *dn; local
505 struct device_node *pdn, *dn; local
[all...]
H A Deeh_sysfs.c44 struct device_node *dn = pci_device_to_OF_node(pdev); \
47 if (!dn || PCI_DN(dn) == NULL) \
50 pdn = PCI_DN(dn); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dinode.c811 static void ceph_set_dentry_offset(struct dentry *dn) argument
813 struct dentry *dir = dn->d_parent;
814 struct inode *inode = dn->d_parent->d_inode;
819 di = ceph_dentry(dn);
830 spin_lock(&dn->d_lock);
831 list_move(&dn->d_u.d_child, &dir->d_subdirs);
832 dout("set_dentry_offset %p %lld (%p %p)\n", dn, di->offset,
833 dn->d_u.d_child.prev, dn->d_u.d_child.next);
834 spin_unlock(&dn
846 splice_dentry(struct dentry *dn, struct inode *in, bool *prehash, bool set_offset) argument
942 struct dentry *dn = req->r_dentry; local
1057 struct dentry *dn = req->r_dentry; local
1126 struct dentry *dn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dcheck_multiple_LDAP_entries.pl89 printf "\t%s\n", $loc_entry->dn;
119 my $dn = $entry->dn;
130 printf "\t%s\n", $loc_entry->dn;
138 print "This entry may conflict with $dn\n";
169 my $dn = $entry->dn;
180 printf "\t%s\n", $loc_entry->dn;
187 print "This entry may conflict with $dn\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Ddirectory.c93 struct directory *mk_entry(const dos_name_t *dn, char attr, argument
103 dosnameToDirentry(dn, ndir);
134 struct dos_name_t dn; local
135 strncpy(dn.base, base, 8);
136 strncpy(dn.ext, " ", 3);
137 return mk_entry(&dn, attr, fat, size, date, ndir);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Drpaphp_slot.c51 struct slot *alloc_slot_struct(struct device_node *dn, argument
69 slot->dn = dn;
125 __func__, slot->dn->full_name, slot->index, slot->name,
134 if (slot->dn->child)
135 slotno = PCI_SLOT(PCI_DN(slot->dn->child)->devfn);
H A Drpaphp_pci.c96 bus = pcibios_find_pci_bus(slot->dn);
98 err("%s: no pci_bus for dn %s\n", __func__, slot->dn->full_name);
112 if (!slot->dn->child) {
128 dbg("%s: pci_devs of slot[%s]\n", __func__, slot->dn->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_neigh.c46 #include <net/dn.h>
133 struct dn_neigh *dn = (struct dn_neigh *)neigh; local
159 if (dn->flags & DN_NDFLAG_P3)
168 dn_dn2eth(neigh->ha, dn->addr);
188 dn->blksize = dev->mtu - 2;
379 struct dn_neigh *dn; local
387 dn = (struct dn_neigh *)neigh;
401 dn->blksize = le16_to_cpu(msg->blksize);
402 dn->priority = msg->priority;
404 dn
440 struct dn_neigh *dn; local
501 struct dn_neigh *dn; local
545 struct dn_neigh *dn = (struct dn_neigh *) n; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_ads_gpo.c52 char *dn = NULL; local
92 dn = ads_get_dn(ads, res);
93 if (dn == NULL) {
105 printf("\n%s: '%s' has dn: '%s'\n\n",
107 argv[0], dn);
109 status = ads_get_gpo_list(ads, mem_ctx, dn, flags, &gpo_list);
142 ads_memfree(ads, dn);
159 char *dn; local
196 if ((dn = ads_get_dn(ads, msg)) == NULL) {
200 status = ads_parse_gpo(ads, mem_ctx, msg, dn,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pasemi/
H A Dcpufreq.c148 struct device_node *cpu, *dn; local
156 dn = of_find_compatible_node(NULL, NULL, "1682m-sdc");
157 if (!dn)
158 dn = of_find_compatible_node(NULL, NULL,
160 if (!dn)
162 err = of_address_to_resource(dn, 0, &res);
163 of_node_put(dn);
172 dn = of_find_compatible_node(NULL, NULL, "1682m-gizmo");
173 if (!dn)
174 dn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dldap_utils.c144 const char *dn,
147 return ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
152 const char *dn,
162 return ads_do_search_retry_args(ads, dn, LDAP_SCOPE_BASE,
170 char *dn, *sid_string; local
178 if (!asprintf(&dn, "<SID=%s>", sid_string)) {
183 status = ads_do_search_retry(ads, dn, LDAP_SCOPE_BASE,
185 SAFE_FREE(dn);
143 ads_search_retry_dn(ADS_STRUCT *ads, LDAPMessage **res, const char *dn, const char **attrs) argument
151 ads_search_retry_extended_dn(ADS_STRUCT *ads, LDAPMessage **res, const char *dn, const char **attrs, enum ads_extended_dn_flags flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dit8172.c65 drive_enables &= drive->dn ? 0xc006 : 0xc060;
68 drive_enables |= 0x0004 << (drive->dn * 4);
71 drive_enables |= 0x0002 << (drive->dn * 4);
73 drive_timing &= drive->dn ? 0x00003f00 : 0x000fc000;
74 drive_timing |= timings[pio] << (drive->dn * 6 + 8);
83 int a_speed = 3 << (drive->dn * 4);
84 int u_flag = 1 << drive->dn;
94 u_speed = udma << (drive->dn * 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dbeat_iommu.c37 struct device_node *dn; local
40 for_each_node_by_type(dn, "ioif") {
41 dma_window = of_get_property(dn, "toshiba,dma-window", NULL);
48 of_node_put(dn);
H A Dsetup.c101 if (!of_device_is_compatible(hose->dn, "pciex"))
105 s = of_get_property(hose->dn, "model", NULL);
128 np = phb->dn;
201 struct device_node *dn; local
205 for (dn = NULL;
206 (dn = of_find_node_by_name(dn, "interrupt-controller"));) {
207 if (!of_device_is_compatible(dn, "CBEA,platform-open-pic"))
213 mpic = mpic_alloc(dn, 0, 0, 0, 0, " MPIC ");
218 virq = irq_of_parse_and_map(dn,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dppc-pci.h128 void eeh_mark_slot (struct device_node *dn, int mode_flag);
129 void eeh_clear_slot (struct device_node *dn, int mode_flag);
135 struct device_node * find_device_pe(struct device_node *dn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_atiixp.c66 int dn = 2 * ap->port_no + adev->devno; local
72 pio_mode_data &= ~(0x7 << (4 * dn));
73 pio_mode_data |= pio << (4 * dn);
114 int dn = 2 * ap->port_no + adev->devno; local
126 udma_mode_data &= ~(0x7 << (4 * dn));
127 udma_mode_data |= dma << (4 * dn);
176 int dn = (2 * ap->port_no) + adev->devno; local
181 tmp16 |= (1 << dn);
183 tmp16 &= ~(1 << dn);
203 int dn local
[all...]
H A Dpata_hpt3x3.c42 int dn = 2 * ap->port_no + adev->devno; local
47 r1 &= ~(7 << (3 * dn));
48 r1 |= (adev->pio_mode - XFER_PIO_0) << (3 * dn);
49 r2 &= ~(0x11 << dn); /* Clear MWDMA and UDMA bits */
72 int dn = 2 * ap->port_no + adev->devno; local
78 r1 &= ~(7 << (3 * dn));
79 r1 |= (mode_num << (3 * dn));
80 r2 &= ~(0x11 << dn); /* Clear MWDMA and UDMA bits */
83 r2 |= (0x01 << dn); /* Ultra mode */
85 r2 |= (0x10 << dn); /* MWDM
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-ppc-of.c86 struct device_node *dn = op->dev.of_node; local
100 of_device_is_compatible(dn, "ohci-bigendian") ||
101 of_device_is_compatible(dn, "ohci-be");
105 rv = of_address_to_resource(dn, 0, &res);
122 irq = irq_of_parse_and_map(dn, 0);
139 if (of_device_is_compatible(dn, "fsl,mpc5200-ohci"))
141 if (of_device_is_compatible(dn, "mpc5200-ohci"))
H A Dehci-ppc-of.c93 ppc44x_enable_bmt(struct device_node *dn) argument
97 insreg_virt = of_iomap(dn, 1);
111 struct device_node *dn = op->dev.of_node; local
125 rv = of_address_to_resource(dn, 0, &res);
142 irq = irq_of_parse_and_map(dn, 0);
172 if (of_get_property(dn, "big-endian", NULL)) {
176 if (of_get_property(dn, "big-endian-regs", NULL))
178 if (of_get_property(dn, "big-endian-desc", NULL))
188 if (of_device_is_compatible(dn, "ibm,usb-ehci-440epx")) {
189 rv = ppc44x_enable_bmt(dn);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci_32.c89 struct device_node *dn; local
105 struct device_node *node = hose->dn;
111 dn = of_find_node_by_path("/");
112 map_prop = of_find_property(dn, "pci-OF-bus-map", NULL);
117 of_node_put(dn);
198 return of_node_get(hose->dn);
259 if (!hose || !hose->dn)
261 if (!scan_OF_pci_childs(hose->dn,
297 struct device_node *dn; local
303 dn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dpci.c323 struct device_node *dn = pci_device_to_OF_node(dev); local
341 iomm_table[current_iomm_table_entry] = dn;
343 iseries_ds_addr(dn) | (bar_num << 24);
550 static int check_return_code(char *type, struct device_node *dn, argument
554 struct pci_dn *pdn = PCI_DN(dn);
588 struct device_node *dn; local
602 dn = iomm_table[ind];
604 if (dn != NULL) {
609 return dn;
623 struct device_node *dn local
641 struct device_node *dn = local
660 struct device_node *dn = local
683 struct device_node *dn = local
699 struct device_node *dn = local
715 struct device_node *dn = local
[all...]

Completed in 230 milliseconds

1234567891011