Searched refs:openinfo (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/lib/libc/db/db/
H A Ddb.c48 dbopen(const char *fname, int flags, int mode, DBTYPE type, const void *openinfo) argument
60 mode, openinfo, flags & DB_FLAGS));
63 mode, openinfo, flags & DB_FLAGS));
66 mode, openinfo, flags & DB_FLAGS));
/freebsd-9.3-release/lib/libc/db/recno/
H A Drec_open.c56 __rec_open(const char *fname, int flags, int mode, const RECNOINFO *openinfo, argument
72 if (openinfo) {
73 if (openinfo->flags & ~(R_FIXEDLEN | R_NOKEY | R_SNAPSHOT))
76 btopeninfo.cachesize = openinfo->cachesize;
79 btopeninfo.psize = openinfo->psize;
82 btopeninfo.lorder = openinfo->lorder;
83 dbp = __bt_open(openinfo->bfname,
97 if (openinfo) {
98 if (openinfo->flags & R_FIXEDLEN) {
100 t->bt_reclen = openinfo
[all...]
/freebsd-9.3-release/libexec/ypxfr/
H A Dypxfr_extern.h40 extern HASHINFO openinfo;
H A Dyp_dbwrite.c71 dbp = dbopen(buf,flags ? flags : FLAGS,PERM_SECURE,DB_HASH,&openinfo);
/freebsd-9.3-release/usr.bin/cap_mkdb/
H A Dcap_mkdb.c64 HASHINFO openinfo = { variable
113 openinfo.lorder = byteorder;
123 DEFFILEMODE, DB_HASH, &openinfo)) == NULL)
/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_open.c90 __bt_open(const char *fname, int flags, int mode, const BTREEINFO *openinfo, int dflags) argument
111 if (openinfo) {
112 b = *openinfo;
/freebsd-9.3-release/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c71 HASHINFO openinfo = { variable
126 openinfo.lorder = BIG_ENDIAN;
132 openinfo.lorder = LITTLE_ENDIAN;
148 openinfo.cachesize = atoi(optarg) * 1024 * 1024;
227 O_RDWR|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo);
234 O_RDWR|O_EXCL, PERM_SECURE, DB_HASH, &openinfo);
291 O_RDWR|O_CREAT|O_EXCL, PERM_INSECURE, DB_HASH, &openinfo);
297 O_RDWR|O_CREAT|O_EXCL, PERM_SECURE, DB_HASH, &openinfo);
373 #define HTOL(e) (openinfo.lorder == BYTE_ORDER ? \
/freebsd-9.3-release/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c73 extern HASHINFO openinfo;
75 return(dbopen(path, flags, PERM_SECURE, DB_HASH, &openinfo));
/freebsd-9.3-release/usr.sbin/ppp/
H A Dphysical.h75 const char *(*openinfo)(struct physical *); member in struct:device
H A Dphysical.c447 if (p->handler && p->handler->openinfo) {
449 prompt_Printf(arg->prompt, "open (%s)\n", (*p->handler->openinfo)(p));
452 (*p->handler->openinfo)(p), slot);
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dyp_dblookup.c54 HASHINFO openinfo = { variable
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c1985 db_map_open(map, mode, mapclassname, dbtype, openinfo)
1991 const void *openinfo;
1994 DB_INFO *openinfo; variable
1997 void **openinfo; variable
2126 db = dbopen(buf, omode, DBMMODE, dbtype, openinfo);
2184 NULL, openinfo, &db);

Completed in 87 milliseconds