Lines Matching refs:ktr_code
717 (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()
1875 printf("%s", LINUX_SYSCALLNAMES(sv_flags, ktr->ktr_code)); in linux_ktrsyscall()
1877 printf("[%d]", ktr->ktr_code); in linux_ktrsyscall()
1893 unsigned code = ktr->ktr_code; in linux_ktrsysret()
1896 if (ktr->ktr_code < 0 || code >= NLINUX_SYSCALLS(sv_flags)) in linux_ktrsysret()
1897 printf("[%d] ", ktr->ktr_code); in linux_ktrsysret()