Searched defs:db2 (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | diffdb.c | 18 static int db2 = -1; variable 32 db2 = open(argv[2], O_RDONLY); 33 if( db2<0 ){ 38 while( read(db1, a1, PAGESIZE)==PAGESIZE && read(db2,a2,PAGESIZE)==PAGESIZE ){ 46 close(db2);
|
/illumos-gate/usr/src/cmd/sendmail/libsmdb/ |
H A D | smdb2.c | 33 ** SMDB_TYPE_TO_DB2_TYPE -- Translates smdb database type to db2 type. 60 ** DB2_ERROR_TO_SMDB -- Translates db2 errors to smdbe errors 66 ** The SMDBE error corresponding to the db2 error. 143 ** SMDB_PUT_FLAGS_TO_DB2_FLAGS -- Translates smdb put flags to db2 put flags. 149 ** The db2 flags that are equivalent to the smdb flags. 170 ** SMDB_CURSOR_GET_FLAGS_TO_DB2 -- Translates smdb cursor get flags to db2 177 ** The db2 flags that are equivalent to the smdb flags. 215 SMDB_DB2_DATABASE *db2; local 217 db2 = (SMDB_DB2_DATABASE *) malloc(sizeof(SMDB_DB2_DATABASE)); 218 if (db2 ! 229 SMDB_DB2_DATABASE *db2 = (SMDB_DB2_DATABASE *) database->smdb_impl; local 271 SMDB_DB2_DATABASE *db2 = (SMDB_DB2_DATABASE *) database->smdb_impl; local 583 SMDB_DB2_DATABASE *db2; local [all...] |
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vatan2f.c | 66 double db0, db1, db2; local 410 db2 = base2; 420 num2 = dy2 - dx2 * db2; 421 den2 = dx2 + dy2 * db2;
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zap.c | 247 dmu_buf_t *db2; local 250 (tbl->zt_nextblk + blk2) << bs, FTAG, &db2, 256 dmu_buf_will_dirty(db2, tx); 257 ((uint64_t *)db2->db_data)[off2] = val; 258 ((uint64_t *)db2->db_data)[off2+1] = val; 259 dmu_buf_rele(db2, FTAG);
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_eeprom.c | 2438 uint8_t ob[5], db1[5], db2[5]; local 2516 db2[0] = (pModal->db2_01 & 0xf); 2517 db2[1] = ((pModal->db2_01 >> 4) & 0xf); 2518 db2[2] = (pModal->db2_234 & 0xf); 2519 db2[3] = ((pModal->db2_234 >> 4) & 0xf); 2520 db2[4] = ((pModal->db2_234 >> 8) & 0xf); 2531 db2[0] = (pModal->db2_01 & 0xf); 2532 db2[1] = db2[2] = db2[ [all...] |
Completed in 71 milliseconds