Searched refs:ktr_code (Results 1 – 3 of 3) sorted by relevance
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()[all …]
88 short ktr_code; /* syscall number */ member101 short ktr_code; member
461 ktp->ktr_code = code;482 ktp->ktr_code = code;