Searched refs:dp (Results 226 - 250 of 347) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsunsu.c1367 static enum su_type __devinit su_get_type(struct device_node *dp) argument
1376 if (dp == of_find_node_by_path(keyb))
1380 if (dp == of_find_node_by_path(ms))
1391 struct device_node *dp = op->node; local
1397 type = su_get_type(dp);
1516 struct device_node *dp; local
1520 for_each_node_by_name(dp, "su") {
1521 if (su_get_type(dp) == SU_PORT_PORT)
1524 for_each_node_by_name(dp, "su_pnp") {
1525 if (su_get_type(dp)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddirectory.c181 DIR *dp; local
192 if ((dp = opendirat(dirfd, dir)) == NULL)
199 while ((de = readdir(dp)) && err == AFP_OK) {
218 closedir(dp);
232 DIR *dp; local
243 ((dp = opendirat(dirfd, src)) == NULL))
248 closedir(dp);
264 while ((de = readdir(dp))) {
303 closedir(dp);
740 DIR *dp; local
2196 DIR *dp; local
2488 DIR *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c181 DIR *dp; local
192 if ((dp = opendirat(dirfd, dir)) == NULL)
199 while ((de = readdir(dp)) && err == AFP_OK) {
218 closedir(dp);
232 DIR *dp; local
243 ((dp = opendirat(dirfd, src)) == NULL))
248 closedir(dp);
264 while ((de = readdir(dp))) {
303 closedir(dp);
759 DIR *dp; local
2211 DIR *dp; local
2503 DIR *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_internal.c350 void *pointer, *dp, *kp; local
368 data, recno, dp, dlen);
371 data, kp, klen, dp, dlen);
373 DB_MULTIPLE_NEXT(pointer, data, dp, dlen);
380 _SetListRecnoElem(interp, list, recno, dp, dlen);
386 result = _SetListElem(interp, list, kp, klen, dp, dlen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dcell.c37 char keyname[4 + AFS_MAXCELLNAME + 1], *cp, *dp, *next; local
87 dp = keyname + 4;
90 *dp++ = toupper(*cp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dbench_001.c107 void *pointer, *dp, *kp; local
143 DB_MULTIPLE_NEXT(pointer, &data, dp, len);
144 if (dp != NULL)
150 &data, kp, klen, dp, len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A DMakefile25 $(LD) -r -dp -o $@ $^ $(LDFLAGS) $(LDFLAGS_pcap.o)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Detr.h15 unsigned int dp : 1; /* data port control */ member in struct:etr_eacr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dport.h124 void tipc_port_recv_mcast(struct sk_buff *buf, struct port_list *dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_trans.h272 #define XFS_LIC_DESC_TO_SLOT(dp) xfs_lic_desc_to_slot(dp)
273 static inline int xfs_lic_desc_to_slot(xfs_log_item_desc_t *dp) argument
275 return (uint)dp->lid_index;
280 * dp - dp->lid_index give the address of the start of the lic_descs array.
285 #define XFS_LIC_DESC_TO_CHUNK(dp) xfs_lic_desc_to_chunk(dp)
287 xfs_lic_desc_to_chunk(xfs_log_item_desc_t *dp) argument
290 (((xfs_caddr_t)((dp)
[all...]
H A Dxfs_log_recover.c1353 xfs_caddr_t dp,
1366 memcpy(ptr, dp, len); /* d, s, l */
1375 memcpy(&ptr[old_len], dp, len); /* d, s, l */
1397 xfs_caddr_t dp,
1408 ASSERT(*(uint *)dp == XFS_TRANS_HEADER_MAGIC);
1411 memcpy(&trans->r_theader, dp, len); /* d, s, l */
1416 memcpy(ptr, dp, len);
2883 xfs_caddr_t dp,
2895 lp = dp + INT_GET(rhead->h_len, ARCH_CONVERT);
2902 while ((dp < l
1351 xlog_recover_add_to_cont_trans( xlog_recover_t *trans, xfs_caddr_t dp, int len) argument
1395 xlog_recover_add_to_trans( xlog_recover_t *trans, xfs_caddr_t dp, int len) argument
2879 xlog_recover_process_data( xlog_t *log, xlog_recover_t *rhash[], xlog_rec_header_t *rhead, xfs_caddr_t dp, int pass) argument
3340 xfs_caddr_t dp; local
3373 xlog_unpack_data_checksum( xlog_rec_header_t *rhead, xfs_caddr_t dp, xlog_t *log) argument
3408 xlog_unpack_data( xlog_rec_header_t *rhead, xfs_caddr_t dp, xlog_t *log) argument
[all...]
H A Dxfs_dir2_data.c47 xfs_inode_t *dp, /* incore inode pointer */
68 mp = dp->i_mount;
391 xfs_inode_t *dp; /* incore directory inode */ local
399 dp = args->dp;
400 mp = dp->i_mount;
405 error = xfs_da_get_buf(tp, dp, XFS_DIR2_DB_TO_DA(mp, blkno), -1, &bp,
46 xfs_dir2_data_check( xfs_inode_t *dp, xfs_dabuf_t *bp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_put.c783 PAGE *dp; local
797 dbp->dup_compare == NULL ? P_LRECNO : P_LDUP, &dp)) != 0)
799 P_INIT(dp, dbp->pgsize, dp->pgno,
800 PGNO_INVALID, PGNO_INVALID, LEAFLEVEL, TYPE(dp));
814 PGNO(h), indx, PGNO(dp), cpindx)) != 0)
842 dbc, dp, cpindx, hdr.size, &hdr, NULL)) != 0)
862 B_DUPLICATE, dp->pgno, h, first + 1, NULL)) != 0)
870 dbc->thread_info, dp, dbc->priority)) != 0 && ret == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dtftpd.c487 struct tftphdr *dp; local
494 dp = &b->buf.hdr;
498 b->counter = read(fileno(file), dp->th_data, SEGSIZE); */
500 memcpy(dp->th_data, test->rptr, copy_n);
509 p = dp->th_data;
534 b->counter = (int)(p - dp->th_data);
566 struct tftphdr *dp; local
584 dp = &b->buf.hdr;
586 writebuf = dp->th_data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dcp1emu.c196 #define DPFROMREG(dp,x) DIFROMREG((dp).bits,x)
197 #define DPTOREG(dp,x) DITOREG((dp).bits,x)
590 DEF3OP(madd, dp, ieee754dp_mul, ieee754dp_add,);
591 DEF3OP(msub, dp, ieee754dp_mul, ieee754dp_sub,);
592 DEF3OP(nmadd, dp, ieee754dp_mul, ieee754dp_add, ieee754dp_neg);
593 DEF3OP(nmsub, dp, ieee754dp_mul, ieee754dp_sub, ieee754dp_neg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dioport.c450 void __init sbus_setup_iommu(struct sbus_bus *sbus, struct device_node *dp) argument
453 struct device_node *parent = dp->parent;
467 iounit_init(dp->node, parent->node, sbus);
472 void __init sbus_setup_arch_props(struct sbus_bus *sbus, struct device_node *dp) argument
475 struct device_node *parent = dp->parent;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h664 #define sym_set_script_dp(np, cp, dp) \
667 cp->phys.head.lastp = cpu_to_scr(dp); \
669 np->ccb_head.lastp = cpu_to_scr(dp); \
675 #define sym_set_script_dp(np, cp, dp) \
677 cp->phys.head.lastp = cpu_to_scr(dp); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci_sun4v.c603 struct device_node *dp; local
605 dp = pbm->prom_node;
606 prop = of_find_property(dp, "66mhz-capable", NULL);
1131 static void pci_sun4v_pbm_init(struct pci_controller_info *p, struct device_node *dp, u32 devhandle) argument
1150 pbm->prom_node = dp;
1154 pbm->name = dp->full_name;
1165 void sun4v_pci_init(struct device_node *dp, char *model_name) argument
1190 prop = of_find_property(dp, "reg", NULL);
1197 pci_sun4v_pbm_init(pbm->parent, dp, devhandle);
1232 pci_sun4v_pbm_init(p, dp, devhandl
[all...]
H A Dtime.c722 struct device_node *dp = op->node; local
723 const char *model = of_get_property(dp, "model", NULL);
724 const char *compat = of_get_property(dp, "compatible", NULL);
737 if (!strcmp(dp->parent->name, "fhc") &&
738 strcmp(dp->parent->parent->name, "central") != 0)
766 printk(KERN_INFO "%s: Clock regs at %p\n", dp->full_name, regs);
832 struct device_node *dp; local
838 dp = of_find_node_by_path("/");
849 clock = of_getintprop_default(dp, "stick-frequency", 0);
856 clock = of_getintprop_default(dp, "stic
[all...]
H A Dsbus.c1039 struct device_node *dp; local
1047 dp = of_find_node_by_phandle(__node);
1049 sbus->portid = of_getintprop_default(dp, "upa-portid", -1);
1051 pr = of_get_property(dp, "reg", NULL);
1160 struct device_node *dp = of_find_node_by_phandle(sdev->prom_node); local
1163 irqs = of_get_property(dp, "interrupts", NULL);
1182 void __init sbus_setup_iommu(struct sbus_bus *sbus, struct device_node *dp) argument
1184 sbus_iommu_init(dp->node, sbus);
1187 void __init sbus_setup_arch_props(struct sbus_bus *sbus, struct device_node *dp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c172 HKEYDATA *dp; local
196 dp = (HKEYDATA *)H_PAIRDATA(dbc->dbp, hcp->page, hcp->indx);
199 if (HPAGE_PTYPE(dp) == H_OFFDUP)
201 HOFFPAGE_PGNO(dp), sizeof(db_pgno_t));
595 u_int8_t *dbuf, *dp, *hk, *np, *tmp; local
611 np = dp = dbuf;
650 dp = np;
663 memcpy(dp,
671 (u_int32_t)(dp - dbuf)) +
681 dp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dibmcam.c255 while (RingQueue_GetLength(&uvd->dp) >= marker_len) {
256 if ((RING_QUEUE_PEEK(&uvd->dp, 0) == 0x00) &&
257 (RING_QUEUE_PEEK(&uvd->dp, 1) == 0xFF) &&
258 (RING_QUEUE_PEEK(&uvd->dp, 2) == 0x00))
260 frame->header = RING_QUEUE_PEEK(&uvd->dp, 3);
265 RING_QUEUE_DEQUEUE_BYTES(&uvd->dp, marker_len);
271 RING_QUEUE_DEQUEUE_BYTES(&uvd->dp, 1);
287 while (RingQueue_GetLength(&uvd->dp) >= marker_len) {
288 if ((RING_QUEUE_PEEK(&uvd->dp, 0) == 0x00) &&
289 (RING_QUEUE_PEEK(&uvd->dp,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dtime.c397 * e0 e1 dp p0 p1 ea es sl
494 .e0 = 0, .e1 = 0, ._pad0 = 4, .dp = 0,
971 * port is not uptodate toggle dp bit.
975 eacr.dp ^= 1;
977 eacr.dp = 0;
998 (etr_eacr.dp ^ eacr.dp) != 0;
1027 eacr.dp = eacr.es = eacr.sl = 0;
1125 eacr.dp = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dgenhd.c43 struct blk_major_name *dp; local
47 for (dp = major_names[offset]; dp; dp = dp->next)
48 seq_printf(f, "%3d %s\n", dp->major, dp->name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/nubus/
H A Dnubus.c890 unsigned char dp; local
909 dp = *rp;
910 if(dp == 0)
916 if ((((dp>>4) ^ dp) & 0x0F) != 0x0F)
920 if ((dp & 0x0F) >= (1<<i))
924 nubus_add_board(slot, dp);

Completed in 429 milliseconds

1234567891011>>