Searched refs:pinsyscall (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/sys/ |
H A D | proc.h | 126 struct pinsyscall { struct 260 struct pinsyscall ps_pin; /* static or ld.so */ 261 struct pinsyscall ps_libcpin; /* libc.so, from pinsyscalls(2) */
|
H A D | syscall_mi.h | 58 struct pinsyscall *pin = NULL, *ppin, *plibcpin; in pin_check()
|
/openbsd/usr.bin/kdump/ |
H A D | kdump.c | 1500 ktrpinsyscall(struct ktr_pinsyscall *pinsyscall, size_t len) in ktrpinsyscall() argument 1505 if (pinsyscall->syscall >= SYS_MAXSYSCALL || pinsyscall->syscall < 0) in ktrpinsyscall() 1506 (void)printf("[%d]", pinsyscall->syscall); in ktrpinsyscall() 1508 (void)printf("%s", syscallnames[pinsyscall->syscall]); in ktrpinsyscall() 1509 (void)printf(", addr %lx, errno %d", pinsyscall->addr, in ktrpinsyscall() 1510 pinsyscall->error); in ktrpinsyscall() 1511 (void)printf(", errno %d", pinsyscall->error); in ktrpinsyscall() 1513 (void)printf(" %s", strerror(pinsyscall->error)); in ktrpinsyscall()
|