Searched refs:KSYMS_PROC (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/ddb/
H A Ddb_sym.h39 #define DB_STGY_PROC (KSYMS_PROC|KSYMS_CLOSEST) /* only procedures */
H A Ddb_sym.c352 if (strategy & KSYMS_PROC && val == off) {
366 if (strategy & KSYMS_PROC) {
431 if (strategy & KSYMS_PROC && uval == off) {
447 if (strategy & KSYMS_PROC) {
/netbsd-current/sys/arch/amd64/include/
H A Dcsan.h108 error = ksyms_getname(&mod, &sym, (vaddr_t)rip, KSYMS_PROC);
H A Dmsan.h261 error = ksyms_getname(&mod, &sym, (vaddr_t)rip, KSYMS_PROC);
H A Dasan.h280 error = ksyms_getname(&mod, &sym, (vaddr_t)rip, KSYMS_PROC);
/netbsd-current/sys/sys/
H A Dksyms.h134 #define KSYMS_PROC 0100 /* Procedures only */ macro
/netbsd-current/sys/arch/arm/include/
H A Dasan.h278 error = ksyms_getname(&mod, &sym, (vaddr_t)lr, KSYMS_PROC);
/netbsd-current/sys/arch/aarch64/include/
H A Dasan.h254 error = ksyms_getname(&mod, &sym, (vaddr_t)lr, KSYMS_PROC);
/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/kern/
H A Dsubr_csan.c101 if (ksyms_getname(NULL, &newsym, (vaddr_t)new->pc, KSYMS_PROC) != 0) {
104 if (ksyms_getname(NULL, &oldsym, (vaddr_t)old->pc, KSYMS_PROC) != 0) {
H A Dsubr_msan.c179 if (ksyms_getname(&mod, &sym, (vaddr_t)ptr, KSYMS_PROC) ||
180 ksyms_getval(mod, sym, &symstart, KSYMS_PROC)) {
249 if (ksyms_getname(&mod, &sym, (vaddr_t)ptr, KSYMS_PROC)) {
H A Dkern_ksyms.c775 if ((f & KSYMS_PROC) && (type != STT_FUNC))
/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 360 milliseconds