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

/freebsd-13-stable/sys/ddb/
H A Ddb_command.h57 extern db_addr_t db_next; /* next address to be examined
H A Ddb_write_cmd.c88 db_next = addr;
H A Ddb_command.c69 db_addr_t db_next; variable
368 addr = (db_expr_t)db_next;
495 db_dot = db_next;
503 db_next = db_dot;
525 db_next = db_dot;
551 db_prev = db_next = db_dot;
H A Ddb_examine.c184 db_next = addr;
328 db_next = addr;
H A Ddb_expr.c82 *valuep = (db_expr_t) db_next;
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddnode_sync.c459 dmu_buf_impl_t *db, *db_next; local
464 for (db = avl_first(&dn->dn_dbufs); db != NULL; db = db_next) {
496 db_next = AVL_NEXT(&dn->dn_dbufs, db_marker);
501 db_next = AVL_NEXT(&dn->dn_dbufs, db);
H A Ddbuf.c1793 dmu_buf_impl_t *db, *db_next; local
1814 for (; db != NULL; db = db_next) {
1815 db_next = AVL_NEXT(&dn->dn_dbufs, db);

Completed in 111 milliseconds