Searched refs:KSYMS_CLOSEST (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/ddb/
H A Ddb_sym.h37 #define DB_STGY_ANY (KSYMS_ANY|KSYMS_CLOSEST) /* anything goes */
38 #define DB_STGY_XTRN (KSYMS_EXTERN|KSYMS_CLOSEST) /* only external symbols */
39 #define DB_STGY_PROC (KSYMS_PROC|KSYMS_CLOSEST) /* only procedures */
H A Ddb_sym.c350 strategy|KSYMS_CLOSEST) == 0) {
354 strategy|KSYMS_CLOSEST) != 0)
429 strategy|KSYMS_CLOSEST) == 0) {
433 strategy|KSYMS_CLOSEST) != 0)
/netbsd-current/sys/sys/
H A Dksyms.h131 #define KSYMS_CLOSEST 0001 /* Nearest lower match */ macro
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_print.c83 if (ksyms_getname(&mod, &sym, val, KSYMS_PROC|KSYMS_CLOSEST) == 0) {
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dmachdep.c838 KSYMS_CLOSEST|KSYMS_PROC|KSYMS_ANY) == 0) {
840 KSYMS_CLOSEST|KSYMS_PROC|KSYMS_ANY);

Completed in 254 milliseconds