Searched refs:thunk_geterrno (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/arch/usermode/dev/ |
| H A D | ld_thunkbus.c | 108 aprint_error(": couldn't open %s: %d\n", path, thunk_geterrno()); in ld_thunkbus_attach() 112 aprint_error(": couldn't stat %s: %d\n", path, thunk_geterrno()); in ld_thunkbus_attach() 292 bp->b_error = thunk_geterrno(); in ld_thunkbus_complete() 314 return thunk_geterrno(); in ld_thunkbus_lddump() 333 return thunk_geterrno(); in ld_thunkbus_ioctl()
|
| H A D | vatapi.c | 134 aprint_error(": error %d opening path\n", thunk_geterrno()); in vatapi_attach() 345 printf("thunk_ioctl == -1, errno %d\n", thunk_geterrno()); in vatapi_complete()
|
| H A D | if_veth.c | 113 taa->u.veth.device, thunk_geterrno()); in veth_attach()
|
| H A D | vaudio.c | 159 thunk_geterrno()); in vaudio_attach()
|
| H A D | cpu.c | 229 oldpcb->pcb_errno = thunk_geterrno(); in cpu_switchto_atomic()
|
| /netbsd-src/sys/arch/usermode/usermode/ |
| H A D | trap.c | 125 thunk_geterrno()); in setup_signal_handlers() 413 thunk_geterrno()); in signal_intr_establish() 439 lwp_errno = thunk_geterrno(); in pagefault()
|
| H A D | pmap.c | 231 "failed (%d)\n", thunk_geterrno()); in pmap_bootstrap() 239 "failed (%d)\n", thunk_geterrno()); in pmap_bootstrap() 798 (void *)va, addr, thunk_geterrno()); in pmap_page_activate()
|
| H A D | thunk.c | 369 thunk_geterrno(void) in thunk_geterrno() function
|
| /netbsd-src/sys/arch/usermode/include/ |
| H A D | thunk.h | 99 int thunk_geterrno(void);
|