Home
last modified time | relevance | path

Searched refs:dbg_t (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Ddebug_monitor.c53 enum dbg_t { enum
59 enum dbg_t type;
69 static u_int dbg_find_slot(enum dbg_t, db_expr_t);
70 static boolean_t dbg_check_slot_free(enum dbg_t, u_int);
461 dbg_check_slot_free(enum dbg_t type, u_int slot) in dbg_check_slot_free()
496 dbg_find_free_slot(enum dbg_t type) in dbg_find_free_slot()
521 dbg_find_slot(enum dbg_t type, db_expr_t addr) in dbg_find_slot()
/f-stack/freebsd/arm64/arm64/
H A Ddebug_monitor.c53 enum dbg_t { enum
286 dbg_find_free_slot(struct debug_monitor_state *monitor, enum dbg_t type) in dbg_find_free_slot()
314 dbg_find_slot(struct debug_monitor_state *monitor, enum dbg_t type, in dbg_find_slot()