Home
last modified time | relevance | path

Searched refs:dbm (Results 1 – 23 of 23) sorted by last modified time

/illumos-gate/exception_lists/
H A Dcstyle556 usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/dbm.c
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header.p5m570 file path=usr/include/rpcsvc/dbm.h
/illumos-gate/usr/src/cmd/sendmail/db/
H A DMakefile45 db_rec.o db_region.o db_ret.o db_salloc.o db_shash.o dbm.o hash.o \
129 dbm%.o: $(srcdir)/dbm/dbm%.c
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com85 dbm.o yp_all.o yp_b_clnt.o yp_b_xdr.o yp_bind.o \
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c97 dbm_close(dbm);
127 if (dbm_error(dbm))
182 if (dbm_error(dbm))
228 if (dbm_error(dbm))
311 if (dbm_error(dbm))
367 if (dbm_error(dbm))
500 DBM *dbm = NULL; local
564 if (dbm == NULL)
577 if (dbm_dirfno(dbm) == dbm_pagfno(dbm))
618 if (dbm != NULL)
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A DMakefile.common27 dbm.o \
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1916 int lo, hi, dbm; in rt2661_rx_tune() local
1930 dbm = sc->avg_rssi; in rt2661_rx_tune()
1935 "RSSI=%ddBm false CCA=%d\n", dbm, cca); in rt2661_rx_tune()
1937 if (dbm < -74) { in rt2661_rx_tune()
1941 hi -= 2 * (-74 - dbm); in rt2661_rx_tune()
1952 } else if (dbm < -66) { in rt2661_rx_tune()
1954 } else if (dbm < -58) { in rt2661_rx_tune()
1956 } else if (dbm < -35) { in rt2661_rx_tune()
/illumos-gate/usr/src/ucblib/libdbm/
H A DMakefile.com29 OBJECTS= dbm.o
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dmap_conv.c150 DBM *dbm; in dump_map_to_dit() local
189 dbm = dbm_open(map_path, O_RDONLY, 0644); in dump_map_to_dit()
194 if (NULL == dbm) { in dump_map_to_dit()
208 for (key = dbm_firstkey(dbm), next_print = PRINT_FREQ, entry_count = 1; in dump_map_to_dit()
209 NULL != key.dptr; key = dbm_nextkey(dbm), entry_count ++) { in dump_map_to_dit()
223 value = dbm_fetch(dbm, key); in dump_map_to_dit()
238 dbm_close(dbm); in dump_map_to_dit()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc1175 db_mindex *dbm = 0; in storeObjLDAP() local
1191 dbm = dbase->mindex(); in storeObjLDAP()
1192 if (dbase == 0 || dbm == 0 || dbm->table == 0) { in storeObjLDAP()
1205 READLOCK(dbm->table, LDAP_OPERATIONS_ERROR, in storeObjLDAP()
1209 tea = dbm->table->gettab(); in storeObjLDAP()
1210 ntea = dbm->table->getsize(); in storeObjLDAP()
1220 READUNLOCK(dbm->table, LDAP_NO_MEMORY, in storeObjLDAP()
1234 READUNLOCK(dbm->table, in storeObjLDAP()
1242 READUNLOCK(dbm->table, in storeObjLDAP()
1258 READUNLOCK(dbm->table, stat, in storeObjLDAP()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/
H A DMakefile.com57 dbm.o
/illumos-gate/usr/src/head/
H A DMakefile266 dbm.h \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab1183 0 long 0x13579ace dbm 1.x database application/x-dbm
1184 0 string GDBM gnu dbm 2.x database application/x-gdbm
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dndbm6 DBM* dbm = 0;
7 dbm_close(dbm);
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dgdbm1.c33 DBM* dbm = 0; in main() local
35 dbm_close(dbm); in main()
H A Dgdbm2.c33 DBM* dbm = 0; in main() local
35 dbm_close(dbm); in main()
H A Ddb.c33 DBM* dbm = 0; in main() local
35 dbm_close(dbm); in main()
H A Dgdbm.c33 DBM* dbm = 0; in main() local
35 dbm_close(dbm); in main()
H A DMamfile1323 make ${INSTALLROOT}/lib/lib/dbm
1324 make dbm.req
1342 exec - for p in db - gdbm_compat - gdbm - ndbm - dbm -
1344 exec - -) if ${CC} -o dbm.exe $i $g > /dev/null 2>&1
1345 exec - then ${CC} -o dbm.exe $i > /dev/null 2>&1 || {
1358 exec - echo " $r" > dbm.req
1359 exec - rm -f dbm.exe db gdbm gdbm1 gdbm2
1360 done dbm.req generated
1361dbm.req' || ${STDCMP} 2>/dev/null -s dbm.req ${INSTALLROOT}/lib/lib/dbm || { ${STDMV} ${INSTALLROO…
1362 done ${INSTALLROOT}/lib/lib/dbm generated
H A DRELEASE136 08-08-05 dbm.req: favor sleepycat ndbm compatibility
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1412 register DBM *dbm; local
1566 dbm = dbm_open(map->map_file, mode, DBMMODE);
1567 if (dbm == NULL)
1582 dfd = dbm_dirfno(dbm);
1583 pfd = dbm_pagfno(dbm);
1587 dbm_close(dbm);
1602 dbm_close(dbm);
1613 map->map_db1 = (ARBPTR_T) dbm;
/illumos-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c230 DBM *dbm; in __db_ndbm_close()
246 DBM *dbm; in __db_ndbm_fetch()
289 DBM *dbm; in __db_ndbm_firstkey()
324 DBM *dbm; in __db_ndbm_nextkey()
359 DBM *dbm; in __db_ndbm_delete()
392 DBM *dbm; in __db_ndbm_store()
424 DBM *dbm; in __db_ndbm_error()
435 DBM *dbm; in __db_ndbm_clearerr()
452 DBM *dbm; in __db_ndbm_rdonly()
469 DBM *dbm; in __db_ndbm_dirfno()
[all …]
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME556 FEATURE(`mailertable', `dbm /usr/lib/mailertable')
560 define(`DATABASE_MAP_TYPE', `dbm')
878 FEATURE(`virtusertable', `dbm /etc/mail/virtusers')