Home
last modified time | relevance | path

Searched defs:sdb (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dsdb.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dsdb.c72 dns_sdb_t *sdb; member
105 #define VALID_SDB(sdb) ((sdb) != NULL && (sdb)->common.impmagic == SDB_MAGIC) argument
121 #define MAYBE_LOCK(sdb) LOCK(&sdb->implementation->driverlock) argument
122 #define MAYBE_UNLOCK(sdb) UNLOCK(&sdb->implementation->driverlock) argument
124 #define MAYBE_LOCK(sdb) \ argument
131 #define MAYBE_UNLOCK(sdb) \ argument
416 dns_sdb_t *sdb = (dns_sdb_t *)allnodes->common.db; in getnode() local
514 dns_sdb_t *sdb = (dns_sdb_t *)source; in attach() local
524 destroy(dns_sdb_t *sdb) { in destroy()
547 dns_sdb_t *sdb = (dns_sdb_t *)(*dbp); in detach() local
[all …]
/netbsd-src/sys/arch/atari/dev/
H A Dym2149reg.h37 volatile u_char sdb[4]; /* use only the even bytes */ member
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_cb.c1361 security_debug_ex *sdb = ex; in security_callback_debug() local
1475 static security_debug_ex sdb; in ssl_ctx_security_debug() local
/netbsd-src/sys/arch/pmax/ibus/
H A Dsiireg.h59 u_short sdb; /* SCSI Data Bus and Parity */ member
/netbsd-src/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c166 static struct pwddb sdb, idb; variable
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h396 SDAGSwitchLowering(SelectionDAGBuilder *sdb, FunctionLoweringInfo &funcinfo) in SDAGSwitchLowering()