Searched refs:dbtype (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/mips/nlm/ |
| H A D | board.c | 383 int block, port, rv, dbtype, usecpld = 0, evp = 0, svp = 0; in nlm_setup_xlp_board() local 466 dbtype = nlm_board_cpld_dboard_type(cpldbase, block); in nlm_setup_xlp_board() 468 dbtype = DCARD_XAUI; /* default XAUI */ in nlm_setup_xlp_board() 472 dbtype = DCARD_NOT_PRSNT; in nlm_setup_xlp_board() 483 switch (dbtype) { in nlm_setup_xlp_board()
|
| /freebsd-12.1/contrib/sendmail/contrib/ |
| H A D | buildvirtuser | 100 my $dbtype = "hash"; 195 open(MAKEMAP, "|$makemap $dbtype $newvirt") || die "Could not start makemap: $!\n";
|
| /freebsd-12.1/contrib/sendmail/libsmdb/ |
| H A D | smdb.c | 530 } dbtype; typedef 532 static dbtype DatabaseDefs[] = 544 dbtype *ptr = DatabaseDefs;
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libc/db/ |
| H A D | h_db.c | 65 static DBTYPE dbtype(const char *); 150 type = dbtype(*argv++); in main() 616 dbtype(const char *s) in dbtype() function
|
| /freebsd-12.1/lib/libc/db/test/ |
| H A D | dbtest.c | 61 DBTYPE dbtype(char *); 134 type = dbtype(*argv++); 568 dbtype(s) in dbtype() function
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | map.c | 1999 db_map_open(map, mode, mapclassname, dbtype, openinfo) 2003 DBTYPE dbtype; 2140 db = dbopen(buf, omode, DBMMODE, dbtype, openinfo); 2170 if (dbtype == DB_HASH && ret == 0 && db != NULL) 2184 buf, NULL, dbtype, flags, DBMMODE); 2197 errno = db_open(buf, dbtype, flags, DBMMODE,
|