Searched refs:hrec (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgdth_proc.c166 char hrec[161]; local
195 strcpy(hrec, "--");
197 hlen = sprintf(hrec, "%d", reserve_list[0]);
201 hlen += snprintf(hrec + hlen , 161 - hlen, ",%d", reserve_list[i]);
206 reserve_mode, hrec);
216 strcpy(hrec, ha->binfo.type_string);
219 ha->hanum, hrec);
223 sprintf(hrec, "%d.%02d.%02d-%c%03X",
230 sprintf(hrec, "%d.%02d", (u8)(ha->cpar.version>>8),
235 GDTH_VERSION_STR, hrec);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c447 histrec hrec; local
453 ddbt.data = &hrec;
454 ddbt.size = sizeof(hrec);
457 memset(&hrec.pad[0], 1, sizeof(hrec.pad));
458 hrec.amount = 10;
461 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
462 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
463 hrec.tid = random_id(TELLER, accounts, branches, tellers);
609 histrec hrec; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp408 Histrec hrec; local
409 memset(&hrec.pad[0], 1, sizeof(hrec.pad));
410 hrec.amount = 10;
414 Dbt ddbt(&hrec, sizeof(hrec));
417 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
418 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
419 hrec.tid = random_id(TELLER, accounts, branches, tellers);
541 Histrec hrec; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp242 Histrec hrec; local
243 memset(&hrec.pad[0], 1, sizeof(hrec.pad));
244 hrec.amount = 10;
251 ddbt.data = &hrec;
252 ddbt.size = sizeof(hrec);
255 hrec.aid = randomId(ACCOUNT, accounts, branches, tellers);
256 hrec.bid = randomId(BRANCH, accounts, branches, tellers);
257 hrec.tid = randomId(TELLER, accounts, branches, tellers);
371 Histrec hrec; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java273 Histrec hrec = new Histrec();
274 hrec.set_amount(10);
280 DatabaseEntry ddbt = new DatabaseEntry(hrec.data);
281 ddbt.setSize(hrec.data.length);
287 hrec.set_aid(random_id(ACCOUNT));
288 hrec.set_bid(random_id(BRANCH));
289 hrec.set_tid(random_id(TELLER));
451 Histrec hrec = new Histrec();
476 hrec.set_aid(account);
477 hrec
[all...]

Completed in 122 milliseconds