HomeSort by: relevance | last modified time | path
    Searched refs:thunk_geterrno (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/usermode/dev/
ld_thunkbus.c 108 aprint_error(": couldn't open %s: %d\n", path, thunk_geterrno());
112 aprint_error(": couldn't stat %s: %d\n", path, thunk_geterrno());
285 // printf("%s: errno = %d\n", __func__, thunk_geterrno());
291 // printf("ret = %d, errno %d?\n",(int) ret, thunk_geterrno());
292 bp->b_error = thunk_geterrno();
314 return thunk_geterrno();
333 return thunk_geterrno();
vatapi.c 134 aprint_error(": error %d opening path\n", thunk_geterrno());
345 printf("thunk_ioctl == -1, errno %d\n", thunk_geterrno());
vaudio.c 159 thunk_geterrno());
if_veth.c 113 taa->u.veth.device, thunk_geterrno());
cpu.c 229 oldpcb->pcb_errno = thunk_geterrno();
  /src/sys/arch/usermode/usermode/
trap.c 125 thunk_geterrno());
413 thunk_geterrno());
439 lwp_errno = thunk_geterrno();
pmap.c 231 "failed (%d)\n", thunk_geterrno());
239 "failed (%d)\n", thunk_geterrno());
798 (void *)va, addr, thunk_geterrno());
thunk.c 369 thunk_geterrno(void) function in typeref:typename:int
  /src/sys/arch/usermode/include/
thunk.h 99 int thunk_geterrno(void);

Completed in 18 milliseconds