OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrace_machdep_ops
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/ktruss/
dump.c
81
static const char * const
ptrace_machdep_ops
[] = { PT_MACHDEP_STRINGS };
variable
588
__arraycount(
ptrace_machdep_ops
))
589
xwprintf("(%s",
ptrace_machdep_ops
[*ap - PT_FIRSTMACH]);
/src/usr.bin/kdump/
kdump.c
103
static const char * const
ptrace_machdep_ops
[] = { PT_MACHDEP_STRINGS };
variable
1022
__arraycount(
ptrace_machdep_ops
))
1023
(void)printf("%s",
ptrace_machdep_ops
[*ap - PT_FIRSTMACH]);
Completed in 26 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026