Home
last modified time | relevance | path

Searched refs:ktr_code (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.bin/kdump/
HDkdump.c717 (ktr->ktr_code >= nsyscalls || ktr->ktr_code < 0)) in ktrsyscall()
718 printf("[%d]", ktr->ktr_code); in ktrsyscall()
720 printf("%s", syscallnames[ktr->ktr_code]); in ktrsyscall()
722 printf("[%d]", ktr->ktr_code); in ktrsyscall()
729 switch (ktr->ktr_code) { in ktrsyscall()
753 switch (ktr->ktr_code) { in ktrsyscall()
1339 int code = ktr->ktr_code; in ktrsysret()
1869 unsigned code = ktr->ktr_code; in linux_ktrsyscall()
1872 if (ktr->ktr_code < 0 || code >= NLINUX_SYSCALLS(sv_flags)) in linux_ktrsyscall()
1873 printf("[%d]", ktr->ktr_code); in linux_ktrsyscall()
[all …]
/NextBSD/sys/sys/
HDktrace.h88 short ktr_code; /* syscall number */ member
101 short ktr_code; member
/NextBSD/sys/kern/
HDkern_ktrace.c461 ktp->ktr_code = code;
482 ktp->ktr_code = code;