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

/freebsd-13-stable/contrib/sendmail/src/
H A Dudb.c198 DBC *dbc = NULL; local
229 if (dbc == NULL &&
232 NULL, &dbc, 0)) != 0)
235 NULL, &dbc)) != 0)
238 if (i != 0 || dbc == NULL ||
239 (errno = dbc->c_get(dbc, &key,
249 if (dbc != NULL)
251 (void) dbc->c_close(dbc);
[all...]
/freebsd-13-stable/contrib/sendmail/libsmdb/
H A Dsmdb2.c356 DBC *dbc = (DBC *) cursor->smdbc_impl; local
358 ret = db2_error_to_smdb(dbc->c_close(dbc));
368 DBC *dbc = (DBC *) cursor->smdbc_impl; local
370 return db2_error_to_smdb(dbc->c_del(dbc, 0));
382 DBC *dbc = (DBC *) cursor->smdbc_impl; local
389 result = dbc->c_get(dbc, &dbkey, &dbdata, db2_flags);
406 DBC *dbc local
[all...]
/freebsd-13-stable/sys/dev/firewire/
H A Diec68113.h68 uint8_t dbc; member in struct:ciphdr
/freebsd-13-stable/usr.sbin/fwcontrol/
H A Dfwmpegts.c82 |0|0| sid | dbs |fn | qpc |S|RSV| dbc |
241 fprintf(stderr, "DBC counter (CIP header): %d\n", ciph->dbc );
249 if (ciph->dbc % (1<<ciph->fn) == 0)
H A Dfwdv.c310 ciph->dbc = 0;
380 ciph->dbc = packets++ % 256;
/freebsd-13-stable/crypto/heimdal/lib/hdb/
H A Ddb3.c249 DBC *dbc = NULL; local
304 ret = (*d->cursor)(d, NULL, &dbc, 0);
309 db->hdb_dbc = dbc;
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c956 uint64_t dbc = 0xff0 | BE | TE; local
974 dbc |= type == WP_STORE ? 0x1000 : type == WP_LOAD ? 0x2000 : 0;
981 context->hw_dbp.control[num] = dbc;
/freebsd-13-stable/sys/dev/siis/
H A Dsiis.h275 u_int32_t dbc; member in struct:siis_dma_prd
H A Dsiis.c1045 prd[i].dbc = htole32(segs[i].ds_len);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_ahci.c196 uint32_t dbc; member in struct:ahci_prdt_entry
625 dbcsz = (prdt->dbc & DBCMASK) + 1;
803 dbcsz = (prdt->dbc & DBCMASK) + 1;
917 dbcsz = (prdt->dbc & DBCMASK) + 1;
1839 DPRINTF("%d@%08"PRIx64"", prdt->dbc & 0x3fffff, prdt->dba);
/freebsd-13-stable/sys/dev/ahci/
H A Dahci.h332 u_int32_t dbc; /* 0 based */ member in struct:ahci_dma_prd
H A Dahci.c1650 prd[i].dbc = htole32((segs[i].ds_len - 1) & AHCI_PRD_MASK);
/freebsd-13-stable/sys/dev/sym/
H A Dsym_hipd.c3651 * sym0 targ 0?: ERROR (ds:si) (so-si-sd) (sxfer/scntl3) @ name (dsp:dbc).
3669 * dbc: first word of script command.
4114 u32 dbc = INL (nc_dbc); local
4117 u_char cmd = dbc >> 24;
4122 sym_name(np), hsts, dbc, sbcl);
4193 u32 dbc; local
4209 dbc = INL (nc_dbc);
4212 cmd = dbc >> 24;
4213 rest = dbc & 0xffffff;

Completed in 214 milliseconds