Searched refs:db_next (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/ddb/
H A Ddb_command.h54 extern db_addr_t db_next; /* next address to be examined
H A Ddb_write_cmd.c86 db_next = addr;
H A Ddb_command.c66 db_addr_t db_next; variable
352 addr = (db_expr_t)db_next;
479 db_dot = db_next;
487 db_next = db_dot;
509 db_next = db_dot;
535 db_prev = db_next = db_dot;
H A Ddb_examine.c182 db_next = addr;
326 db_next = addr;
H A Ddb_expr.c79 *valuep = (db_expr_t) db_next;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode_sync.c422 dmu_buf_impl_t *db, *db_next; local
425 for (db = avl_first(&dn->dn_dbufs); db != NULL; db = db_next) {
457 db_next = AVL_NEXT(&dn->dn_dbufs, &db_marker);
462 db_next = AVL_NEXT(&dn->dn_dbufs, db);
H A Ddbuf.c1334 dmu_buf_impl_t *db, *db_next; local
1353 for (; db != NULL; db = db_next) {
1354 db_next = AVL_NEXT(&dn->dn_dbufs, db);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dsuj.c101 LIST_ENTRY(data_blk) db_next;
351 LIST_FOREACH(dblk, hd, db_next)
359 LIST_INSERT_HEAD(hd, dblk, db_next);
401 LIST_FOREACH(dblk, &dbhash[i], db_next) {

Completed in 134 milliseconds