Searched refs:dp (Results 101 - 125 of 347) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dauxio.c123 struct device_node *dp = dev->node; local
126 if (!strcmp(dp->parent->name, "ebus")) {
129 } else if (!strcmp(dp->parent->name, "sbus")) {
134 dp->parent->name);
142 dp->full_name);
H A Dof_device.c159 struct device_node *dp = data; local
161 return (op->node == dp);
164 struct of_device *of_find_device_by_node(struct device_node *dp) argument
167 dp, node_match);
228 static void __init get_cells(struct device_node *dp, argument
232 *addrc = of_n_addr_cells(dp);
234 *sizec = of_n_size_cells(dp);
627 struct device_node *dp = op->node; local
650 dp = pp;
651 pp = dp
690 apply_interrupt_map(struct device_node *dp, struct device_node *pp, const u32 *imap, int imlen, const u32 *imask, unsigned int *irq_p) argument
749 pci_irq_swizzle(struct device_node *dp, struct device_node *pp, unsigned int irq) argument
807 struct device_node *dp = op->node; local
897 scan_one_device(struct device_node *dp, struct device *parent) argument
952 scan_tree(struct device_node *dp, struct device *parent) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_utils.c75 xfs_inode_t *dp; local
81 dp = XFS_BHVTOI(dir_bdp);
83 error = xfs_dir_lookup(NULL, dp, VNAME(dentry), VNAMELEN(dentry), inum);
93 xfs_iunlock(dp, lock_mode);
94 error = xfs_iget(dp->i_mount, NULL, *inum, 0, 0, ipp, 0);
95 xfs_ilock(dp, lock_mode);
104 xfs_iunlock(dp, lock_mode);
107 xfs_ilock(dp, lock_mode);
128 xfs_inode_t *dp, /* directory within whose allocate
170 code = xfs_ialloc(tp, dp, mod
125 xfs_dir_ialloc( xfs_trans_t **tpp, xfs_inode_t *dp, mode_t mode, xfs_nlink_t nlink, xfs_dev_t rdev, cred_t *credp, prid_t prid, int okalloc, xfs_inode_t **ipp, int *committed) argument
[all...]
H A Dxfs_attr_leaf.c76 STATIC int xfs_attr_node_inactive(xfs_trans_t **trans, xfs_inode_t *dp,
78 STATIC int xfs_attr_leaf_inactive(xfs_trans_t **trans, xfs_inode_t *dp,
80 STATIC int xfs_attr_leaf_freextent(xfs_trans_t **trans, xfs_inode_t *dp,
148 xfs_attr_shortform_bytesfit(xfs_inode_t *dp, int bytes) argument
154 xfs_mount_t *mp = dp->i_mount;
158 switch (dp->i_d.di_format) {
168 if (bytes <= XFS_IFORK_ASIZE(dp))
173 dsize = dp->i_df.if_bytes;
175 switch (dp->i_d.di_format) {
184 if (!dp
250 xfs_inode_t *dp; local
283 xfs_inode_t *dp; local
338 xfs_inode_t *dp; local
483 xfs_inode_t *dp; local
599 xfs_inode_t *dp; local
762 xfs_attr_shortform_allfit(xfs_dabuf_t *bp, xfs_inode_t *dp) argument
805 xfs_inode_t *dp; local
890 xfs_inode_t *dp; local
954 xfs_inode_t *dp; local
2729 xfs_attr_root_inactive(xfs_trans_t **trans, xfs_inode_t *dp) argument
2783 xfs_attr_node_inactive(xfs_trans_t **trans, xfs_inode_t *dp, xfs_dabuf_t *bp, int level) argument
2889 xfs_attr_leaf_inactive(xfs_trans_t **trans, xfs_inode_t *dp, xfs_dabuf_t *bp) argument
2968 xfs_attr_leaf_freextent(xfs_trans_t **trans, xfs_inode_t *dp, xfs_dablk_t blkno, int blkcnt) argument
3030 xfs_attr_rolltrans(xfs_trans_t **transp, xfs_inode_t *dp) argument
[all...]
H A Dxfs_dir2_leaf.c48 static void xfs_dir2_leaf_check(xfs_inode_t *dp, xfs_dabuf_t *bp);
50 #define xfs_dir2_leaf_check(dp, bp)
72 xfs_inode_t *dp; /* incore directory inode */ local
84 dp = args->dp;
85 mp = dp->i_mount;
106 xfs_dir2_data_check(dp, dbp);
149 xfs_dir2_leaf_check(dp, lbp);
150 xfs_dir2_data_check(dp, dbp);
168 xfs_inode_t *dp; /* incor local
552 xfs_dir2_leaf_check( xfs_inode_t *dp, xfs_dabuf_t *bp) argument
751 xfs_dir2_leaf_getdents( xfs_trans_t *tp, xfs_inode_t *dp, uio_t *uio, int *eofp, xfs_dirent_t *dbp, xfs_dir2_put_t put) argument
1146 xfs_inode_t *dp; /* incore directory inode */ local
1287 xfs_inode_t *dp; /* incore directory inode */ local
1341 xfs_inode_t *dp; /* incore directory inode */ local
1441 xfs_inode_t *dp; /* incore directory inode */ local
1579 xfs_inode_t *dp; /* incore directory inode */ local
1688 xfs_inode_t *dp; /* incore directory inode */ local
1748 xfs_inode_t *dp; /* incore directory inode */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/adv1tov2/
H A Dadv1tov2.c79 static void descend(DIR *dp) argument
95 for (de = readdir(dp); de; de = readdir(dp)) {
128 DIR *dp; local
145 if ((dp = opendir(argv[1])) == NULL) {
151 descend(dp);
152 closedir(dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dscanlog.c51 struct proc_dir_entry *dp; local
57 dp = PDE(inode);
58 data = (unsigned int *)dp->data;
153 struct proc_dir_entry *dp = PDE(inode); local
154 unsigned int *data = (unsigned int *)dp->data;
175 struct proc_dir_entry *dp = PDE(inode); local
176 unsigned int *data = (unsigned int *)dp->data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dsun_uflash.c54 int uflash_devinit(struct linux_ebus_device *edev, struct device_node *dp) argument
67 dp->full_name, (unsigned long long)res->start,
81 up->name = of_get_property(dp, "model", NULL);
89 printk("%s: Failed to map device.\n", dp->full_name);
118 struct device_node *dp = dev->node; local
120 if (of_find_property(dp, "user", NULL))
123 return uflash_devinit(edev, dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dchipsfb.c40 #define write_ind(num, val, ap, dp) do { \
41 outb((num), (ap)); outb((val), (dp)); \
43 #define read_ind(num, var, ap, dp) do { \
44 outb((num), (ap)); var = inb((dp)); \
75 static int chipsfb_pci_init(struct pci_dev *dp, const struct pci_device_id *);
350 chipsfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent) argument
357 if (pci_enable_device(dp) < 0) {
358 dev_err(&dp->dev, "Cannot enable PCI device\n");
362 if ((dp->resource[0].flags & IORESOURCE_MEM) == 0)
364 addr = pci_resource_start(dp,
441 chipsfb_remove(struct pci_dev *dp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/avm/
H A Davmcard.h282 unsigned char *dp)
287 while (i-- > 0) *dp++ = b1_get_byte(base);
292 unsigned char *dp, unsigned int len)
297 b1_put_byte(base, *dp++);
410 unsigned char *dp)
426 insb(base+B1_READ, dp, FIFO_INPBSIZE);
427 dp += FIFO_INPBSIZE;
434 insb(base+B1_READ,dp, i);
438 dp += i;
442 *dp
281 b1_get_slice(unsigned int base, unsigned char *dp) argument
291 b1_put_slice(unsigned int base, unsigned char *dp, unsigned int len) argument
409 t1_get_slice(unsigned int base, unsigned char *dp) argument
462 t1_put_slice(unsigned int base, unsigned char *dp, unsigned int len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcal.c70 static char *build_row(char *p, unsigned *dp);
130 unsigned *dp = days; local
133 day_array(month, year, dp);
139 build_row(lineout, dp)[0] = '\0';
140 dp += 7;
145 unsigned *dp; local
173 dp = days[month + which_cal] + row;
174 build_row(lineout + which_cal * (week_len + 2), dp);
285 static char *build_row(char *p, unsigned *dp) argument
293 day = *dp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c613 unsigned char *vjhdr, *dp; local
681 dp = vjhdr - PPP_HDRLEN;
682 dp[1] = mp->b_rptr[1]; /* copy control field */
683 dp[0] = mp->b_rptr[0]; /* copy address field */
684 dp[2] = 0; /* set protocol field */
685 dp[3] = proto = PPP_VJC_COMP;
686 mp->b_rptr = dp;
798 uchar_t *dp, *iphdr; local
857 dp = mp->b_rptr + hlen - PPP_HDRLEN;
858 if (dp < m
1051 unsigned char *dp; local
[all...]
H A Dppp_ahdlc.c584 uchar_t *dp, fcs_val; local
664 for (dp = tmp->b_rptr; dp < tmp->b_wptr; dp++) {
665 fcs = PPP_FCS(fcs, *dp);
666 if (IN_TX_MAP(*dp, xaccm)) {
668 *outmp->b_wptr++ = *dp ^ PPP_TRANS;
670 *outmp->b_wptr++ = *dp;
731 uchar_t *dp; local
742 for (dp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c613 unsigned char *vjhdr, *dp; local
681 dp = vjhdr - PPP_HDRLEN;
682 dp[1] = mp->b_rptr[1]; /* copy control field */
683 dp[0] = mp->b_rptr[0]; /* copy address field */
684 dp[2] = 0; /* set protocol field */
685 dp[3] = proto = PPP_VJC_COMP;
686 mp->b_rptr = dp;
798 uchar_t *dp, *iphdr; local
857 dp = mp->b_rptr + hlen - PPP_HDRLEN;
858 if (dp < m
1051 unsigned char *dp; local
[all...]
H A Dppp_ahdlc.c555 uchar_t *dp, fcs_val; local
631 for (dp = tmp->b_rptr; dp < tmp->b_wptr; dp++) {
632 fcs = PPP_FCS(fcs, *dp);
633 if (IN_TX_MAP(*dp, xaccm)) {
635 *outmp->b_wptr++ = *dp ^ PPP_TRANS;
637 *outmp->b_wptr++ = *dp;
695 uchar_t *dp; local
704 for (dp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Ddccp.h305 const struct dccp_sock *dp = dccp_sk(sk); local
307 if (dp->dccps_service == service)
309 return !dccp_list_has_service(dp->dccps_service_list, service);
363 struct dccp_sock *dp = dccp_sk(sk); local
366 dp->dccps_gsr = seq;
367 dccp_set_seqno(&dp->dccps_swl,
368 dp->dccps_gsr + 1 - (dmsk->dccpms_sequence_window / 4));
369 dccp_set_seqno(&dp->dccps_swh,
370 dp->dccps_gsr + (3 * dmsk->dccpms_sequence_window) / 4);
375 struct dccp_sock *dp local
385 const struct dccp_sock *dp = dccp_sk(sk); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754int.h54 #define DPSIGN(dp) (dp.parts.sign)
55 #define DPBEXP(dp) (dp.parts.bexp)
56 #define DPMANT(dp) (dp.parts.mant)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Ddevices.c57 struct device_node *dp; local
61 for_each_node_by_type(dp, "cpu") {
62 int err = check_cpu_node(dp->node, &cur_inst,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_bhv.c196 xfs_disk_dquot_t *dp; local
216 dp = &dqp->q_core;
218 limit = dp->d_blk_softlimit ?
219 be64_to_cpu(dp->d_blk_softlimit) :
220 be64_to_cpu(dp->d_blk_hardlimit);
224 (statp->f_blocks > be64_to_cpu(dp->d_bcount)) ?
225 (statp->f_blocks - be64_to_cpu(dp->d_bcount)) : 0;
228 limit = dp->d_ino_softlimit ?
229 be64_to_cpu(dp->d_ino_softlimit) :
230 be64_to_cpu(dp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-div.c131 mpi_ptr_t np, dp; local
171 dp = den->d;
179 rlimb = _gcry_mpih_divmod_1( qp, np, nsize, dp[0] );
185 rlimb = _gcry_mpih_mod_1( np, nsize, dp[0] );
208 count_leading_zeros( normalization_steps, dp[dsize - 1] );
223 _gcry_mpih_lshift( tp, dp, dsize, normalization_steps );
224 dp = tp;
240 if( dp == rp || (quot && (dp == qp))) {
246 MPN_COPY( tp, dp, dsiz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_lookup.c101 * @dp: dentry for which we want to find a direct
106 * cache entry @dp. @ppp will be filled with the page the return
113 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) argument
117 const char *name = dp->d_name.name;
118 int namelen = dp->d_name.len;
164 * @dp: dentry we seach for
168 * the path component described by @dp in @dip.
174 vxfs_inode_by_name(struct inode *dip, struct dentry *dp) argument
180 de = vxfs_find_entry(dip, dp, &pp);
193 * @dp
205 vxfs_lookup(struct inode *dip, struct dentry *dp, struct nameidata *nd) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dmsdfs.c280 static BOOL resolve_dfs_path(pstring dfspath, struct dfs_path* dp, argument
293 if (!dp || !conn) {
298 if (dp->reqpath[0] == '\0') {
306 DEBUG(10,("resolve_dfs_path: Conn path = %s req_path = %s\n", conn->connectpath, dp->reqpath));
308 unix_convert(dp->reqpath,conn,0,&bad_path,&sbuf);
310 pstrcpy(localpath, dp->reqpath);
328 pstrcpy(reqpath, dp->reqpath);
372 struct dfs_path dp; local
377 parse_processed_dfs_path(pathname, &dp);
382 pstrcpy(pathname, dp
442 struct dfs_path dp; local
807 struct dfs_path dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dalbumart.c112 struct dirent *dp; local
137 while ((dp = readdir(dh)) != NULL)
139 switch( dp->d_type )
146 asprintf(&file, "%s/%s", dir, dp->d_name);
156 if( (*(dp->d_name) != '.') &&
157 (is_video(dp->d_name) || is_audio(dp->d_name)) &&
158 (album_art_name || strncmp(dp->d_name, match, ncmp) == 0) )
160 DPRINTF(E_DEBUG, L_METADATA, "New file %s looks like cover art for %s\n", path, dp->d_name);
161 asprintf(&file, "%s/%s", dir, dp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dalbumart.c104 struct dirent *dp; local
127 while ((dp = readdir(dh)) != NULL)
129 switch( dp->d_type )
136 snprintf(file, sizeof(file), "%s/%s", dir, dp->d_name);
145 if( (*(dp->d_name) != '.') &&
146 (is_video(dp->d_name) || is_audio(dp->d_name)) &&
147 (album_art || strncmp(dp->d_name, match, ncmp) == 0) )
149 DPRINTF(E_DEBUG, L_METADATA, "New file %s looks like cover art for %s\n", path, dp->d_name);
150 snprintf(file, sizeof(file), "%s/%s", dir, dp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dalbumart.c112 struct dirent *dp; local
137 while ((dp = readdir(dh)) != NULL)
139 switch( dp->d_type )
146 asprintf(&file, "%s/%s", dir, dp->d_name);
156 if( (*(dp->d_name) != '.') &&
157 (is_video(dp->d_name) || is_audio(dp->d_name)) &&
158 (album_art_name || strncmp(dp->d_name, match, ncmp) == 0) )
160 DPRINTF(E_DEBUG, L_METADATA, "New file %s looks like cover art for %s\n", path, dp->d_name);
161 asprintf(&file, "%s/%s", dir, dp
[all...]

Completed in 158 milliseconds

1234567891011>>