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

  /src/sys/arch/x68k/stand/libdos/
dos_errno.c 1 /* $NetBSD: dos_errno.c,v 1.1 1998/09/01 19:53:25 itohy Exp $ */
4 int dos_errno; variable in typeref:typename:int
dos_cerror.S 1 | Writes Human68k DOS error number to dos_errno.
10 #include "dos_errno.h"
19 movel %d0,_C_LABEL(dos_errno)
dos_procerr.S 1 | Writes Human68k DOS process error number to dos_errno.
10 #include "dos_errno.h"
18 movel %d0,_C_LABEL(dos_errno)
dos_errno.h 2 * dos_errno.h
8 * $NetBSD: dos_errno.h,v 1.6 2011/02/21 02:31:59 itohy Exp $
17 extern int dos_errno;
Makefile 14 SRCS+= dos_cerror.S dos_procerr.S dos_errno.c dos_strerror.S
60 dos_strerror.S: ${.CURDIR}/dos_errno.h ${MAKESTRERR}
62 @${TOOL_AWK} -f ${MAKESTRERR} ${.CURDIR}/dos_errno.h > ${.TARGET}\
  /src/sys/arch/x68k/stand/common/
xprintf.c 18 #include <dos_errno.h>
284 int e = dos_errno;
329 int e = dos_errno;

Completed in 34 milliseconds