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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dmcfsmc.h94 static inline void smc_insb(unsigned int addr, void *vbuf, int unsigned long len) argument
99 buf = (unsigned short *) vbuf;
111 static inline void smc_insw(unsigned int addr, void *vbuf, unsigned long len) argument
116 buf = (unsigned short *) vbuf;
122 static inline void smc_insl(unsigned int addr, void *vbuf, unsigned long len) argument
127 buf = (unsigned long *) vbuf;
133 static inline void smc_outsw(unsigned int addr, const void *vbuf, unsigned long len) argument
138 buf = (unsigned short *) vbuf;
144 static inline void smc_outsl(unsigned int addr, void *vbuf, unsigned long len) argument
149 buf = (unsigned long *) vbuf;
[all...]
H A Dmcfne.h163 void ne2000_insb(unsigned int addr, void *vbuf, int unsigned long len);
164 void ne2000_insw(unsigned int addr, void *vbuf, unsigned long len);
165 void ne2000_outsb(unsigned int addr, void *vbuf, unsigned long len);
166 void ne2000_outsw(unsigned int addr, void *vbuf, unsigned long len);
202 void ne2000_insb(unsigned int addr, void *vbuf, int unsigned long len) argument
207 buf = (unsigned char *) vbuf;
215 void ne2000_insw(unsigned int addr, void *vbuf, unsigned long len) argument
220 buf = (unsigned short *) vbuf;
228 void ne2000_outsb(unsigned int addr, const void *vbuf, unsigned long len) argument
233 buf = (unsigned char *) vbuf;
241 ne2000_outsw(unsigned int addr, const void *vbuf, unsigned long len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dsnow_altivec.c70 vector signed short *vbuf, *vtmp;
77 vbuf = (vector signed short *)b;
108 *vbuf = vec_sub(*vbuf, y);
112 vbuf++;
126 *vbuf = vec_sub(*vbuf, y);
130 vbuf++;
144 *vbuf = vec_sub(*vbuf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c2172 char *p, *q, *vbuf; local
2179 vbuf = malloc(vlen + 1);
2180 if (vbuf == 0)
2182 q = vbuf;
2184 q += slprintf(q, vbuf + vlen - q, "%s;", p);
2188 dbuf.dptr = vbuf;
2193 if (vbuf)
2194 free(vbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dxfrm_state.c142 char vbuf[3]; local
145 vbuf[0] = i >= 0 ? p[i] : '0';
146 vbuf[1] = p[i + 1];
147 vbuf[2] = '\0';
149 if (get_u8(&val, vbuf, 16))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_driver.c2249 struct video_buffer *vbuf = arg; local
2254 *vbuf = zr->buffer;
2262 struct video_buffer *vbuf = arg; local
2268 ZR_DEVNAME(zr), vbuf->base, vbuf->width,
2269 vbuf->height, vbuf->depth, vbuf->bytesperline);
2272 if (zoran_formats[i].depth == vbuf->depth)
2278 ZR_DEVNAME(zr), vbuf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c981 char *const vbuf = verbose ? "-v" : NULL; local
1000 args[11] = vbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D53c7xx.c3183 u32 vbuf = cmd->use_sg local
3187 u32 bbuf = virt_to_bus((void *)vbuf);
3207 tmp->bounce.addr = vbuf;
3216 memcpy ((void *)tmp->bounce.buf, (void *)vbuf, count);
3223 cache_clear(virt_to_phys((void *)vbuf), count);
3236 cache_push(virt_to_phys((void *)vbuf), count);
H A Discsi_tcp.c70 iscsi_buf_init_iov(struct iscsi_buf *ibuf, char *vbuf, int size) argument
72 ibuf->sg.page = virt_to_page(vbuf);
73 ibuf->sg.offset = offset_in_page(vbuf);

Completed in 497 milliseconds