Home | Sort by: relevance | last modified time | path |
/src/usr.bin/ktruss/ | |
dump.c | 81 static const char * const ptrace_machdep_ops[] = { PT_MACHDEP_STRINGS }; variable in typeref:typename:const char * const[] 588 __arraycount(ptrace_machdep_ops)) 589 xwprintf("(%s", ptrace_machdep_ops[*ap - PT_FIRSTMACH]); |
/src/usr.bin/kdump/ | |
kdump.c | 102 static const char * const ptrace_machdep_ops[] = { PT_MACHDEP_STRINGS }; variable in typeref:typename:const char * const[] 1014 __arraycount(ptrace_machdep_ops)) 1015 (void)printf("%s", ptrace_machdep_ops[*ap - PT_FIRSTMACH]); |