Searched refs:dbc (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/sys/dev/ieee1394/
H A Diec68113.h70 uint8_t dbc; member in struct:ciphdr
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c180 dlz_ldap_connect(ldap_instance_t *dbi, dbinstance_t *dbc) { argument
185 if (dbc->dbconn != NULL) {
186 ldap_unbind_s((LDAP *)dbc->dbconn);
187 dbc->dbconn = NULL;
193 dbc->dbconn = ldap_init(dbi->hosts, LDAP_PORT);
194 if (dbc->dbconn == NULL) {
199 ldap_result = ldap_set_option((LDAP *)dbc->dbconn,
208 ldap_result = ldap_bind_s((LDAP *)dbc->dbconn, dbi->user, dbi->cred,
220 if (dbc->dbconn != NULL) {
221 ldap_unbind_s((LDAP *)dbc
300 dlz_ldap_process_results(ldap_instance_t *db, LDAP *dbc, LDAPMessage *msg, char **attrs, void *ptr, bool allnodes) argument
[all...]
/netbsd-current/usr.sbin/fwctl/
H A Dfwmpegts.c69 |0|0| sid | dbs |fn | qpc |S|RSV| dbc |
231 fprintf(stderr, "DBC counter (CIP header): %d\n", ciph->dbc );
239 if (ciph->dbc % (1<<ciph->fn) == 0)
H A Dfwdv.c323 ciph->dbc = 0;
394 ciph->dbc = packets++ % 256;
/netbsd-current/sys/dev/ic/
H A Dsiop_common.c726 int offset, dbc, sstat; local
751 dbc = bus_space_read_4(sc->sc_rt, sc->sc_rh, SIOP_DBC) & 0x00ffffff;
754 dbc +=
763 dbc += (dfifo - (dbc & 0x3ff)) & 0x3ff;
765 dbc += (dfifo - (dbc & 0x7f)) & 0x7f;
770 dbc++;
772 dbc++;
777 dbc
[all...]
H A Doosiop.c417 oosiop_fixup_move(struct oosiop_softc *sc, bus_addr_t addr, bus_size_t dbc, argument
424 dcmd |= dbc & 0x00ffffff;
588 uint32_t dsp, dbc, n, i, len; local
596 dbc = oosiop_read_4(sc, OOSIOP_DBC) & OOSIOP_DBC_MAX;
625 dbc += ((dfifo & OOSIOP_DFIFO_BO) - (dbc & OOSIOP_DFIFO_BO)) &
630 dbc++;
633 dbc++;
644 len -= dbc;
H A Dosiop.c1050 int dfifo, dbc, intcode, sstat1; local
1053 dbc = osiop_read_4(sc, OSIOP_DBC) & 0x00ffffff;
1203 int adjust = (dfifo - (dbc & 0x7f)) & 0x7f;
1209 acb->curlen = dbc + adjust;
1213 "curlen %lx dfifo %x dbc %x sstat1 %x "
1216 dbc, sstat1, adjust,
1344 "dbc %x sstat1 %x starts %d acb %p\n",
1351 dfifo, dbc, sstat1, osiopstarts, acb);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Ddb3.c376 DBC *dbc = NULL; local
429 ret = (*d->cursor)(d, NULL, &dbc, DB_CURSOR_BULK);
436 db->hdb_dbc = dbc;
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c860 sqlite3 *dbc = NULL; local
986 ret = sqlite3_open(s3->dbname, &dbc);
1000 dbi->dbconn = dbc;
1001 dbc = NULL;
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/mysql/
H A Ddlz_mysql_dynamic.c789 MYSQL *dbc; local
970 dbc = NULL;
982 for (j = 0; dbc == NULL && j < 4; j++) {
983 dbc = mysql_real_connect(
987 if (dbc == NULL) {
994 if (dbc == NULL) {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic4x/
H A Daddressing.s115 Type_A: dbc AR0,R0
116 dbc AR2,R0
117 dbc AR7,R0
/netbsd-current/sys/arch/prep/stand/boot/
H A Dsiop.c128 int offset, dbc; local
142 dbc = readl(adp->addr + SIOP_DBC) & 0x00ffffff;
143 xs->resid = dbc;
/netbsd-current/sys/arch/amiga/dev/
H A Dsiop2.c976 int dfifo, dbc, sstat0, sstat1, sstat2; local
979 dbc = rp->siop_dbc0;
1174 adjust = ((dfifo - (dbc & 0x7f)) & 0x7f);
1191 printf ("Phase mismatch: curbuf %lx curlen %lx dfifo %x dbc %x sstat1 %x adjust %x sbcl %x starts %d acb %p\n",
1193 dbc, sstat1, adjust, rp->siop_sbcl, siopngstarts, acb);
1295 printf ("%s: ID %02x disconnected TEMP %lx (+%lx) curbuf %lx curlen %lx buf %p len %lx dfifo %x dbc %x sstat1 %x starts %d acb %p\n",
1299 acb->ds.chain[0].databuf, acb->ds.chain[0].datalen, dfifo, dbc, sstat1, siopngstarts, acb);
H A Dsiop.c911 int dfifo, dbc, sstat1; local
914 dbc = rp->siop_dbc0;
1051 adjust = ((dfifo - (dbc & 0x7f)) & 0x7f);
1064 printf ("Phase mismatch: curbuf %lx curlen %lx dfifo %x dbc %x sstat1 %x adjust %x sbcl %x starts %d acb %p\n",
1066 dbc, sstat1, adjust, rp->siop_sbcl,
1160 printf ("%s: ID %02x disconnected TEMP %lx (+%lx) curbuf %lx curlen %lx buf %p len %lx dfifo %x dbc %x sstat1 %x starts %d acb %p\n",
1164 acb->ds.chain[0].databuf, acb->ds.chain[0].datalen, dfifo, dbc, sstat1, siopstarts, acb);
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dsiop.c132 int offset, dbc; local
146 dbc = readl(adp->addr + SIOP_DBC) & 0x00ffffff;
147 xs->resid = dbc;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/epiphany/
H A Dallinsn.d519 4f2: 6dbc 2400 strh fp,\[fp,\+0x3]
1297 00000dbc \<faddf16\>:
1298 dbc: 920f 2487 fadd r12,r12,r12
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dopc-f.d669 dbc: 00 00 00 20 nop\.b 0x0
1437 1dbc: 00 00 00 20 nop\.b 0x0
H A Dpsn.d669 dbc: 00 00 04 00 nop.i 0x0
1437 1dbc: 00 00 04 00 nop.i 0x0
H A Dopc-b.d669 dbc: 20 00 80 04 br\.few\.clr b2;;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dcortex-a8-fix-blx-bcond.d952 9dbc: f3af 8000 nop\.w
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dsysreg-1.d887 dbc: d519bc8f msr s3_1_c11_c12_4, x15
1911 1dbc: d51bbc8f msr s3_3_c11_c12_4, x15
2935 2dbc: d51dbc8f msr s3_5_c11_c12_4, x15
3959 3dbc: d51fbc8f msr s3_7_c11_c12_4, x15
H A Dneon-fp-cvt-int.d887 dbc: 6f49fce7 fcvtzu v7.2d, v7.2d, #55
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/d10v/
H A Dlabel-001.d959 dbc: 2f 00 5e 00 nop || nop
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mep/
H A Ddj1.be.d1314 dbc: f0 f5 38 80 smcpm0 \$c0,\(\$sp\+\),-128
H A Ddj1.le.d1314 dbc: f5 f0 80 38 smcpm0 \$c0,\(\$sp\+\),-128

Completed in 474 milliseconds

12