Searched defs:db1 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Ddiffdb.c17 static int db1 = -1; variable
27 db1 = open(argv[1], O_RDONLY);
28 if( db1<0 ){
38 while( read(db1, a1, PAGESIZE)==PAGESIZE && read(db2,a2,PAGESIZE)==PAGESIZE ){
45 close(db1);
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c57 ** SMDB_TYPE_TO_DB1_TYPE -- Translates smdb database type to db1 type.
85 ** SMDB_PUT_FLAGS_TO_DB1_FLAGS -- Translates smdb put flags to db1 put flags.
91 ** The db1 flags that are equivalent to the smdb flags.
118 ** The db1 flags that are equivalent to the smdb flags.
155 SMDB_DB1_DATABASE *db1; local
157 db1 = (SMDB_DB1_DATABASE *) malloc(sizeof(SMDB_DB1_DATABASE));
159 if (db1 != NULL)
161 db1->smdb1_lock_fd = -1;
162 db1->smdb1_cursor_in_use = false;
165 return db1;
173 SMDB_DB1_DATABASE *db1 = (SMDB_DB1_DATABASE *) database->smdb_impl; local
219 SMDB_DB1_DATABASE *db1 = (SMDB_DB1_DATABASE *) database->smdb_impl; local
312 SMDB_DB1_DATABASE *db1 = db1_cursor->db; local
329 SMDB_DB1_DATABASE *db1 = db1_cursor->db; local
345 SMDB_DB1_DATABASE *db1 = db1_cursor->db; local
373 SMDB_DB1_DATABASE *db1 = db1_cursor->db; local
393 SMDB_DB1_DATABASE *db1 = (SMDB_DB1_DATABASE *) database->smdb_impl; local
465 SMDB_DB1_DATABASE *db1; local
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan2f.c66 double db0, db1, db2; local
411 db1 = base1;
423 num1 = dy1 - dx1 * db1;
424 den1 = dx1 + dy1 * db1;
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c2438 uint8_t ob[5], db1[5], db2[5]; local
2510 db1[0] = (pModal->db1_01 & 0xf);
2511 db1[1] = ((pModal->db1_01 >> 4) & 0xf);
2512 db1[2] = (pModal->db1_234 & 0xf);
2513 db1[3] = ((pModal->db1_234 >> 4) & 0xf);
2514 db1[4] = ((pModal->db1_234 >> 8) & 0xf);
2528 db1[0] = (pModal->db1_01 & 0xf);
2529 db1[1] = db1[2] = db1[
[all...]

Completed in 50 milliseconds