| /minix3/external/bsd/bind/dist/lib/dns/ |
| H A D | sdb.c | 77 dns_sdb_t *sdb; member 110 #define VALID_SDB(sdb) ((sdb) != NULL && \ argument 111 (sdb)->common.impmagic == SDB_MAGIC) 127 #define MAYBE_LOCK(sdb) LOCK(&sdb->implementation->driverlock) argument 128 #define MAYBE_UNLOCK(sdb) UNLOCK(&sdb->implementation->driverlock) argument 130 #define MAYBE_LOCK(sdb) \ argument 132 unsigned int flags = sdb->implementation->flags; \ 134 LOCK(&sdb->implementation->driverlock); \ 137 #define MAYBE_UNLOCK(sdb) \ argument 139 unsigned int flags = sdb->implementation->flags; \ [all …]
|
| H A D | Makefile.in | 77 rpz.@O@ rrl.@O@ rriterator.@O@ sdb.@O@ \ 113 sdb.c sdlz.c soa.c ssu.c ssu_external.c \
|
| /minix3/external/bsd/bind/dist/doc/misc/ |
| H A D | sdb | 52 BIND 9.1 introduced a new, simplified database interface, or "sdb", 57 The sdb Driver 59 An sdb driver is an object module, typically written in C, which is 60 linked into the name server and registers itself with the sdb 66 Unlike the full database interface, the sdb interface represents all 70 Writing an sdb Driver 97 bind9/lib/dns/include/dns/sdb.h. For example drivers, see 98 bind9/contrib/sdb. 106 lines in bin/named/Makefile.in (e.g. for the timedb sample sdb driver, 113 e.g. timedb_init() and timedb_clear() for the timedb sample sdb [all …]
|
| H A D | roadmap | 23 sdb.c The simple database interface 42 contrib/sdb Sample drivers for the simple database interface
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/ |
| H A D | fp-sub-02.ll | 19 ; CHECK: sdb %f0, 0(%r2) 29 ; CHECK: sdb %f0, 4088(%r2) 42 ; CHECK: sdb %f0, 0(%r2) 54 ; CHECK: sdb %f0, 0(%r2) 66 ; CHECK: sdb %f0, 800(%r1,%r2) 79 ; CHECK: sdb %f0, 16{{[04]}}(%r15)
|
| /minix3/usr.sbin/pwd_mkdb/ |
| H A D | pwd_mkdb.c | 170 static struct pwddb sdb, idb; variable 392 opendb(&sdb, _PATH_SMP_DB, username, req_version, flags, PERM_SECURE); in main() 420 if (getdbent(&sdb, _PW_KEYBYNAME, username, &tpwd)) in main() 484 rv = getdbent(&sdb, _PW_KEYBYNUM, &lineno, &tpwd); in main() 496 if (!getdbent(&sdb, _PW_KEYBYUID, &olduid, &tpwd)) { in main() 501 deldbent(&sdb, _PW_KEYBYUID, &olduid); in main() 512 if (!getdbent(&sdb, _PW_KEYBYUID, &pwd.pw_uid, &tpwd)) in main() 520 putdbents(&sdb, &pwd, pwd.pw_passwd, flags, lineno, dbflg, in main() 544 putdbents(&sdb, &pwd, pwd.pw_passwd, flags, in main() 549 putyptoken(&sdb); in main() [all …]
|
| /minix3/external/bsd/bind/dist/contrib/sdb/ldap/ |
| H A D | README.zone2ldap | 3 To Compile zone2ldap from contrib/sdb directory:
|
| H A D | README.ldap | 2 database interface "sdb". This is release 1.0-beta and should be pretty 44 contact me. See also http://www.venaas.no/ldap/bind-sdb/ for information.
|
| H A D | INSTALL.ldap | 2 http://www.venaas.no/ldap/bind-sdb/ for updates or other information. 8 the instructions in doc/misc/sdb, if my instructions don't make sense, 49 LDAP server at http://www.venaas.no/ldap/bind-sdb/
|
| /minix3/external/bsd/bind/dist/contrib/ |
| H A D | README | 35 - sdb/
|
| /minix3/tests/ipf/regress/ |
| H A D | i9 | 17 …th opt mtur,mtup,encode,ts,tr,sec,cipso,satid,ssrr,visa,imitd,eip,finn,dps,sdb,nsapa,rtralrt,ump,a…
|
| /minix3/external/bsd/bind/dist/lib/dns/include/dns/ |
| H A D | Makefile.in | 36 sdb.h sdlz.h secalg.h secproto.h soa.h ssu.h stats.h \
|
| /minix3/tests/ipf/expected/ |
| H A D | i9 | 17 …p,mtur,encode,ts,tr,sec,e-sec,cipso,satid,ssrr,addext,visa,imitd,eip,finn,dps,sdb,nsapa,rtralrt,ump
|
| /minix3/external/bsd/bind/dist/lib/dns/win32/ |
| H A D | libdns.mak.in | 204 -@erase "$(INTDIR)\sdb.obj" 338 "$(INTDIR)\sdb.obj" \ 575 -@erase "$(INTDIR)\sdb.obj" 576 -@erase "$(INTDIR)\sdb.sbr" 728 "$(INTDIR)\sdb.sbr" \ 843 "$(INTDIR)\sdb.obj" \ 1924 SOURCE=..\sdb.c 1929 "$(INTDIR)\sdb.obj" : $(SOURCE) "$(INTDIR)" 1936 "$(INTDIR)\sdb.obj" "$(INTDIR)\sdb.sbr" : $(SOURCE) "$(INTDIR)"
|
| H A D | libdns.dsp.in | 371 SOURCE=..\include\dns\sdb.h 697 SOURCE=..\sdb.c
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFP.td | 328 def SDBR : BinaryRRE<"sdb", 0xB31B, fsub, FP64, FP64>; 332 def SDB : BinaryRXE<"sdb", 0xED1B, fsub, FP64, load, 8>;
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/SystemZ/ |
| H A D | insn-bad.s | 2796 #CHECK: sdb %f0, -1 2798 #CHECK: sdb %f0, 4096 2800 sdb %f0, -1 2801 sdb %f0, 4096
|
| H A D | insn-good.s | 7357 #CHECK: sdb %f0, 0 # encoding: [0xed,0x00,0x00,0x00,0x00,0x1b] 7358 #CHECK: sdb %f0, 4095 # encoding: [0xed,0x00,0x0f,0xff,0x00,0x1b] 7359 #CHECK: sdb %f0, 0(%r1) # encoding: [0xed,0x00,0x10,0x00,0x00,0x1b] 7360 #CHECK: sdb %f0, 0(%r15) # encoding: [0xed,0x00,0xf0,0x00,0x00,0x1b] 7361 #CHECK: sdb %f0, 4095(%r1,%r15) # encoding: [0xed,0x01,0xff,0xff,0x00,0x1b] 7362 #CHECK: sdb %f0, 4095(%r15,%r1) # encoding: [0xed,0x0f,0x1f,0xff,0x00,0x1b] 7363 #CHECK: sdb %f15, 0 # encoding: [0xed,0xf0,0x00,0x00,0x00,0x1b] 7365 sdb %f0, 0 7366 sdb %f0, 4095 7367 sdb %f0, 0(%r1) [all …]
|
| /minix3/external/bsd/bind/dist/ |
| H A D | CHANGES | 2393 3305. [func] Add wire format lookup method to sdb. [RT #28563] 3646 2941. [bug] sdb and sdlz (dlz's zone database) failed to support 4752 2618. [bug] The sdb and sdlz db_interator_seek() methods could 5147 2500. [contrib] contrib/sdb/pgsql/zonetodb.c called non-existent 5761 2307. [bug] Remove infinite loop from lib/dns/sdb.c. [RT #17496] 6249 2155. [contrib] SQLite sdb module from jaboydjr@netwalk.com. 7611 1707. [contrib] sdb/ldap updated to version 1.0-beta. 7658 1691. [bug] sdb's attachversion was not complete. [RT #11990] 8204 1505. [bug] Uninitialized rdataset in sdb. [RT #8750] 8639 1353. [contrib] sdb/ldap to version 0.9. [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Disassembler/SystemZ/ |
| H A D | insns.txt | 6547 # CHECK: sdb %f0, 0 6550 # CHECK: sdb %f0, 4095 6553 # CHECK: sdb %f0, 0(%r1) 6556 # CHECK: sdb %f0, 0(%r15) 6559 # CHECK: sdb %f0, 4095(%r1,%r15) 6562 # CHECK: sdb %f0, 4095(%r15,%r1) 6565 # CHECK: sdb %f15, 0
|
| /minix3/etc/ |
| H A D | services | 4108 scientia-sdb 1811/tcp # Scientia-SDB [SYSTEMS_MANAGER] … 4109 scientia-sdb 1811/udp # Scientia-SDB [SYSTEMS_MANAGER] …
|