Searched refs:ktr_code (Results 1 – 3 of 3) sorted by relevance
638 (ktr->ktr_code >= nsyscalls || ktr->ktr_code < 0)) in ktrsyscall()639 printf("[%d]", ktr->ktr_code); in ktrsyscall()641 printf("%s", syscallnames[ktr->ktr_code]); in ktrsyscall()643 printf("[%d]", ktr->ktr_code); in ktrsyscall()658 switch (ktr->ktr_code) { in ktrsyscall()682 switch (ktr->ktr_code) { in ktrsyscall()1273 int code = ktr->ktr_code; in ktrsysret()1973 unsigned code = ktr->ktr_code; in linux_ktrsyscall()1976 if (ktr->ktr_code < 0 || code >= NLINUX_SYSCALLS(sv_flags)) in linux_ktrsyscall()1977 printf("[%d]", ktr->ktr_code); in linux_ktrsyscall()[all …]
88 short ktr_code; /* syscall number */ member101 short ktr_code; member
462 ktp->ktr_code = code;483 ktp->ktr_code = code;