Searched refs:hbuf (Results 1 - 25 of 31) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dhdlcdrv.h202 struct hdlcdrv_hdlcbuffer hbuf; member in struct:hdlcdrv_state::hdlcdrv_hdlcrx
217 struct hdlcdrv_hdlcbuffer hbuf; member in struct:hdlcdrv_state::hdlcdrv_hdlctx
318 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, bits);
325 if (hdlcdrv_hbuf_empty(&s->hdlctx.hbuf)) {
332 ret = hdlcdrv_hbuf_get(&s->hdlctx.hbuf);
334 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dhdlcdrv.h202 struct hdlcdrv_hdlcbuffer hbuf; member in struct:hdlcdrv_state::hdlcdrv_hdlcrx
217 struct hdlcdrv_hdlcbuffer hbuf; member in struct:hdlcdrv_state::hdlcdrv_hdlctx
318 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, bits);
325 if (hdlcdrv_hbuf_empty(&s->hdlctx.hbuf)) {
332 ret = hdlcdrv_hbuf_get(&s->hdlctx.hbuf);
334 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dhttp-header-glue.c134 char hbuf[256]; local
158 hbuf, sizeof(hbuf), NULL, 0, 0)) {
170 buffer_append_string(o, hbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dhttp-header-glue.c134 char hbuf[256]; local
158 hbuf, sizeof(hbuf), NULL, 0, 0)) {
170 buffer_append_string(o, hbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dhttp-header-glue.c134 char hbuf[256]; local
158 hbuf, sizeof(hbuf), NULL, 0, 0)) {
170 buffer_append_string(o, hbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_mem.c453 dma_buf->hbuf.virt = pci_pool_alloc(phba->lpfc_hrb_pool, GFP_KERNEL,
454 &dma_buf->hbuf.phys);
455 if (!dma_buf->hbuf.virt) {
462 pci_pool_free(phba->lpfc_hrb_pool, dma_buf->hbuf.virt,
463 dma_buf->hbuf.phys);
486 pci_pool_free(phba->lpfc_hrb_pool, dmab->hbuf.virt, dmab->hbuf.phys);
H A Dlpfc_sli.c1384 hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys);
1385 hrqe.address_hi = putPaddrHigh(hbq_buf->hbuf.phys);
11209 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
11230 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
11231 list_del_init(&dmabuf->hbuf.list);
11269 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
11275 list_del_init(&dmabuf->hbuf.list);
11295 * the function will add the hbuf in the @dmabuf to the @vport's rcv_buffer_list
11311 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
11320 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mem.c453 dma_buf->hbuf.virt = pci_pool_alloc(phba->lpfc_hrb_pool, GFP_KERNEL,
454 &dma_buf->hbuf.phys);
455 if (!dma_buf->hbuf.virt) {
462 pci_pool_free(phba->lpfc_hrb_pool, dma_buf->hbuf.virt,
463 dma_buf->hbuf.phys);
486 pci_pool_free(phba->lpfc_hrb_pool, dmab->hbuf.virt, dmab->hbuf.phys);
H A Dlpfc_sli.c1384 hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys);
1385 hrqe.address_hi = putPaddrHigh(hbq_buf->hbuf.phys);
11209 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
11230 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
11231 list_del_init(&dmabuf->hbuf.list);
11269 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
11275 list_del_init(&dmabuf->hbuf.list);
11295 * the function will add the hbuf in the @dmabuf to the @vport's rcv_buffer_list
11311 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
11320 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/hamradio/
H A Dhdlcdrv.c167 while (!hdlcdrv_hbuf_empty(&s->hdlcrx.hbuf)) {
168 word = hdlcdrv_hbuf_get(&s->hdlcrx.hbuf);
267 if (hdlcdrv_hbuf_full(&s->hdlctx.hbuf)) {
271 hdlcdrv_hbuf_put(&s->hdlctx.hbuf, s->hdlctx.bitbuf);
441 s->hdlcrx.hbuf.rd = s->hdlcrx.hbuf.wr = 0;
445 s->hdlctx.hbuf.rd = s->hdlctx.hbuf.wr = 0;
634 spin_lock_init(&s->hdlcrx.hbuf.lock);
635 s->hdlcrx.hbuf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/hamradio/
H A Dhdlcdrv.c167 while (!hdlcdrv_hbuf_empty(&s->hdlcrx.hbuf)) {
168 word = hdlcdrv_hbuf_get(&s->hdlcrx.hbuf);
267 if (hdlcdrv_hbuf_full(&s->hdlctx.hbuf)) {
271 hdlcdrv_hbuf_put(&s->hdlctx.hbuf, s->hdlctx.bitbuf);
441 s->hdlcrx.hbuf.rd = s->hdlcrx.hbuf.wr = 0;
445 s->hdlctx.hbuf.rd = s->hdlctx.hbuf.wr = 0;
634 spin_lock_init(&s->hdlcrx.hbuf.lock);
635 s->hdlcrx.hbuf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Duam.c395 static char hbuf[NI_MAXHOST]; local
398 if (getnameinfo(sa, sizeof(dsi->client), hbuf, sizeof(hbuf), NULL, 0, 0) == 0)
399 *buf = hbuf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Duam.c395 static char hbuf[NI_MAXHOST]; local
398 if (getnameinfo(sa, sizeof(dsi->client), hbuf, sizeof(hbuf), NULL, 0, 0) == 0)
399 *buf = hbuf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Duam.c395 static char hbuf[NI_MAXHOST]; local
398 if (getnameinfo(sa, sizeof(dsi->client), hbuf, sizeof(hbuf), NULL, 0, 0) == 0)
399 *buf = hbuf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
387 hbuf[0] = (unsigned char)(word); \
388 hbuf[1] = (unsigned char)((word) >> 8); \
389 check = crc32(check, hbuf, 2); \
394 hbuf[0] = (unsigned char)(word); \
395 hbuf[1] = (unsigned char)((word) >> 8); \
396 hbuf[2] = (unsigned char)((word) >> 16); \
397 hbuf[3] = (unsigned char)((word) >> 24); \
398 check = crc32(check, hbuf, 4); \
572 unsigned char hbuf[ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
422 hbuf[0] = (unsigned char)(word); \
423 hbuf[1] = (unsigned char)((word) >> 8); \
424 check = crc32(check, hbuf, 2); \
429 hbuf[0] = (unsigned char)(word); \
430 hbuf[1] = (unsigned char)((word) >> 8); \
431 hbuf[2] = (unsigned char)((word) >> 16); \
432 hbuf[3] = (unsigned char)((word) >> 24); \
433 check = crc32(check, hbuf, 4); \
607 unsigned char hbuf[ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
387 hbuf[0] = (unsigned char)(word); \
388 hbuf[1] = (unsigned char)((word) >> 8); \
389 check = crc32(check, hbuf, 2); \
394 hbuf[0] = (unsigned char)(word); \
395 hbuf[1] = (unsigned char)((word) >> 8); \
396 hbuf[2] = (unsigned char)((word) >> 16); \
397 hbuf[3] = (unsigned char)((word) >> 24); \
398 check = crc32(check, hbuf, 4); \
572 unsigned char hbuf[ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
422 hbuf[0] = (unsigned char)(word); \
423 hbuf[1] = (unsigned char)((word) >> 8); \
424 check = crc32(check, hbuf, 2); \
429 hbuf[0] = (unsigned char)(word); \
430 hbuf[1] = (unsigned char)((word) >> 8); \
431 hbuf[2] = (unsigned char)((word) >> 16); \
432 hbuf[3] = (unsigned char)((word) >> 24); \
433 check = crc32(check, hbuf, 4); \
607 unsigned char hbuf[ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
387 hbuf[0] = (unsigned char)(word); \
388 hbuf[1] = (unsigned char)((word) >> 8); \
389 check = crc32(check, hbuf, 2); \
394 hbuf[0] = (unsigned char)(word); \
395 hbuf[1] = (unsigned char)((word) >> 8); \
396 hbuf[2] = (unsigned char)((word) >> 16); \
397 hbuf[3] = (unsigned char)((word) >> 24); \
398 check = crc32(check, hbuf, 4); \
572 unsigned char hbuf[ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
422 hbuf[0] = (unsigned char)(word); \
423 hbuf[1] = (unsigned char)((word) >> 8); \
424 check = crc32(check, hbuf, 2); \
429 hbuf[0] = (unsigned char)(word); \
430 hbuf[1] = (unsigned char)((word) >> 8); \
431 hbuf[2] = (unsigned char)((word) >> 16); \
432 hbuf[3] = (unsigned char)((word) >> 24); \
433 check = crc32(check, hbuf, 4); \
607 unsigned char hbuf[ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dminiupnpc.c633 char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV]; local
634 if (getnameinfo(p->ai_addr, p->ai_addrlen, hbuf, sizeof(hbuf), sbuf,
636 fprintf(stderr, "host:%s port:%s\n", hbuf, sbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dminiupnpc.c633 char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV]; local
634 if (getnameinfo(p->ai_addr, p->ai_addrlen, hbuf, sizeof(hbuf), sbuf,
636 fprintf(stderr, "host:%s port:%s\n", hbuf, sbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dminiupnpc.c633 char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV]; local
634 if (getnameinfo(p->ai_addr, p->ai_addrlen, hbuf, sizeof(hbuf), sbuf,
636 fprintf(stderr, "host:%s port:%s\n", hbuf, sbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db/
H A Ddb_pr.c1166 char buf[DBTBUFLEN], hbuf[DBTBUFLEN]; local
1188 hp = (u_int8_t *)hbuf; len-- > 0; ++p) {
1193 ret = callback(handle, hbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db/
H A Ddb_pr.c1166 char buf[DBTBUFLEN], hbuf[DBTBUFLEN]; local
1188 hp = (u_int8_t *)hbuf; len-- > 0; ++p) {
1193 ret = callback(handle, hbuf);

Completed in 244 milliseconds

12