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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest119.tcl57 # Test -data_buf_size with db->get.
58 puts "\tTest$tnum.b: Test db get with -data_buf_size."
72 # A get with data_buf_size equal to the data size should work.
73 set ret [eval {$db get} $txn -data_buf_size $datalength $key]
77 # A get with a data_buf_size decreased by one should fail.
79 $txn -data_buf_size [expr $datalength - 1] $key} res
88 # Test -data_buf_size and -key_buf_size with dbc->get.
99 Test cursor get with -data_buf_size and -key_buf_size."
166 -key_buf_size $buffer -data_buf_size $buffer -first} res] } \
169 -key_buf_size $buffer -data_buf_size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Diso.h154 unsigned int data_buf_size,
161 unsigned int data_buf_size,
H A Diso.c51 unsigned int data_buf_size,
110 iso->buf_size = PAGE_ALIGN(data_buf_size);
160 unsigned int data_buf_size,
168 data_buf_size, buf_packets,
195 unsigned int data_buf_size,
203 data_buf_size, buf_packets,
49 hpsb_iso_common_init(struct hpsb_host *host, enum hpsb_iso_type type, unsigned int data_buf_size, unsigned int buf_packets, int channel, int dma_mode, int irq_interval, void (*callback) (struct hpsb_iso *)) argument
159 hpsb_iso_xmit_init(struct hpsb_host *host, unsigned int data_buf_size, unsigned int buf_packets, int channel, int speed, int irq_interval, void (*callback) (struct hpsb_iso *)) argument
194 hpsb_iso_recv_init(struct hpsb_host *host, unsigned int data_buf_size, unsigned int buf_packets, int channel, int dma_mode, int irq_interval, void (*callback) (struct hpsb_iso *)) argument
H A Draw1394.h144 __u32 data_buf_size; member in struct:raw1394_iso_config
H A Draw1394.c2368 stat->config.data_buf_size = iso->buf_size;
2389 stat.config.data_buf_size,
2421 stat.config.data_buf_size,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_dbcursor.c380 "-data_buf_size",
447 int data_buf_size, key_buf_size; local
449 data_buf_size = key_buf_size = 0;
495 Tcl_GetIntFromObj(interp, objv[i], &data_buf_size);
514 Tcl_GetIntFromObj(interp, objv[i], &data_buf_size);
522 Tcl_GetIntFromObj(interp, objv[i], &data_buf_size);
733 if (data_buf_size != 0) {
735 NULL, (size_t)data_buf_size, &data.data);
736 data.ulen = (u_int32_t)data_buf_size;
778 if (data_buf_size !
[all...]
H A Dtcl_db.c1037 "-data_buf_size",
1084 int bufsize, data_buf_size; local
1096 data_buf_size = 0;
1134 Tcl_GetIntFromObj(interp, objv[i], &data_buf_size);
1299 if (data_buf_size != 0 && flag == DB_GET_BOTH) {
1301 "Only one of -data_buf_size or -get_both can be specified.\n",
1306 if (data_buf_size != 0 && mflag != 0) {
1308 "Only one of -data_buf_size or -multi can be specified.\n",
1348 data_buf_size != 0 ||
1353 if (data_buf_size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_cmds.c1452 req->params.data_buf_size = cpu_to_le32(buf_size);
1495 req->params.data_buf_size = cpu_to_le32(0x4);
H A Dbe_cmds.h791 u32 data_buf_size; member in struct:flashrom_params

Completed in 204 milliseconds