Searched refs:dstp (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/lib/
H A Dmemset.c31 long int dstp = (long int) dstpp; local
47 while (dstp % OPSIZ != 0)
49 ((unsigned char *) dstp)[0] = c;
50 dstp += 1;
58 ((op_t *) dstp)[0] = cccc;
59 ((op_t *) dstp)[1] = cccc;
60 ((op_t *) dstp)[2] = cccc;
61 ((op_t *) dstp)[3] = cccc;
62 ((op_t *) dstp)[4] = cccc;
63 ((op_t *) dstp)[
[all...]
H A Dmemcpy.c278 unsigned long pa_memcpy(void *dstp, const void *srcp, unsigned long len) argument
289 dst = (unsigned long)dstp;
291 pcd = (unsigned char *)dstp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcpumask.h92 static inline void __cpu_set(int cpu, volatile cpumask_t *dstp) argument
94 set_bit(cpu, dstp->bits);
98 static inline void __cpu_clear(int cpu, volatile cpumask_t *dstp) argument
100 clear_bit(cpu, dstp->bits);
104 static inline void __cpus_setall(cpumask_t *dstp, int nbits) argument
106 bitmap_fill(dstp->bits, nbits);
110 static inline void __cpus_clear(cpumask_t *dstp, int nbits) argument
112 bitmap_zero(dstp->bits, nbits);
125 static inline void __cpus_and(cpumask_t *dstp, const cpumask_t *src1p, argument
128 bitmap_and(dstp
132 __cpus_or(cpumask_t *dstp, const cpumask_t *src1p, const cpumask_t *src2p, int nbits) argument
139 __cpus_xor(cpumask_t *dstp, const cpumask_t *src1p, const cpumask_t *src2p, int nbits) argument
147 __cpus_andnot(cpumask_t *dstp, const cpumask_t *src1p, const cpumask_t *src2p, int nbits) argument
154 __cpus_complement(cpumask_t *dstp, const cpumask_t *srcp, int nbits) argument
201 __cpus_shift_right(cpumask_t *dstp, const cpumask_t *srcp, int n, int nbits) argument
209 __cpus_shift_left(cpumask_t *dstp, const cpumask_t *srcp, int n, int nbits) argument
278 __cpumask_parse_user(const char __user *buf, int len, cpumask_t *dstp, int nbits) argument
293 __cpulist_parse(const char *buf, cpumask_t *dstp, int nbits) argument
308 __cpus_remap(cpumask_t *dstp, const cpumask_t *srcp, const cpumask_t *oldp, const cpumask_t *newp, int nbits) argument
[all...]
H A Dnodemask.h92 static inline void __node_set(int node, volatile nodemask_t *dstp) argument
94 set_bit(node, dstp->bits);
98 static inline void __node_clear(int node, volatile nodemask_t *dstp) argument
100 clear_bit(node, dstp->bits);
104 static inline void __nodes_setall(nodemask_t *dstp, int nbits) argument
106 bitmap_fill(dstp->bits, nbits);
110 static inline void __nodes_clear(nodemask_t *dstp, int nbits) argument
112 bitmap_zero(dstp->bits, nbits);
127 static inline void __nodes_and(nodemask_t *dstp, const nodemask_t *src1p, argument
130 bitmap_and(dstp
135 __nodes_or(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, int nbits) argument
143 __nodes_xor(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, int nbits) argument
151 __nodes_andnot(nodemask_t *dstp, const nodemask_t *src1p, const nodemask_t *src2p, int nbits) argument
159 __nodes_complement(nodemask_t *dstp, const nodemask_t *srcp, int nbits) argument
209 __nodes_shift_right(nodemask_t *dstp, const nodemask_t *srcp, int n, int nbits) argument
217 __nodes_shift_left(nodemask_t *dstp, const nodemask_t *srcp, int n, int nbits) argument
291 __nodemask_parse_user(const char __user *buf, int len, nodemask_t *dstp, int nbits) argument
306 __nodelist_parse(const char *buf, nodemask_t *dstp, int nbits) argument
321 __nodes_remap(nodemask_t *dstp, const nodemask_t *srcp, const nodemask_t *oldp, const nodemask_t *newp, int nbits) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddst.c47 struct dst_entry * dst, **dstp; local
55 dstp = &dst_garbage_list;
57 while ((dst = *dstp) != NULL) {
59 dstp = &dst->next;
63 *dstp = dst->next;
80 dst->next = *dstp;
81 *dstp = dst;
82 dstp = &dst->next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmdir.c127 register char *srcp, *dstp; local
165 dstp = (*buf)+len+1;
167 for ( ; dstp >= (*buf)+4 && isdigit (srcp[-1]); ) {
169 dstp -= 4; /* that's where we put these 3 digits */
173 while (dstp < (*buf) + len) {
174 dstp[0] = srcp[0];
175 dstp[1] = srcp[1];
176 dstp[2] = srcp[2];
177 if (dstp + 3 < (*buf) + len)
180 dstp[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c1983 struct dst_entry *dst, **dstp; local
1986 dstp = &pol->bundles;
1987 while ((dst=*dstp) != NULL) {
1989 *dstp = dst->next;
1993 dstp = &dst->next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Droute.c855 int ip6_dst_blackhole(struct sock *sk, struct dst_entry **dstp, struct flowi *fl) argument
857 struct rt6_info *ort = (struct rt6_info *) *dstp;
891 dst_release(*dstp);
892 *dstp = new;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/myri10ge/
H A Dmyri10ge.c1955 struct mcp_kreq_ether_send __iomem *dstp, *dst; local
1964 dst = dstp = &tx->lanai[idx];
1969 myri10ge_pio_copy(dstp, srcp, 2 * sizeof(*src));
1972 dstp += 2;
1982 myri10ge_pio_copy(dstp, srcp, sizeof(*src));

Completed in 131 milliseconds