Searched refs:ebuf (Results 1 - 25 of 47) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dplc_utils.c121 static int __getPLC_para(char *ebuf, int addr) argument
132 memset(ebuf, 0, sizeof(ebuf));
134 if (FRead(ebuf, addr, len) < 0) {
147 unsigned char ebuf[ETHER_ADDR_LEN]; local
149 if (__getPLC_para(ebuf, OFFSET_PLC_MAC)) {
151 if (ether_etoa(ebuf, abuf))
163 unsigned char ebuf[PLC_KEY_LEN]; local
165 if (__getPLC_para(ebuf, OFFSET_PLC_NMK)) {
167 if (key_etoa(ebuf, abu
204 unsigned char ebuf[ETHER_ADDR_LEN]; local
225 char abuf[64], ebuf[16]; local
244 unsigned char ebuf[32]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dplc_utils.c121 static int __getPLC_para(char *ebuf, int addr) argument
132 memset(ebuf, 0, sizeof(ebuf));
134 if (FRead(ebuf, addr, len) < 0) {
147 unsigned char ebuf[ETHER_ADDR_LEN]; local
149 if (__getPLC_para(ebuf, OFFSET_PLC_MAC)) {
151 if (ether_etoa(ebuf, abuf))
163 unsigned char ebuf[PLC_KEY_LEN]; local
165 if (__getPLC_para(ebuf, OFFSET_PLC_NMK)) {
167 if (key_etoa(ebuf, abu
204 unsigned char ebuf[ETHER_ADDR_LEN]; local
225 char abuf[64], ebuf[16]; local
244 unsigned char ebuf[32]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dplc_utils.c121 static int __getPLC_para(char *ebuf, int addr) argument
132 memset(ebuf, 0, sizeof(ebuf));
134 if (FRead(ebuf, addr, len) < 0) {
147 unsigned char ebuf[ETHER_ADDR_LEN]; local
149 if (__getPLC_para(ebuf, OFFSET_PLC_MAC)) {
151 if (ether_etoa(ebuf, abuf))
163 unsigned char ebuf[PLC_KEY_LEN]; local
165 if (__getPLC_para(ebuf, OFFSET_PLC_NMK)) {
167 if (key_etoa(ebuf, abu
204 unsigned char ebuf[ETHER_ADDR_LEN]; local
225 char abuf[64], ebuf[16]; local
244 unsigned char ebuf[32]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_stats.c301 char ebuf[256]; local
303 iserr = ipath_decode_err(dd, ebuf, sizeof ebuf,
309 "(%s)\n", ebuf);
321 ebuf);
324 " problem interrupt (%s)\n", ebuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_stats.c301 char ebuf[256]; local
303 iserr = ipath_decode_err(dd, ebuf, sizeof ebuf,
309 "(%s)\n", ebuf);
321 ebuf);
324 " problem interrupt (%s)\n", ebuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlzw.c45 const uint8_t *pbuf, *ebuf; member in struct:LZWState
104 while(s->pbuf < s->ebuf && s->bs>0){
109 s->pbuf= s->ebuf;
138 s->ebuf = s->pbuf + buf_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlzw.c45 const uint8_t *pbuf, *ebuf; member in struct:LZWState
104 while(s->pbuf < s->ebuf && s->bs>0){
109 s->pbuf= s->ebuf;
138 s->ebuf = s->pbuf + buf_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dlzw.c45 const uint8_t *pbuf, *ebuf; member in struct:LZWState
104 while(s->pbuf < s->ebuf && s->bs>0){
109 s->pbuf= s->ebuf;
138 s->ebuf = s->pbuf + buf_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/libdb_java/
H A Ddb_java.i172 com.sleepycat.util.ErrorBuffer ebuf = (com.sleepycat.util.ErrorBuffer)errBuf.get();
173 if (ebuf == null) {
178 ebuf = new com.sleepycat.util.ErrorBuffer(3);
179 errBuf.set(ebuf);
181 ebuf.append(msg);
186 com.sleepycat.util.ErrorBuffer ebuf = (com.sleepycat.util.ErrorBuffer)errBuf.get();
188 if (ebuf != null) {
189 ret = ebuf.get();
190 ebuf.clear();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/libdb_java/
H A Ddb_java.i172 com.sleepycat.util.ErrorBuffer ebuf = (com.sleepycat.util.ErrorBuffer)errBuf.get();
173 if (ebuf == null) {
178 ebuf = new com.sleepycat.util.ErrorBuffer(3);
179 errBuf.set(ebuf);
181 ebuf.append(msg);
186 com.sleepycat.util.ErrorBuffer ebuf = (com.sleepycat.util.ErrorBuffer)errBuf.get();
188 if (ebuf != null) {
189 ret = ebuf.get();
190 ebuf.clear();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/libdb_java/
H A Ddb_java.i172 com.sleepycat.util.ErrorBuffer ebuf = (com.sleepycat.util.ErrorBuffer)errBuf.get();
173 if (ebuf == null) {
178 ebuf = new com.sleepycat.util.ErrorBuffer(3);
179 errBuf.set(ebuf);
181 ebuf.append(msg);
186 com.sleepycat.util.ErrorBuffer ebuf = (com.sleepycat.util.ErrorBuffer)errBuf.get();
188 if (ebuf != null) {
189 ret = ebuf.get();
190 ebuf.clear();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Derase.c335 void *ebuf; local
344 &retlen, &ebuf, NULL);
355 wordebuf = ebuf-sizeof(*wordebuf);
370 ebuf = kmalloc(PAGE_SIZE, GFP_KERNEL);
371 if (!ebuf) {
384 ret = c->mtd->read(c->mtd, ofs, readlen, &retlen, ebuf);
397 unsigned long *datum = ebuf + i;
410 kfree(ebuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Derase.c335 void *ebuf; local
344 &retlen, &ebuf, NULL);
355 wordebuf = ebuf-sizeof(*wordebuf);
370 ebuf = kmalloc(PAGE_SIZE, GFP_KERNEL);
371 if (!ebuf) {
384 ret = c->mtd->read(c->mtd, ofs, readlen, &retlen, ebuf);
397 unsigned long *datum = ebuf + i;
410 kfree(ebuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/db/internal/
H A DDbEnv.java153 com.sleepycat.util.ErrorBuffer ebuf = (com.sleepycat.util.ErrorBuffer)errBuf.get();
154 if (ebuf == null) {
159 ebuf = new com.sleepycat.util.ErrorBuffer(3);
160 errBuf.set(ebuf);
162 ebuf.append(msg);
167 com.sleepycat.util.ErrorBuffer ebuf = (com.sleepycat.util.ErrorBuffer)errBuf.get();
169 if (ebuf != null) {
170 ret = ebuf.get();
171 ebuf.clear();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/internal/
H A DDbEnv.java153 com.sleepycat.util.ErrorBuffer ebuf = (com.sleepycat.util.ErrorBuffer)errBuf.get();
154 if (ebuf == null) {
159 ebuf = new com.sleepycat.util.ErrorBuffer(3);
160 errBuf.set(ebuf);
162 ebuf.append(msg);
167 com.sleepycat.util.ErrorBuffer ebuf = (com.sleepycat.util.ErrorBuffer)errBuf.get();
169 if (ebuf != null) {
170 ret = ebuf.get();
171 ebuf.clear();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/internal/
H A DDbEnv.java153 com.sleepycat.util.ErrorBuffer ebuf = (com.sleepycat.util.ErrorBuffer)errBuf.get();
154 if (ebuf == null) {
159 ebuf = new com.sleepycat.util.ErrorBuffer(3);
160 errBuf.set(ebuf);
162 ebuf.append(msg);
167 com.sleepycat.util.ErrorBuffer ebuf = (com.sleepycat.util.ErrorBuffer)errBuf.get();
169 if (ebuf != null) {
170 ret = ebuf.get();
171 ebuf.clear();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/qib/
H A Dqib_driver.c314 void *ebuf; local
344 ebuf = NULL;
352 ebuf = qib_get_egrbuf(rcd, etail);
363 ebuf == NULL &&
377 qib_ib_rcv(rcd, hdr, ebuf, tlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_driver.c314 void *ebuf; local
344 ebuf = NULL;
352 ebuf = qib_get_egrbuf(rcd, etail);
363 ebuf == NULL &&
377 qib_ib_rcv(rcd, hdr, ebuf, tlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_eventlog_lib.c461 TDB_DATA kbuf, ebuf; local
534 ebuf.dsize = n_packed;
535 ebuf.dptr = (char *)packed_ee;
537 if ( tdb_store( the_tdb, kbuf, ebuf, 0 ) ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_eventlog_lib.c461 TDB_DATA kbuf, ebuf; local
534 ebuf.dsize = n_packed;
535 ebuf.dptr = (char *)packed_ee;
537 if ( tdb_store( the_tdb, kbuf, ebuf, 0 ) ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_server/
H A Dsrv_eventlog_lib.c461 TDB_DATA kbuf, ebuf; local
534 ebuf.dsize = n_packed;
535 ebuf.dptr = (char *)packed_ee;
537 if ( tdb_store( the_tdb, kbuf, ebuf, 0 ) ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c163 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount);
164 static int dvb_ca_en50221_write_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount);
581 * @param ebuf If non-NULL, the data will be written to this buffer. If NULL,
583 * @param ecount Size of ebuf. Ignored if ebuf is NULL.
587 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount) argument
597 if (ebuf == NULL) {
630 if (ebuf == NULL) {
674 if (ebuf == NULL) {
681 memcpy(ebuf, bu
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/aoe/
H A Daoecmd.c752 char ebuf[128]; local
759 snprintf(ebuf, sizeof ebuf, "aoecmd_ata_rsp: ata response "
762 aoechr_error(ebuf);
780 snprintf(ebuf, sizeof ebuf,
787 aoechr_error(ebuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c163 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount);
164 static int dvb_ca_en50221_write_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount);
581 * @param ebuf If non-NULL, the data will be written to this buffer. If NULL,
583 * @param ecount Size of ebuf. Ignored if ebuf is NULL.
587 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount) argument
597 if (ebuf == NULL) {
630 if (ebuf == NULL) {
674 if (ebuf == NULL) {
681 memcpy(ebuf, bu
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/aoe/
H A Daoecmd.c752 char ebuf[128]; local
759 snprintf(ebuf, sizeof ebuf, "aoecmd_ata_rsp: ata response "
762 aoechr_error(ebuf);
780 snprintf(ebuf, sizeof ebuf,
787 aoechr_error(ebuf);

Completed in 153 milliseconds

12