Searched refs:dp (Results 26 - 50 of 347) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2.c75 xfs_inode_t *dp)
79 ASSERT((dp->i_d.di_mode & S_IFMT) == S_IFDIR);
80 if (dp->i_d.di_size == 0) /* might happen during shutdown. */
82 if (dp->i_d.di_size > XFS_IFORK_DSIZE(dp))
84 sfp = (xfs_dir2_sf_t *)dp->i_df.if_u1.if_data;
128 xfs_inode_t *dp,
135 args.dp = dp;
137 ASSERT((dp
74 xfs_dir_isempty( xfs_inode_t *dp) argument
126 xfs_dir_init( xfs_trans_t *tp, xfs_inode_t *dp, xfs_inode_t *pdp) argument
147 xfs_dir_createname( xfs_trans_t *tp, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t inum, xfs_fsblock_t *first, xfs_bmap_free_t *flist, xfs_extlen_t total) argument
198 xfs_dir_lookup( xfs_trans_t *tp, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t *inum) argument
248 xfs_dir_removename( xfs_trans_t *tp, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t ino, xfs_fsblock_t *first, xfs_bmap_free_t *flist, xfs_extlen_t total) argument
296 xfs_dir_getdents( xfs_trans_t *tp, xfs_inode_t *dp, uio_t *uio, int *eofp) argument
344 xfs_dir_replace( xfs_trans_t *tp, xfs_inode_t *dp, char *name, int namelen, xfs_ino_t inum, xfs_fsblock_t *first, xfs_bmap_free_t *flist, xfs_extlen_t total) argument
394 xfs_dir_canenter( xfs_trans_t *tp, xfs_inode_t *dp, char *name, int namelen) argument
450 xfs_inode_t *dp; /* incore directory inode */ local
577 xfs_dir2_isblock( xfs_trans_t *tp, xfs_inode_t *dp, int *vp) argument
599 xfs_dir2_isleaf( xfs_trans_t *tp, xfs_inode_t *dp, int *vp) argument
700 xfs_inode_t *dp; local
[all...]
H A Dxfs_dir2_sf.c64 * Given a block directory (dp/block), calculate its size as a shortform (sf)
71 xfs_inode_t *dp, /* incore inode pointer */
89 mp = dp->i_mount;
134 if (size > XFS_IFORK_DSIZE(dp))
160 xfs_inode_t *dp; /* incore directory inode */ local
172 dp = args->dp;
173 mp = dp->i_mount;
192 dp->i_df.if_flags &= ~XFS_IFEXTENTS;
193 dp
70 xfs_dir2_block_sfsize( xfs_inode_t *dp, xfs_dir2_block_t *block, xfs_dir2_sf_hdr_t *sfhp) argument
272 xfs_inode_t *dp; /* incore directory inode */ local
385 xfs_inode_t *dp; /* incore directory inode */ local
439 xfs_inode_t *dp; /* incore directory inode */ local
533 xfs_inode_t *dp; /* incore directory inode */ local
608 xfs_inode_t *dp; /* incore directory inode */ local
651 xfs_inode_t *dp; /* incore directory inode */ local
696 xfs_dir2_sf_getdents( xfs_inode_t *dp, uio_t *uio, int *eofp, xfs_dirent_t *dbp, xfs_dir2_put_t put) argument
848 xfs_inode_t *dp; /* incore directory inode */ local
914 xfs_inode_t *dp; /* incore directory inode */ local
1005 xfs_inode_t *dp; /* incore directory inode */ local
1150 xfs_inode_t *dp; /* incore directory inode */ local
1227 xfs_inode_t *dp; /* incore directory inode */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Disa.c45 struct device_node *dp = parent_isa_dev->prom_node->child; local
47 if (!dp)
51 while (dp) {
65 isa_dev->prom_node = dp;
72 dp = dp->sibling;
78 struct device_node *dp = isa_br->prom_node->child; local
80 while (dp) {
89 isa_dev->ofdev.node = dp;
92 sprintf(isa_dev->ofdev.dev.bus_id, "isa[%08x]", dp
144 struct device_node *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsysquotas.c172 int (*get_quota)(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
173 int (*set_quota)(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
181 static int command_get_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
221 dp->qflags = (enum SMB_QUOTA_TYPE)strtoul(line, &p2, 10);
226 dp->curblocks = STR_TO_SMB_BIG_UINT(p, &p);
232 dp->softlimit = STR_TO_SMB_BIG_UINT(p, &p);
238 dp->hardlimit = STR_TO_SMB_BIG_UINT(p, &p);
244 dp->curinodes = STR_TO_SMB_BIG_UINT(p, &p);
250 dp->isoftlimit = STR_TO_SMB_BIG_UINT(p, &p);
256 dp
302 command_set_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
367 sys_get_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
432 sys_set_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
[all...]
H A Dsysquotas_xfs.c74 int sys_get_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
84 if (!bdev||!dp)
87 ZERO_STRUCT(*dp);
88 dp->qtype = qtype;
146 dp->bsize = bsize;
147 dp->softlimit = (SMB_BIG_UINT)D.d_blk_softlimit;
148 dp->hardlimit = (SMB_BIG_UINT)D.d_blk_hardlimit;
149 dp->ihardlimit = (SMB_BIG_UINT)D.d_ino_hardlimit;
150 dp->isoftlimit = (SMB_BIG_UINT)D.d_ino_softlimit;
151 dp
161 sys_set_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_timer.c37 static int send_timer_event(struct seq_oss_devinfo *dp, int type, int value);
45 snd_seq_oss_timer_new(struct seq_oss_devinfo *dp) argument
53 rec->dp = dp;
139 send_timer_event(struct seq_oss_devinfo *dp, int type, int value) argument
145 ev.source.client = dp->cseq;
149 ev.queue = dp->queue;
150 ev.data.queue.queue = dp->queue;
152 return snd_seq_kernel_client_dispatch(dp->cseq, &ev, 1, 0);
161 struct seq_oss_devinfo *dp local
[all...]
H A Dseq_oss_timer.h31 struct seq_oss_devinfo *dp; member in struct:seq_oss_timer
40 struct seq_oss_timer *snd_seq_oss_timer_new(struct seq_oss_devinfo *dp);
41 void snd_seq_oss_timer_delete(struct seq_oss_timer *dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc2/
H A Drc2ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2c(v0,dp);
86 l2c(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc5/
H A Drc5ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2c(v0,dp);
86 l2c(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bf/
H A Dbf_ofb64.c73 register char *dp; local
83 dp=(char *)d;
84 l2n(v0,dp);
85 l2n(v1,dp);
91 dp=(char *)d;
92 t=ti[0]; l2n(t,dp);
93 t=ti[1]; l2n(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/cast/
H A Dc_ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2n(v0,dp);
86 l2n(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dofb64ede.c75 register char *dp; local
85 dp=(char *)d;
86 l2c(v0,dp);
87 l2c(v1,dp);
98 dp=(char *)d;
99 l2c(v0,dp);
100 l2c(v1,dp);
H A Dofb64enc.c73 register unsigned char *dp; local
83 dp=d;
84 l2c(v0,dp);
85 l2c(v1,dp);
91 dp=d;
92 t=ti[0]; l2c(t,dp);
93 t=ti[1]; l2c(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/idea/
H A Di_ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2n(v0,dp);
86 l2n(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_ofb64.c73 register char *dp; local
83 dp=(char *)d;
84 l2n(v0,dp);
85 l2n(v1,dp);
91 dp=(char *)d;
92 t=ti[0]; l2n(t,dp);
93 t=ti[1]; l2n(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dc_ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2n(v0,dp);
86 l2n(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dofb64ede.c75 register char *dp; local
85 dp=(char *)d;
86 l2c(v0,dp);
87 l2c(v1,dp);
98 dp=(char *)d;
99 l2c(v0,dp);
100 l2c(v1,dp);
H A Dofb64enc.c73 register unsigned char *dp; local
83 dp=d;
84 l2c(v0,dp);
85 l2c(v1,dp);
91 dp=d;
92 t=ti[0]; l2c(t,dp);
93 t=ti[1]; l2c(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2n(v0,dp);
86 l2n(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2c(v0,dp);
86 l2c(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2c(v0,dp);
86 l2c(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_of.c33 struct device_node *parent, *dp; local
47 for (dp = NULL;
48 (dp = of_get_next_child(parent, dp)) != NULL;) {
49 pname = of_get_property(dp, "name", NULL);
56 pedid = of_get_property(dp,
61 of_node_put(dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dopenprom.c141 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsize) argument
146 if (!dp ||
147 !(pval = of_get_property(dp, op->oprom_array, &len)) ||
158 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsize) argument
163 if (!dp)
166 prop = dp->properties;
171 prop = of_find_property(dp, op->oprom_array, NULL);
188 static int opromsetopt(struct device_node *dp, struct openpromio *op, int bufsize) argument
196 static int opromnext(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio *op, int bufsize, DATA *data) argument
207 dp
243 oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsize, DATA *data) argument
250 struct device_node *dp; local
268 oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsize, DATA *data) argument
299 openprom_sunos_ioctl(struct inode * inode, struct file * file, unsigned int cmd, unsigned long arg, struct device_node *dp) argument
371 struct device_node *dp = of_find_node_by_phandle(n); local
409 struct device_node *dp; local
441 struct device_node *dp; local
487 struct device_node *dp; local
518 struct device_node *dp; local
722 struct device_node *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Di8042-sparcio.h51 struct device_node *dp = op->node; local
53 dp = dp->child;
54 while (dp) {
55 if (!strcmp(dp->name, OBP_PS2KBD_NAME1) ||
56 !strcmp(dp->name, OBP_PS2KBD_NAME2)) {
57 struct of_device *kbd = of_find_device_by_node(dp);
65 } else if (!strcmp(dp->name, OBP_PS2MS_NAME1) ||
66 !strcmp(dp->name, OBP_PS2MS_NAME2)) {
67 struct of_device *ms = of_find_device_by_node(dp);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Debus.c74 struct ebus_device_irq *dp; local
76 if ((dp = ebus_blackp) != NULL) {
77 for (; dp->name != NULL; dp++) {
78 if (strcmp(name, dp->name) == 0) {
79 return pcic_pin_to_irq(dp->pin, name);
86 void __init fill_ebus_child(struct device_node *dp, argument
93 dev->prom_node = dp;
94 regs = of_get_property(dp, "reg", &len);
117 irqs = of_get_property(dp, "interrupt
141 fill_ebus_device(struct device_node *dp, struct linux_ebus_device *dev) argument
251 struct device_node *dp; local
[all...]

Completed in 240 milliseconds

1234567891011>>