Home
last modified time | relevance | path

Searched refs:dbt (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libc/net/
H A Dnsdispatch.c283 _nsdbtaddsrc(ns_dbt *dbt, const ns_src *src) in _nsdbtaddsrc() argument
287 dbt->srclist = vector_append(src, dbt->srclist, &dbt->srclistsize, in _nsdbtaddsrc()
298 _nsdbtdump(const ns_dbt *dbt) in _nsdbtdump() argument
302 printf("%s (%d source%s):", dbt->name, dbt->srclistsize, in _nsdbtdump()
303 dbt->srclistsize == 1 ? "" : "s"); in _nsdbtdump()
304 for (i = 0; i < (int)dbt->srclistsize; i++) { in _nsdbtdump()
305 printf(" %s", dbt->srclist[i].name); in _nsdbtdump()
306 if (!(dbt->srclist[i].flags & in _nsdbtdump()
308 (dbt->srclist[i].flags & NS_SUCCESS)) in _nsdbtdump()
311 if (!(dbt->srclist[i].flags & NS_SUCCESS)) in _nsdbtdump()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dsymlink5.sh38 dbt=`sysctl -n vfs.dirtybufthresh`
39 [ $dbt -lt 1000 ] && echo "Note: vfs.dirtybufthresh = $dbt"
H A Dsymlink.sh35 dbt=`sysctl -n vfs.dirtybufthresh`
36 [ $dbt -lt 1000 ] && echo "Note: vfs.dirtybufthresh = $dbt"
/freebsd/lib/libc/db/btree/
H A Dbt_overflow.c128 __ovfl_put(BTREE *t, const DBT *dbt, pgno_t *pg) in __ovfl_put() argument
141 for (last = NULL, p = dbt->data, sz = dbt->size;; in __ovfl_put()
/freebsd/contrib/file/magic/Magdir/
H A Ddatabase319 # .dbv and .dbt memo (Flagship)?
393 # by looking for valid terminating character Ctrl-Z like in test.dbt
396 # by checking second terminating character Ctrl-Z like in test.dbt
400 # second terminating character \0 like in dbase-memo.dbt or GRUB nativedisk.mod
404 # like dbase-memo.dbt
408 # unusual dBASE III DBT like angest.dbt, dBASE IV DBT with block size 0 , FoxPro FPT , or garbage …
410 # FoxPro FPT , unusual dBASE III DBT like biblio.dbt or garbage
435 # dBASE III DBT with two Ctr-Z terminating characters like dbase3dbt0_1.dbt dbase_83.dbt
438 # second terminating character \0 like in pcidump.mod or fsadress.dbt umlaut-dbf-cmd.dbt
442 # dBASE III DBT with Ctr-Z + \0 terminating characters like fsadress.dbt
[all …]
H A Dvms27 # GRR this test is still too general as it catches example adressen.dbt
H A Ddyadic14 # skip biblio.dbt
H A Dtplink18 # skip user.dbt by looking for positive hardware id
H A Dimages2879 # +image data size (800Ch 2000Ch 2580C for 16BPP) (02000003h for dBase memo test.dbt)
2881 # CLUT or data size remainder is 12 (Ch), but 03 for dBase memo test.dbt
2883 # skip dBase III memo test.dbt with invalid flags 22D10189h
/freebsd/sys/dev/ntb/
H A Dntb.c64 int i, mw, mwu, mwt, spad, spadu, spadt, db, dbu, dbt; in ntb_register_device() local
74 dbt = flsll(NTB_DB_VALID_MASK(dev)); in ntb_register_device()
77 "%d doorbells\n", mwt, spadt, dbt); in ntb_register_device()
93 db = (np && np[0] != 0) ? strtol(np, NULL, 10) : dbt - dbu; in ntb_register_device()
95 if (mw > mwt - mwu || spad > spadt - spadu || db > dbt - dbu) { in ntb_register_device()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c5521 dmu_buf_t *dbt; in ztest_dmu_read_write_zcopy() local
5538 FTAG, &dbt, DMU_READ_NO_PREFETCH) == 0); in ztest_dmu_read_write_zcopy()
5551 dmu_buf_rele(dbt, FTAG); in ztest_dmu_read_write_zcopy()