Searched refs:dp (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dq931.c203 char *dp = dest; local
208 *dp++ = '1';
210 *dp++ = '0';
213 return (dp - dest);
448 char *dp = dest; local
453 dp += sprintf(dp, " coding ");
454 dp += prbits(dp, *p, 7, 2);
455 dp
524 char *dp = dest; local
559 char *dp = dest; local
572 char *dp = dest; local
589 char *dp = dest; local
615 char *dp = dest, ch; local
663 char *dp = dest; local
720 char *dp = dest; local
747 char *dp = dest; local
774 char *dp = dest; local
791 char *dp = dest; local
807 char *dp = dest; local
873 char *dp = dest; local
912 char *dp = dest; local
941 char *dp = dest; local
1177 char *dp; local
1200 char *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_synth.h33 void snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp);
34 void snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp);
35 void snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp);
37 void snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev);
38 int snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt,
40 int snd_seq_oss_synth_is_valid(struct seq_oss_devinfo *dp, int dev);
41 int snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf,
43 int snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev);
44 int snd_seq_oss_synth_ioctl(struct seq_oss_devinfo *dp, int dev, unsigned int cmd,
46 int snd_seq_oss_synth_raw_event(struct seq_oss_devinfo *dp, in
[all...]
H A Dseq_oss_ioctl.c31 static int snd_seq_oss_synth_info_user(struct seq_oss_devinfo *dp, void __user *arg) argument
37 if (snd_seq_oss_synth_make_info(dp, info.device, &info) < 0)
44 static int snd_seq_oss_midi_info_user(struct seq_oss_devinfo *dp, void __user *arg) argument
50 if (snd_seq_oss_midi_make_info(dp, info.device, &info) < 0)
57 static int snd_seq_oss_oob_user(struct seq_oss_devinfo *dp, void __user *arg) argument
65 snd_seq_oss_fill_addr(dp, &tmpev, dp->addr.port, dp->addr.client);
67 if (! snd_seq_oss_process_event(dp, (union evrec *)ev, &tmpev)) {
68 snd_seq_oss_dispatch(dp,
74 snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long carg) argument
[all...]
H A Dseq_oss_midi.h34 void snd_seq_oss_midi_setup(struct seq_oss_devinfo *dp);
35 void snd_seq_oss_midi_cleanup(struct seq_oss_devinfo *dp);
37 int snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int file_mode);
38 void snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode);
39 int snd_seq_oss_midi_close(struct seq_oss_devinfo *dp, int dev);
40 void snd_seq_oss_midi_reset(struct seq_oss_devinfo *dp, int dev);
41 int snd_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c,
44 int snd_seq_oss_midi_filemode(struct seq_oss_devinfo *dp, int dev);
45 int snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf);
46 void snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, in
[all...]
H A Dseq_oss_init.c52 static int create_port(struct seq_oss_devinfo *dp);
53 static int delete_port(struct seq_oss_devinfo *dp);
54 static int alloc_seq_queue(struct seq_oss_devinfo *dp);
177 struct seq_oss_devinfo *dp; local
179 if ((dp = kzalloc(sizeof(*dp), GFP_KERNEL)) == NULL) {
183 debug_printk(("oss_open: dp = %p\n", dp));
191 kfree(dp);
195 dp
309 create_port(struct seq_oss_devinfo *dp) argument
344 delete_port(struct seq_oss_devinfo *dp) argument
357 alloc_seq_queue(struct seq_oss_devinfo *dp) argument
398 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private; local
417 snd_seq_oss_release(struct seq_oss_devinfo *dp) argument
446 snd_seq_oss_drain_write(struct seq_oss_devinfo *dp) argument
463 snd_seq_oss_reset(struct seq_oss_devinfo *dp) argument
515 struct seq_oss_devinfo *dp; local
[all...]
H A Dseq_oss_rw.c36 static int insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt);
44 snd_seq_oss_read(struct seq_oss_devinfo *dp, char __user *buf, int count) argument
46 struct seq_oss_readq *readq = dp->readq;
52 if (readq == NULL || ! is_read_mode(dp->file_mode))
59 !is_nonblock_mode(dp->file_mode) && result == 0) {
96 snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt) argument
102 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL)
117 return snd_seq_oss_synth_load_patch(dp, rec.s.dev,
123 dp
163 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt) argument
199 snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait) argument
[all...]
H A Dseq_oss_writeq.c36 snd_seq_oss_writeq_new(struct seq_oss_devinfo *dp, int maxlen) argument
43 q->dp = dp;
51 pool.client = dp->cseq;
55 snd_seq_oss_control(dp, SNDRV_SEQ_IOCTL_SET_CLIENT_POOL, &pool);
81 snd_seq_oss_control(q->dp, SNDRV_SEQ_IOCTL_REMOVE_EVENTS, &reset);
93 struct seq_oss_devinfo *dp = q->dp; local
96 time = snd_seq_oss_timer_cur_tick(dp->timer);
110 snd_seq_oss_fill_addr(dp,
[all...]
H A Dseq_oss_event.c34 static int extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
35 static int chn_voice_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
36 static int chn_common_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
37 static int timing_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
38 static int local_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
39 static int old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
40 static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
41 static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
42 static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
43 static int set_control_event(struct seq_oss_devinfo *dp, in
54 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) argument
107 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) argument
133 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) argument
187 chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) argument
208 chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) argument
235 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) argument
269 local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) argument
285 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) argument
340 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) argument
371 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev) argument
389 set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev) argument
407 set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev) argument
424 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private_data; local
[all...]
H A Dseq_oss_device.h128 void snd_seq_oss_release(struct seq_oss_devinfo *dp);
129 int snd_seq_oss_ioctl(struct seq_oss_devinfo *dp, unsigned int cmd, unsigned long arg);
131 int snd_seq_oss_write(struct seq_oss_devinfo *dp, const char __user *buf, int count, struct file *opt);
132 unsigned int snd_seq_oss_poll(struct seq_oss_devinfo *dp, struct file *file, poll_table * wait);
134 void snd_seq_oss_reset(struct seq_oss_devinfo *dp);
135 void snd_seq_oss_drain_write(struct seq_oss_devinfo *dp);
138 void snd_seq_oss_process_queue(struct seq_oss_devinfo *dp, abstime_t time);
154 snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop) argument
156 return snd_seq_kernel_client_dispatch(dp->cseq, ev, atomic, hop);
161 snd_seq_oss_control(struct seq_oss_devinfo *dp, unsigne argument
168 snd_seq_oss_fill_addr(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dest_client, int dest_port) argument
[all...]
H A Dseq_oss_synth.c83 static struct seq_oss_synth *get_synthdev(struct seq_oss_devinfo *dp, int dev);
210 snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp) argument
216 dp->max_synthdev = max_synth_devs;
217 dp->synth_opened = 0;
218 memset(dp->synths, 0, sizeof(dp->synths));
219 for (i = 0; i < dp->max_synthdev; i++) {
227 info = &dp->synths[i];
228 info->arg.app_index = dp->port;
229 info->arg.file_mode = dp
266 snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp) argument
300 snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp) argument
341 is_midi_dev(struct seq_oss_devinfo *dp, int dev) argument
354 get_synthdev(struct seq_oss_devinfo *dp, int dev) argument
395 snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev) argument
447 snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt, const char __user *buf, int p, int c) argument
473 snd_seq_oss_synth_is_valid(struct seq_oss_devinfo *dp, int dev) argument
491 snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_event *ev) argument
548 snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev) argument
562 snd_seq_oss_synth_ioctl(struct seq_oss_devinfo *dp, int dev, unsigned int cmd, unsigned long addr) argument
584 snd_seq_oss_synth_raw_event(struct seq_oss_devinfo *dp, int dev, unsigned char *data, struct snd_seq_event *ev) argument
598 snd_seq_oss_synth_make_info(struct seq_oss_devinfo *dp, int dev, struct synth_info *inf) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsysquotas.h44 #define SMB_QUOTAS_SET_NO_LIMIT(dp) \
46 (dp)->softlimit = SMB_QUOTAS_NO_LIMIT;\
47 (dp)->hardlimit = SMB_QUOTAS_NO_LIMIT;\
48 (dp)->isoftlimit = SMB_QUOTAS_NO_LIMIT;\
49 (dp)->ihardlimit = SMB_QUOTAS_NO_LIMIT;\
52 #define SMB_QUOTAS_SET_NO_SPACE(dp) \
54 (dp)->softlimit = SMB_QUOTAS_NO_SPACE;\
55 (dp)->hardlimit = SMB_QUOTAS_NO_SPACE;\
56 (dp)->isoftlimit = SMB_QUOTAS_NO_SPACE;\
57 (dp)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_list.c49 * cast does not return an lvalue, so constructs like *(u_int32_t*)dp = count;
55 #define PUT_COUNT(dp, count) do { u_int32_t __c = (count); \
56 LOGCOPY_32(env, dp, &__c); \
57 dp = (u_int8_t *)dp + \
60 #define PUT_PCOUNT(dp, count) do { u_int16_t __c = (count); \
61 LOGCOPY_16(env, dp, &__c); \
62 dp = (u_int8_t *)dp + \
65 #define PUT_SIZE(dp, siz
113 u_int8_t *data, *dp; local
232 void *data, *dp; local
325 void *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Difb.c71 struct ifb_private *dp = netdev_priv(_dev); local
72 struct net_device_stats *stats = &dp->stats;
75 dp->st_task_enter++;
76 if ((skb = skb_peek(&dp->tq)) == NULL) {
77 dp->st_txq_refl_try++;
79 dp->st_rxq_enter++;
80 while ((skb = skb_dequeue(&dp->rq)) != NULL) {
81 skb_queue_tail(&dp->tq, skb);
82 dp->st_rx2tx_tran++;
87 dp
159 struct ifb_private *dp = netdev_priv(dev); local
189 struct ifb_private *dp = netdev_priv(dev); local
208 struct ifb_private *dp = netdev_priv(dev); local
219 struct ifb_private *dp = netdev_priv(dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dppp-comp.h110 #define CCP_CODE(dp) ((dp)[0])
111 #define CCP_ID(dp) ((dp)[1])
112 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
115 #define CCP_OPT_CODE(dp) ((dp)[0])
116 #define CCP_OPT_LENGTH(dp) ((d
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_decoder.c85 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) argument
90 byte1 = *dp++;
91 t = unw_decode_uleb128 (&dp);
92 off = unw_decode_uleb128 (&dp);
98 return dp;
102 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) argument
107 byte1 = *dp++; byte2 = *dp++;
108 t = unw_decode_uleb128 (&dp);
116 return dp;
120 unw_decode_x3(unsigned char *dp, unsigned char code, void *arg) argument
140 unw_decode_x4(unsigned char *dp, unsigned char code, void *arg) argument
161 unw_decode_r1(unsigned char *dp, unsigned char code, void *arg) argument
172 unw_decode_r2(unsigned char *dp, unsigned char code, void *arg) argument
187 unw_decode_r3(unsigned char *dp, unsigned char code, void *arg) argument
197 unw_decode_p1(unsigned char *dp, unsigned char code, void *arg) argument
206 unw_decode_p2_p5(unsigned char *dp, unsigned char code, void *arg) argument
255 unw_decode_p6(unsigned char *dp, unsigned char code, void *arg) argument
268 unw_decode_p7_p10(unsigned char *dp, unsigned char code, void *arg) argument
367 unw_decode_b1(unsigned char *dp, unsigned char code, void *arg) argument
379 unw_decode_b2(unsigned char *dp, unsigned char code, void *arg) argument
389 unw_decode_b3_x4(unsigned char *dp, unsigned char code, void *arg) argument
450 unw_decode(unsigned char *dp, int inside_body, void *arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mm/
H A Dmemory.c34 #define PD_MARKBITS(dp) (*(unsigned char *)&PD_PAGE(dp)->index)
40 ptable_desc *dp; local
44 dp = PD_PTABLE(page);
45 if (!(PD_MARKBITS(dp) & mask)) {
46 PD_MARKBITS(dp) = 0xff;
47 list_add(dp, &ptable_list);
50 PD_MARKBITS(dp) &= ~mask;
52 printk("init_pointer_table: %lx, %x\n", ptable, PD_MARKBITS(dp));
56 PD_PAGE(dp)
64 ptable_desc *dp = ptable_list.next; local
104 ptable_desc *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-io.c146 void (*get_page)(struct dpages *dp,
148 void (*next_page)(struct dpages *dp);
157 static void list_get_page(struct dpages *dp, argument
160 unsigned o = dp->context_u;
161 struct page_list *pl = (struct page_list *) dp->context_ptr;
168 static void list_next_page(struct dpages *dp) argument
170 struct page_list *pl = (struct page_list *) dp->context_ptr;
171 dp->context_ptr = pl->next;
172 dp->context_u = 0;
175 static void list_dp_init(struct dpages *dp, struc argument
186 bvec_get_page(struct dpages *dp, struct page **p, unsigned long *len, unsigned *offset) argument
195 bvec_next_page(struct dpages *dp) argument
201 bvec_dp_init(struct dpages *dp, struct bio_vec *bvec) argument
211 vm_get_page(struct dpages *dp, struct page **p, unsigned long *len, unsigned *offset) argument
219 vm_next_page(struct dpages *dp) argument
225 vm_dp_init(struct dpages *dp, void *data) argument
243 km_get_page(struct dpages *dp, struct page **p, unsigned long *len, unsigned *offset) argument
251 km_next_page(struct dpages *dp) argument
257 km_dp_init(struct dpages *dp, void *data) argument
268 do_region(int rw, unsigned int region, struct io_region *where, struct dpages *dp, struct io *io) argument
313 dispatch_io(int rw, unsigned int num_regions, struct io_region *where, struct dpages *dp, struct io *io, int sync) argument
340 sync_io(struct dm_io_client *client, unsigned int num_regions, struct io_region *where, int rw, struct dpages *dp, unsigned long *error_bits) argument
377 async_io(struct dm_io_client *client, unsigned int num_regions, struct io_region *where, int rw, struct dpages *dp, io_notify_fn fn, void *context) argument
401 dp_init(struct dm_io_request *io_req, struct dpages *dp) argument
435 struct dpages dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsysquotas_linux.c34 static int sys_get_linux_v1_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
85 dp->bsize = bsize;
86 dp->softlimit = (SMB_BIG_UINT)D.dqb_bsoftlimit;
87 dp->hardlimit = (SMB_BIG_UINT)D.dqb_bhardlimit;
88 dp->ihardlimit = (SMB_BIG_UINT)D.dqb_ihardlimit;
89 dp->isoftlimit = (SMB_BIG_UINT)D.dqb_isoftlimit;
90 dp->curinodes = (SMB_BIG_UINT)D.dqb_curinodes;
91 dp->curblocks = (SMB_BIG_UINT)D.dqb_curblocks;
94 dp->qflags = qflags;
102 static int sys_set_linux_v1_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
168 sys_get_linux_v2_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
236 sys_set_linux_v2_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
302 sys_get_linux_gen_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
370 sys_set_linux_gen_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
436 sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp) argument
498 sys_set_vfs_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/arch/sparc64/kernel/
H A Dprom.c231 int of_set_property(struct device_node *dp, const char *name, void *val, int len) argument
246 prevp = &dp->properties;
254 ret = prom_setprop(dp->node, name, val, len);
365 static unsigned int psycho_irq_build(struct device_node *dp, argument
399 static void __init psycho_irq_trans_init(struct device_node *dp) argument
403 dp->irq_trans = prom_early_alloc(sizeof(struct of_irq_controller));
404 dp->irq_trans->irq_build = psycho_irq_build;
406 regs = of_get_property(dp, "reg", NULL);
407 dp->irq_trans->data = (void *) regs[2].phys_addr;
548 static int sabre_device_needs_wsync(struct device_node *dp) argument
587 sabre_irq_build(struct device_node *dp, unsigned int ino, void *_data) argument
639 sabre_irq_trans_init(struct device_node *dp) argument
748 schizo_irq_build(struct device_node *dp, unsigned int ino, void *_data) argument
796 __schizo_irq_trans_init(struct device_node *dp, int is_tomatillo) argument
819 schizo_irq_trans_init(struct device_node *dp) argument
824 tomatillo_irq_trans_init(struct device_node *dp) argument
829 pci_sun4v_irq_build(struct device_node *dp, unsigned int devino, void *_data) argument
838 pci_sun4v_irq_trans_init(struct device_node *dp) argument
880 fire_irq_build(struct device_node *dp, unsigned int ino, void *_data) argument
912 fire_irq_trans_init(struct device_node *dp) argument
1018 sbus_of_build_irq(struct device_node *dp, unsigned int ino, void *_data) argument
1075 sbus_irq_trans_init(struct device_node *dp) argument
1088 central_build_irq(struct device_node *dp, unsigned int ino, void *_data) argument
1122 central_irq_trans_init(struct device_node *dp) argument
1153 sun4v_vdev_irq_build(struct device_node *dp, unsigned int devino, void *_data) argument
1162 sun4v_vdev_irq_trans_init(struct device_node *dp) argument
1174 irq_trans_init(struct device_node *dp) argument
1206 is_root_node(const struct device_node *dp) argument
1235 sun4v_path_component(struct device_node *dp, char *tmp_buf) argument
1276 sun4u_path_component(struct device_node *dp, char *tmp_buf) argument
1311 sbus_path_component(struct device_node *dp, char *tmp_buf) argument
1328 pci_path_component(struct device_node *dp, char *tmp_buf) argument
1353 upa_path_component(struct device_node *dp, char *tmp_buf) argument
1375 vdev_path_component(struct device_node *dp, char *tmp_buf) argument
1390 ebus_path_component(struct device_node *dp, char *tmp_buf) argument
1408 i2c_path_component(struct device_node *dp, char *tmp_buf) argument
1427 usb_path_component(struct device_node *dp, char *tmp_buf) argument
1448 ieee1394_path_component(struct device_node *dp, char *tmp_buf) argument
1468 __build_path_component(struct device_node *dp, char *tmp_buf) argument
1502 build_path_component(struct device_node *dp) argument
1517 build_full_name(struct device_node *dp) argument
1615 struct device_node *dp; local
1640 struct device_node *dp; local
1675 struct device_node *dp; local
1700 struct device_node *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dfinddev.c48 struct dir_list *dp; local
50 dp = xmalloc(sizeof(struct dir_list));
51 dp->name = xmalloc(strlen(name)+1);
52 strcpy(dp->name, name);
53 dp->next = *list;
54 *list = dp;
62 struct dir_list *dp, *next; local
64 for (dp = *list; dp; dp
76 struct dirent *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dppp-comp.h154 #define CCP_CODE(dp) ((dp)[0])
155 #define CCP_ID(dp) ((dp)[1])
156 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
159 #define CCP_OPT_CODE(dp) ((dp)[0])
160 #define CCP_OPT_LENGTH(dp) ((d
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dprom.c226 int of_set_property(struct device_node *dp, const char *name, void *val, int len) argument
241 prevp = &dp->properties;
249 ret = prom_setprop(dp->node, (char *) name, val, len);
288 static int is_root_node(const struct device_node *dp) argument
290 if (!dp)
293 return (dp->parent == NULL);
313 static void __init sparc32_path_component(struct device_node *dp, char *tmp_buf) argument
318 rprop = of_find_property(dp, "reg", NULL);
324 dp->name,
329 static void __init sbus_path_component(struct device_node *dp, cha argument
346 pci_path_component(struct device_node *dp, char *tmp_buf) argument
371 ebus_path_component(struct device_node *dp, char *tmp_buf) argument
387 __build_path_component(struct device_node *dp, char *tmp_buf) argument
407 build_path_component(struct device_node *dp) argument
422 build_full_name(struct device_node *dp) argument
526 struct device_node *dp; local
549 struct device_node *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Ddbdma.c199 void * au1xxx_ddma_get_nextptr_virt(au1x_ddma_desc_t *dp) argument
201 return phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
381 au1x_ddma_desc_t *dp; local
412 dp = (au1x_ddma_desc_t *)desc_base;
416 ctp->chan_desc_base = dp;
533 dp->dscr_cmd0 = cmd0;
534 dp->dscr_cmd1 = cmd1;
535 dp->dscr_source0 = src0;
536 dp->dscr_source1 = src1;
537 dp
564 au1x_ddma_desc_t *dp; local
625 au1x_ddma_desc_t *dp; local
686 au1x_ddma_desc_t *dp; local
773 au1x_ddma_desc_t *dp; local
844 au1x_ddma_desc_t *dp; local
893 au1x_ddma_desc_t *dp; local
938 au1x_ddma_desc_t *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Ddevno.c66 struct dir_list *dp; local
68 dp = xmalloc(sizeof(struct dir_list));
69 dp->name = blkid_strdup(name);
70 dp->next = *list;
71 *list = dp;
79 struct dir_list *dp, *next; local
81 for (dp = *list; dp; dp = next) {
82 next = dp
93 struct dirent *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2.h82 extern int xfs_dir_isempty(struct xfs_inode *dp);
83 extern int xfs_dir_init(struct xfs_trans *tp, struct xfs_inode *dp,
85 extern int xfs_dir_createname(struct xfs_trans *tp, struct xfs_inode *dp,
89 extern int xfs_dir_lookup(struct xfs_trans *tp, struct xfs_inode *dp,
91 extern int xfs_dir_removename(struct xfs_trans *tp, struct xfs_inode *dp,
95 extern int xfs_dir_getdents(struct xfs_trans *tp, struct xfs_inode *dp,
97 extern int xfs_dir_replace(struct xfs_trans *tp, struct xfs_inode *dp,
101 extern int xfs_dir_canenter(struct xfs_trans *tp, struct xfs_inode *dp,
110 extern int xfs_dir2_isblock(struct xfs_trans *tp, struct xfs_inode *dp,
112 extern int xfs_dir2_isleaf(struct xfs_trans *tp, struct xfs_inode *dp,
[all...]

Completed in 233 milliseconds

1234567891011>>