Searched defs:dbtype (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c528 } dbtype; typedef in typeref:struct:__anon1379
530 static dbtype DatabaseDefs[] =
542 dbtype *ptr = DatabaseDefs;
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_async.c215 int dbtype; local
236 dbtype = AV1394_DBTYPE(mp);
247 arq.arq_type = av1394_async_db2arq_type(dbtype);
487 av1394_async_db2arq_type(int dbtype) argument
491 switch (dbtype) {
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c673 unsigned char dbtype; local
676 dbtype = DB_TYPE(mp);
678 switch (dbtype) {
691 if (dbtype == M_IOCTL)
776 switch (dbtype) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c1230 const char *dbtype; local
1365 dbtype = db_control_types[db_type];
1373 dbtype = db_control_hipri_types[db_type];
1375 dbtype = "UNKNOWN";
1379 addr, b_flag, dbtype, mblklen, dblk.db_lim - dblk.db_base,
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c695 make_cache(enum db_type dbtype, int dbop, char *name, argument
714 nscdb->db_type = dbtype;
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c945 int dbtype; local
952 dbtype = DB_TYPE(mp);
953 if ((dbtype == M_IOCACK || dbtype == M_IOCNAK) &&
964 switch (dbtype) {

Completed in 63 milliseconds