Searched refs:DBM (Results 26 - 50 of 50) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_server.c45 * Because this code hacks into DBM underneath its API it can't use the N2L
47 * and has knowledge of shim internals. While copying the DBM files it does
74 datum mydbm_topkey(DBM *db, datum okey);
190 shim_dbm_close((DBM *)m.map);
199 shim_dbm_close((DBM *)m.map);
215 val = shim_dbm_fetch((DBM *)m.map, key);
221 shim_dbm_close((DBM *)m.map);
228 m.key = shim_dbm_firstkey((DBM *)m.map);
236 shim_dbm_close((DBM *)m.map);
365 m->key = shim_dbm_do_nextkey((DBM *)
[all...]
H A Dypserv_proc.c68 /* Use shim version of DBM calls */
101 static void ypfilter(DBM *fdb, datum *inkey, datum *outkey, datum *val,
106 SVCXPRT *xprt, DBM *fdb);
108 SVCXPRT *xprt, DBM *fdb);
199 DBM *fdb;
211 * sanity check the map name and to a DBM lookup
218 /* Check with the DBM database */
307 DBM *fdb;
347 DBM *fdb;
395 DBM *fd
[all...]
H A Dmakedbm.c134 DBM *fdb;
555 DBM *fdb;
577 DBM *fdb;
H A Dmkalias.c66 DBM *Indbm = NULL, *Scandbm = NULL, *Outdbm = NULL;
H A Dypxfrd_client.c48 static DBM *db;
H A Dypxfr.c111 DBM *db;
1192 DBM *db;
1403 DBM *db;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAnyDBM_File.pm15 die "No DBM package was successfully found or installed";
22 NDBM_File, DB_File, GDBM_File, SDBM_File, ODBM_File - various DBM implementations
31 It's just there to inherit from one of the various DBM packages. It
40 Having multiple DBM implementations makes it trivial to copy database formats:
47 =head2 DBM Comparisons
H A DMemoize.pm782 tied to a DBM file, and you want to make sure that the cache is
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.xs7 DBM * dbp ;
29 DBM * dbp ;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/
H A Ddb.h90 typedef struct __db DBM; typedef in typeref:struct:__db
470 #define DB_DBM_ERROR 0x000800 /* Error in DBM/NDBM database. */
940 * Translate DBM calls into DB calls so that DB doesn't step on the
995 int __db_ndbm_clearerr __P((DBM *));
996 void __db_ndbm_close __P((DBM *));
997 int __db_ndbm_delete __P((DBM *, datum));
998 int __db_ndbm_dirfno __P((DBM *));
999 int __db_ndbm_error __P((DBM *));
1000 datum __db_ndbm_fetch __P((DBM *, datum));
1001 datum __db_ndbm_firstkey __P((DBM *));
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.xs8 DBM * dbp ;
39 DBM * dbp ;
/opensolaris-onvv-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c39 * Includes. WE WANT TO USE REAL DBM FUNCTIONS SO DO NOT INCLUDE SHIM_HOOKS.H.
76 suc_code add_special_entries(DBM *, map_ctrl *, bool_t *);
115 * OUTPUTS: If successful DBM datum containing result.
116 * On error DBM datum pointing to NULL and, if the cached value
533 * GIVEN : Pointer to an open, temporary, DBM file
534 * Pointer to map information (do not use DBM fields).
541 add_special_entries(DBM *db, map_ctrl *map, bool_t *secure_flag)
600 /* Name of temporary entries DBM file */
602 /* Name of temporary TTL DBM file */
604 /* Temporary DBM handle
[all...]
H A Dmap_ctrl.c40 * created with similar contents (but differing DBM pointers).
211 * used to check for date of DBM file so add the DBM
262 * DESCRIPTION: Find an existing map_ctrl for a map of a given DBM * (i.e.
272 get_map_ctrl(DBM *db)
274 /* Check that this really is a map_ctrl not a DBM */
277 "SHIM called with DBM ptr not map_crtl ptr");
327 * DBM files.
398 * opaque DBM pointer.
402 get_map_name(DBM *d
[all...]
H A Dmap_conv.c152 DBM *dbm;
190 /* Open the DBM file. Use real dbm call */
H A Dshim_changepasswd.c83 * Path to DBM files. This is only required for N2L mode. Traditional mode
533 DBM *map;
575 /* Do the update use simple DBM operation */
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/common/
H A Dstats.h65 DBM *st_dbm;
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dllib-lc713 void dbm_setdefwrite(DBM *db);
714 int dbm_flush(DBM *db);
715 int dbm_flushpag(DBM *db);
716 DBM *dbm_open(const char *file, int flags, mode_t mode);
717 void dbm_close(DBM *db);
718 int dbm_close_status(DBM *db);
719 datum dbm_fetch(DBM *db, datum key);
720 int dbm_delete(DBM *db, datum key);
721 int dbm_store(DBM *db, datum key, datum dat, int replace);
722 datum dbm_firstkey(DBM *d
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dypmap2src.sh197 # DBM files for this custom source.
854 echo ERROR : Missing DBM file for $MAP in $MAPDIR . Skipping..
857 echo No DBM file for $MAP in $MAPDIR . Skipping..
946 echo ERROR : Missing DBM file for $MAP in $MAPDIR . Skipping..
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm181 The packages relating to various DBM-related implementations (F<DB_File>,
/opensolaris-onvv-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c83 static DBM *db;
910 DBM *db;
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c62 * Use standard DBM code.
96 * Implementation: This version uses a DBM database, indexed by aname,
100 * null in the DBM datum.size.
111 DBM *db;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1404 ** NDBM_MAP_OPEN -- DBM-style map open
1412 register DBM *dbm;
1579 syserr("Cannot open DBM database %s", map->map_file);
1667 ** NDBM_MAP_LOOKUP -- look up a datum in a DBM-type map
1698 dfd = dbm_dirfno((DBM *) map->map_db1);
1701 pfd = dbm_pagfno((DBM *) map->map_db1);
1742 val = dbm_fetch((DBM *) map->map_db1, key);
1749 val = dbm_fetch((DBM *) map->map_db1, key);
1804 status = dbm_store((DBM *) map->map_db1, key, data, DBM_INSERT);
1837 status = dbm_store((DBM *) ma
[all...]
H A Dmain.c1179 #ifdef DBM
1180 case 'I': /* initialize alias DBM file */
1183 #endif /* DBM */
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c69 DBM *db; /* open dbm database */
135 * The following functions do the actual database I/O. Currently use DBM.
/opensolaris-onvv-gate/usr/src/cmd/hwdata/
H A Dpci.ids15101 24c2 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1
15126 24c3 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller
15147 24c4 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2
15169 24c5 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller
15194 24c6 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller
15210 24c7 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3
15232 24ca 82801DBM (ICH4-M) IDE Controller
15258 24cc 82801DBM (ICH4-M) LPC Interface Bridge
15261 24cd 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller

Completed in 485 milliseconds

12