Searched refs:mdb (Results 1 – 15 of 15) sorted by relevance
| /src/usr.sbin/sa/ |
| H A D | db.c | 56 db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, in db_copy_in() argument 63 if ((*mdb = dbopen(NULL, O_RDWR, 0, DB_BTREE, bti)) == NULL) in db_copy_in() 73 db_destroy(*mdb, uname); in db_copy_in() 121 if ((rv = DB_PUT(*mdb, &key, &data, 0)) < 0) { in db_copy_in() 139 db_destroy(*mdb, uname); in db_copy_in() 148 db_copy_out(DB *mdb, const char *dbname, const char *uname, BTREEINFO *bti) in db_copy_out() argument 162 for (rv = DB_SEQ(mdb, &key, &data, R_FIRST); in db_copy_out() 163 rv == 0; rv = DB_SEQ(mdb, &key, &data, R_NEXT)) { in db_copy_out()
|
| H A D | extern.h | 68 int db_copy_in(DB **mdb, const char *dbname, const char *name, 70 int db_copy_out(DB *mdb, const char *dbname, const char *name,
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mdb/ |
| H A D | tst.dtracedcmd.ksh | 49 mdb -k <<EOF
|
| /src/contrib/ofed/infiniband-diags/src/ |
| H A D | ibtracert.c | 491 char mdb[64]; in switch_mclookup() local 493 uint16_t *msets = (uint16_t *) mdb; in switch_mclookup() 514 memset(mdb, 0, sizeof(mdb)); in switch_mclookup() 515 if (!smp_query_via(mdb, portid, IB_ATTR_MULTICASTFORWTBL, in switch_mclookup()
|
| /src/cddl/usr.bin/ctfdump/ |
| H A D | Makefile | 19 -I${OPENSOLARIS_USR_DISTDIR}/cmd/mdb/tools/common \
|
| /src/cddl/usr.sbin/dtrace/tests/common/ |
| H A D | Makefile | 36 mdb \
|
| /src/tests/sys/cddl/zfs/include/ |
| H A D | commands.txt | 103 #/usr/bin/mdb
|
| /src/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | exclude.sh | 52 exclude EXFAIL common/mdb/tst.dtracedcmd.ksh
|
| /src/etc/mtree/ |
| H A D | BSD.tests.dist | 165 mdb
|
| /src/crypto/openssh/ |
| H A D | CREDITS | 63 Mark D. Baushke <mdb@juniper.net> - bug fixes
|
| /src/targets/pseudo/tests/ |
| H A D | Makefile.depend | 70 cddl/usr.sbin/dtrace/tests/common/mdb \
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFP.td | 461 defm MDB : BinaryRXEAndPseudo<"mdb", 0xED1C, z_any_fmul_noreassoc, FP64,
|
| /src/contrib/file/magic/Magdir/ |
| H A D | database | 873 0 string //\ <!--\ <mdb:mork:z\ v=" Mozilla Mork database
|
| /src/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 3439 echo "${tunable}/${mdb_cmd}0t${value}" | mdb -kw
|
| /src/contrib/bmake/ |
| H A D | ChangeLog | 5011 * configure.in: Thanks to some clues from mdb@juniper.net,
|