Searched refs:pbuf (Results 26 - 50 of 58) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A Dvtysh.c202 char *pbuf;
224 pbuf = buf;
228 if (pbuf >= ((buf + bufsz) -1))
231 "warning - pbuf beyond buffer end.\n");
235 readln = (buf + bufsz) - pbuf - 1;
236 nbytes = read (vclient->fd, pbuf, readln);
255 pbuf[nbytes] = '\0';
260 if (pbuf[i] == '\0' && pbuf[i + 1] == '\0' && pbuf[
201 char *pbuf; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_asbr.c32 char pbuf[BUFSIZ]; local
77 prefix2str (&route.route.prefix, pbuf, sizeof (pbuf));
78 zlog_info (" Prefix: %s", pbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_midi.c81 char buf[16], *pbuf; local
97 pbuf = buf;
99 count = snd_midi_event_encode(msynth->parser, pbuf, res, &ev);
102 pbuf += count;
H A Dseq_virmidi.c147 unsigned char buf[32], *pbuf; local
165 pbuf = buf;
167 res = snd_midi_event_encode(vmidi->parser, pbuf, count, &vmidi->event);
173 pbuf += res;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/parisc/
H A Dharmony.h34 struct harmony_buffer pbuf; member in struct:snd_harmony
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dcmdresp.c504 struct wlan_ioctl_regrdwr *pbuf; local
505 pbuf = (struct wlan_ioctl_regrdwr *) adapter->prdeeprom;
509 if (pbuf->NOB < le16_to_cpu(resp->params.rdeeprom.bytecount)) {
510 pbuf->NOB = 0;
514 pbuf->NOB = le16_to_cpu(resp->params.rdeeprom.bytecount);
515 if (pbuf->NOB > 0) {
517 memcpy(&pbuf->value, (u8 *) & resp->params.rdeeprom.value,
519 lbs_dbg_hex("adapter", (char *)&pbuf->value,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsgiwd93.c78 hcp->desc.pbuf = physaddr;
90 hcp->desc.pbuf = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_main.c883 struct netxen_cmd_buffer *pbuf = NULL; local
972 pbuf = &adapter->cmd_buf_arr[producer];
974 pbuf->mss = skb_shinfo(skb)->gso_size;
977 pbuf->mss = 0;
980 pbuf->total_length = skb->len;
981 pbuf->skb = skb;
982 pbuf->cmd = TX_ETHER_PKT;
983 pbuf->frag_count = frag_count;
984 pbuf->port = adapter->portnum;
985 buffrag = &pbuf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dsdla.c660 struct buf_entry *pbuf; local
706 pbuf = (void *)(((int) dev->mem_start) + (addr & SDLA_ADDR_MASK));
707 __sdla_write(dev, pbuf->buf_addr, skb->data, skb->len);
709 pbuf->opp_flag = 1;
752 struct buf_entry *pbuf; local
766 pbuf = NULL;
787 pbuf = (void *) (dev->mem_start + ((pbufi->rse_base + flp->buffer * sizeof(struct buf_entry)) & SDLA_ADDR_MASK));
788 success = pbuf->opp_flag;
794 dlci = pbuf->dlci;
795 len = pbuf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dinode.c228 char * pbuf; local
230 pbuf = buf;
250 &bytes_read, &pbuf, &buf_type);
252 if (memcmp("IntxBLK", pbuf, 8) == 0) {
259 mjr = le64_to_cpu(*(__le64 *)(pbuf+8));
260 mnr = le64_to_cpu(*(__le64 *)(pbuf+16));
263 } else if (memcmp("IntxCHR", pbuf, 8) == 0) {
270 mjr = le64_to_cpu(*(__le64 *)(pbuf+8));
271 mnr = le64_to_cpu(*(__le64 *)(pbuf+16));
274 } else if (memcmp("IntxLNK", pbuf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_intr.c47 u32 __iomem *pbuf; local
50 pbuf = (u32 __iomem *) (dd->ipath_pio2kbase + pnum *
55 pbuf = (u32 __iomem *) (dd->ipath_pio4kbase +
62 *pbuf = dwcnt+1; /* no flush required, since already in freeze */
64 *pbuf++ = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dbuild.c777 char *pbuf = &buf[0]; local
805 tokens[i] = strsep(&pbuf, ",");
807 if (pbuf) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunlance.c655 void __iomem *pbuf = piobuf; local
658 *p16++ = sbus_readw(pbuf);
660 pbuf += 2;
664 *p32++ = sbus_readl(pbuf);
665 pbuf += 4;
671 *p16++ = sbus_readw(pbuf);
672 pbuf += 2;
677 *p8 = sbus_readb(pbuf);
H A Deexpress.c901 unsigned short rfd_cmd, rx_next, pbuf, pkt_len; local
910 pbuf = inw(ioaddr + DATAPORT);
912 outw(pbuf, ioaddr + READ_PTR);
921 else if (pbuf!=rx_block+0x16)
924 dev->name, rx_block+0x16, pbuf);
959 outw(pbuf+10, ioaddr+READ_PTR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptctl.c2295 char *pbuf=NULL; local
2388 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma);
2389 if (pbuf) {
2392 ManufacturingPage0_t *pdata = (ManufacturingPage0_t *) pbuf;
2398 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma);
2399 pbuf = NULL;
2463 pbuf = pci_alloc_consistent(ioc->pcidev, 4, &buf_dma);
2464 if (!pbuf)
2487 * pbuf[0] = FW_VERSION = 0x4
2488 * pbuf[
[all...]
H A Dmptbase.c4480 u8 *pbuf; local
4525 pbuf = pci_alloc_consistent(ioc->pcidev, header.PageLength * 4, &buf_dma);
4526 if (pbuf) {
4540 SCSIPortPage0_t *pPP0 = (SCSIPortPage0_t *) pbuf;
4576 if (pbuf) {
4577 pci_free_consistent(ioc->pcidev, header.PageLength * 4, pbuf, buf_dma);
4599 pbuf = pci_alloc_consistent(ioc->pcidev, header.PageLength * 4, &buf_dma);
4600 if (pbuf) {
4608 SCSIPortPage2_t *pPP2 = (SCSIPortPage2_t *) pbuf;
4632 pci_free_consistent(ioc->pcidev, header.PageLength * 4, pbuf, buf_dm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_str.c41 char *pbuf; local
63 pbuf = buff;
69 *pbuf++ = *s;
74 *pbuf = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c982 char *args[13], lbuf[16], nbuf[16], pbuf[16], tbuf[16], Tbuf[256]; local
992 snprintf(pbuf, sizeof(pbuf), "%d", nprocs);
993 args[6] = pbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sgi/
H A Dhpc3.h20 u32 pbuf; /* physical address of data buffer */ member in struct:hpc_dma_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sgi/
H A Dhpc3.h20 u32 pbuf; /* physical address of data buffer */ member in struct:hpc_dma_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dauerswald.c1896 __le16 *pbuf; local
1964 pbuf = kmalloc(2, GFP_KERNEL); /* use an allocated buffer because of urb target */
1965 if (!pbuf) {
1975 pbuf, /* pointer to the receive buffer */
1979 cp->maxControlLength = le16_to_cpup(pbuf);
1980 kfree(pbuf);
1983 kfree(pbuf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.c97 char *pbuf; member in struct:partial_datagram
1007 new->pbuf = skb_put(new->skb, dg_size);
1008 memcpy(new->pbuf + frag_off, frag_buf, frag_len);
1023 memcpy(pd->pbuf + frag_off, frag_buf, frag_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dhal2.c545 desc->desc.pbuf = dma_map_single(NULL,
582 dma_unmap_single(NULL, codec->desc[i].desc.pbuf,
622 dma_sync_single(NULL, tail->desc.pbuf, size, DMA_FROM_DEVICE);
675 dma_sync_single(NULL, head->desc.pbuf, size, DMA_TO_DEVICE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dca.c2921 char buf[25],*pbuf, *p; local
2924 pbuf=buf;
2926 *(pbuf++)=' ';
2927 *(pbuf++)=':';
2928 *(pbuf++)='\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c2861 char buf[25],*pbuf, *p; local
2864 pbuf=buf;
2866 *(pbuf++)=' ';
2867 *(pbuf++)=':';
2868 *(pbuf++)='\0';

Completed in 284 milliseconds

123