HomeSort by: relevance | last modified time | path
    Searched refs:KSYMS_CLOSEST (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/ddb/
db_sym.h 37 #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 */
db_sym.c 350 strategy|KSYMS_CLOSEST) == 0) {
354 strategy|KSYMS_CLOSEST) != 0)
429 strategy|KSYMS_CLOSEST) == 0) {
433 strategy|KSYMS_CLOSEST) != 0)
  /src/sys/sys/
ksyms.h 131 #define KSYMS_CLOSEST 0001 /* Nearest lower match */
  /src/sys/external/bsd/drm2/dist/drm/
drm_print.c 83 if (ksyms_getname(&mod, &sym, val, KSYMS_PROC|KSYMS_CLOSEST) == 0) {
  /src/sys/arch/sparc64/sparc64/
machdep.c 838 KSYMS_CLOSEST|KSYMS_PROC|KSYMS_ANY) == 0) {
840 KSYMS_CLOSEST|KSYMS_PROC|KSYMS_ANY);

Completed in 14 milliseconds