Searched refs:bte (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | bptree.c | 125 bptree_entry_phys_t bte = { 0 }; in bptree_add() local 137 bte.be_birth_txg = birth_txg; in bptree_add() 138 bte.be_bp = *bp; in bptree_add() 139 dmu_write(os, obj, bt->bt_end * sizeof (bte), sizeof (bte), &bte, tx); in bptree_add() 212 bptree_entry_phys_t bte; in bptree_iterate() local 215 err = dmu_read(os, obj, i * sizeof (bte), sizeof (bte), in bptree_iterate() 216 &bte, DMU_READ_NO_PREFETCH); in bptree_iterate() 224 i, (longlong_t)bte.be_birth_txg, in bptree_iterate() 225 (longlong_t)bte.be_zb.zb_objset, in bptree_iterate() 226 (longlong_t)bte.be_zb.zb_object, in bptree_iterate() [all …]
|
| /NextBSD/sys/dev/ida/ |
| HD | idareg.h | 315 u_int32_t bte; /* Blink time elapsed (sense only) */ member
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 104 if (auto *bte = dyn_cast<CXXBindTemporaryExpr>(s)) in IgnoreImplicit() local 105 s = bte->getSubExpr(); in IgnoreImplicit()
|
| /NextBSD/contrib/binutils/include/opcode/ |
| HD | ChangeLog-9103 | 820 * i860.h (btne, bte, bla): Changed these opcodes
|