Home
last modified time | relevance | path

Searched refs:sv_errtbl (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A Dsysent.h62 int *sv_errtbl; /* errno translation table */ member
/dragonfly/sys/cpu/x86_64/misc/
H A Delf_machdep.c46 .sv_errtbl = NULL,
/dragonfly/sys/kern/
H A Dinit_main.c346 .sv_errtbl = NULL,
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dtrap.c1170 error = p->p_sysent->sv_errtbl[error]; in syscall2()
/dragonfly/sys/platform/pc64/x86_64/
H A Dtrap.c1334 error = p->p_sysent->sv_errtbl[error]; in syscall2()