Searched refs:DB_MPOOLFILE (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dmp_ext.h6 int __memp_pgread __P((DB_MPOOLFILE *, BH *, int));
7 int __memp_pgwrite __P((DB_MPOOLFILE *, BH *, int *, int *));
8 int __memp_pg __P((DB_MPOOLFILE *, BH *, int));
11 u_int32_t, int, size_t, int, DB_MPOOL_FINFO *, DB_MPOOLFILE **));
13 char * __memp_fn __P((DB_MPOOLFILE *));
20 int __mp_xxx_fd __P((DB_MPOOLFILE *, int *));
H A Ddb_ext.h111 int __db_prtree __P((DB_MPOOLFILE *, int));
112 int __db_prnpage __P((DB_MPOOLFILE *, db_pgno_t));
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_fopen.c26 static int __memp_mf_close __P((DB_MPOOL *, DB_MPOOLFILE *));
42 DB_MPOOLFILE **retp;
70 * PUBLIC: u_int32_t, int, size_t, int, DB_MPOOL_FINFO *, DB_MPOOLFILE **));
81 DB_MPOOLFILE **retp;
84 DB_MPOOLFILE *dbmfp;
122 if ((ret = __os_calloc(1, sizeof(DB_MPOOLFILE), &dbmfp)) != 0)
289 __os_free(dbmfp, sizeof(DB_MPOOLFILE));
412 DB_MPOOLFILE *dbmfp;
426 * We have to reference count DB_MPOOLFILE structures as other
431 * Thread B uses thread A's DB_MPOOLFILE t
[all...]
H A Dmp_fset.c31 DB_MPOOLFILE *dbmfp;
H A Dmp_bh.c27 static int __memp_upgrade __P((DB_MPOOL *, DB_MPOOLFILE *, MPOOLFILE *));
43 DB_MPOOLFILE *dbmfp;
54 * Walk the process' DB_MPOOLFILE list and find a file descriptor for
144 * PUBLIC: int __memp_pgread __P((DB_MPOOLFILE *, BH *, int));
148 DB_MPOOLFILE *dbmfp;
254 * PUBLIC: int __memp_pgwrite __P((DB_MPOOLFILE *, BH *, int *, int *));
258 DB_MPOOLFILE *dbmfp;
457 * PUBLIC: int __memp_pg __P((DB_MPOOLFILE *, BH *, int));
461 DB_MPOOLFILE *dbmfp;
551 DB_MPOOLFILE *dbmf
[all...]
H A Dmp_sync.c27 static int __memp_fsync __P((DB_MPOOLFILE *));
252 DB_MPOOLFILE *dbmfp;
282 * PUBLIC: int __mp_xxx_fd __P((DB_MPOOLFILE *, int *));
286 DB_MPOOLFILE *dbmfp;
316 DB_MPOOLFILE *dbmfp;
H A Dmp_fput.c31 DB_MPOOLFILE *dbmfp;
H A Dmp_pr.c124 * PUBLIC: char * __memp_fn __P((DB_MPOOLFILE *));
128 DB_MPOOLFILE *dbmfp;
173 DB_MPOOLFILE *dbmfp;
H A Dmp_open.c112 DB_MPOOLFILE *dbmfp;
H A Dmp_fget.c32 DB_MPOOLFILE *dbmfp;
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_rec.c45 DB_MPOOLFILE *mpf;
120 DB_MPOOLFILE *mpf;
194 DB_MPOOLFILE *mpf;
348 DB_MPOOLFILE *mpf;
401 DB_MPOOLFILE *mpf;
515 DB_MPOOLFILE *mpf;
H A Ddb_pr.c31 static void __db_psize __P((DB_MPOOLFILE *));
319 * PUBLIC: int __db_prtree __P((DB_MPOOLFILE *, int));
323 DB_MPOOLFILE *mpf;
346 * PUBLIC: int __db_prnpage __P((DB_MPOOLFILE *, db_pgno_t));
350 DB_MPOOLFILE *mpf;
813 DB_MPOOLFILE *mpf;
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c46 DB_MPOOLFILE *mpf;
152 DB_MPOOLFILE *mpf;
251 DB_MPOOLFILE *mpf;
523 DB_MPOOLFILE *mpf;
611 DB_MPOOLFILE *mpf;
677 DB_MPOOLFILE *mpf;
754 DB_MPOOLFILE *mpf;
820 DB_MPOOLFILE *mpf;
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h108 struct __db_mpoolfile; typedef struct __db_mpoolfile DB_MPOOLFILE; typedef in typeref:struct:__db_mpoolfile
417 DB_MPOOLFILE *mpf; /* The access method's mpool file. */
835 int memp_fclose __P((DB_MPOOLFILE *));
836 int memp_fget __P((DB_MPOOLFILE *, db_pgno_t *, u_int32_t, void *));
838 u_int32_t, int, size_t, DB_MPOOL_FINFO *, DB_MPOOLFILE **));
839 int memp_fput __P((DB_MPOOLFILE *, void *, u_int32_t));
840 int memp_fset __P((DB_MPOOLFILE *, void *, u_int32_t));
841 int memp_fsync __P((DB_MPOOLFILE *));
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c86 DB_MPOOLFILE *mpf;
195 DB_MPOOLFILE *mpf;
381 DB_MPOOLFILE *mpf;
478 DB_MPOOLFILE *mpf;
601 DB_MPOOLFILE *mpf;
681 DB_MPOOLFILE *mpf;
772 DB_MPOOLFILE *mpf;
859 DB_MPOOLFILE *mpf;

Completed in 62 milliseconds