Home
last modified time | relevance | path

Searched refs:thunk_geterrno (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/usermode/dev/
H A Dld_thunkbus.c108 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 Dvatapi.c134 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 Dif_veth.c113 taa->u.veth.device, thunk_geterrno()); in veth_attach()
H A Dvaudio.c159 thunk_geterrno()); in vaudio_attach()
H A Dcpu.c229 oldpcb->pcb_errno = thunk_geterrno(); in cpu_switchto_atomic()
/netbsd-src/sys/arch/usermode/usermode/
H A Dtrap.c125 thunk_geterrno()); in setup_signal_handlers()
413 thunk_geterrno()); in signal_intr_establish()
439 lwp_errno = thunk_geterrno(); in pagefault()
H A Dpmap.c231 "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 Dthunk.c369 thunk_geterrno(void) in thunk_geterrno() function
/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h99 int thunk_geterrno(void);