HomeSort by: relevance | last modified time | path
    Searched defs:pt_strings (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sys_ptrace_common.c 148 static const char *pt_strings[] = { PT_STRINGS }; variable in typeref:typename:const char * []
1098 (u_int)req < __arraycount(pt_strings) ? pt_strings[req] : "???",
sys_ptrace_common.c 148 static const char *pt_strings[] = { PT_STRINGS }; variable in typeref:typename:const char * []
1098 (u_int)req < __arraycount(pt_strings) ? pt_strings[req] : "???",

Completed in 25 milliseconds