Lines Matching refs:strategy
213 db_search_symbol(db_addr_t val, db_strategy_t strategy, db_expr_t *offp)
231 (NULL, val, strategy, &newdiff);
242 if (ksyms_getname(&mod, &sym, (vaddr_t)val, strategy) == 0) {
293 * After matching the symbol according to the given strategy
308 db_symstr(char *buf, size_t buflen, db_expr_t off, db_strategy_t strategy)
324 cursym = db_search_symbol(off, strategy, &d);
333 if (strategy == DB_STGY_PROC) {
350 strategy|KSYMS_CLOSEST) == 0) {
352 if (strategy & KSYMS_PROC && val == off) {
354 strategy|KSYMS_CLOSEST) != 0)
366 if (strategy & KSYMS_PROC) {
383 db_printsym(db_expr_t off, db_strategy_t strategy,
405 cursym = db_search_symbol(off, strategy, &d);
416 if (strategy == DB_STGY_PROC) {
429 strategy|KSYMS_CLOSEST) == 0) {
431 if (strategy & KSYMS_PROC && uval == off) {
433 strategy|KSYMS_CLOSEST) != 0)
447 if (strategy & KSYMS_PROC) {