Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dnsdispatch.c287 dbt->srclist = vector_append(src, dbt->srclist, &dbt->srclistsize, in _nsdbtaddsrc()
302 printf("%s (%d source%s):", dbt->name, dbt->srclistsize, in _nsdbtdump()
424 memmove(p, dbt, sizeof(*dbt)); in _nsdbtput()
433 ns_dbt_free(ns_dbt *dbt) in ns_dbt_free() argument
435 ns_src_free(&dbt->srclist, dbt->srclistsize); in ns_dbt_free()
436 if (dbt->name) in ns_dbt_free()
437 free((void *)dbt->name); in ns_dbt_free()
632 const ns_dbt *dbt; in _nsdispatch() local
646 dbt = NULL; in _nsdispatch()
678 if (dbt != NULL) { in _nsdispatch()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dsymlink.sh35 dbt=`sysctl -n vfs.dirtybufthresh`
36 [ $dbt -lt 1000 ] && echo "Note: vfs.dirtybufthresh = $dbt"
H A Dsymlink5.sh38 dbt=`sysctl -n vfs.dirtybufthresh`
39 [ $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)?
404 # like dbase-memo.dbt
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
444 # unusual dBASE III DBT like fsadress.dbt umlaut-dbf-cmd.dbt
466 # examples like: angest.dbt
482 !:mime application/x-dbt
483 !:ext dbt
493 # like: "WHAT IS XBASE" test.dbt "Borges, Malte" biblio.dbt "First memo\032\032" T2.DBT
506 !:mime application/x-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 Dimages2682 # +image data size (800Ch 2000Ch 2580C for 16BPP) (02000003h for dBase memo test.dbt)
2684 # CLUT or data size remainder is 12 (Ch), but 03 for dBase memo test.dbt
2686 # 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.c5482 dmu_buf_t *dbt; in ztest_dmu_read_write_zcopy() local
5499 FTAG, &dbt, DMU_READ_NO_PREFETCH) == 0); in ztest_dmu_read_write_zcopy()
5512 dmu_buf_rele(dbt, FTAG); in ztest_dmu_read_write_zcopy()