Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dconfigure19 sys=`uname -s`
21 realsys="$sys"
30 if [ "$sys" = "DragonFly" ]
32 sys=freebsd
36 sys=kfreebsd
38 if [ "$sys" = "GNU" ]
40 sys=gnu
42 if [ "$sys" = "CYGWIN_NT-5.1" -o "$sys" = "CYGWIN_NT-6.0" ]
44 sys=cygwin
46 HOST=${3:-$cpu-$sys}
[all …]
H A DMakefile37 CFLAGS += -I/usr/src/sys
/pciutils/
H A DREADME.Windows14 - win32-kldbg - Kernel Local Debugging Driver kldbgdrv.sys
24 Kernel Local Debugging Driver kldbgdrv.sys. This driver is not part of the
26 have kldbgdrv.sys driver installed in the system32 directory or to have
27 windbg.exe or kd.exe binary in PATH. kldbgdrv.sys driver has some restrictions.
H A DREADME20 Linux (via /sys/bus/pci, /proc/bus/pci or i386 ports)
H A DChangeLog163 One uses the NT SysDbg interface, the other uses kldbgdrv.sys
1387 * lib/sysdep.h: No need to include <sys/types.h> on FreeBSD, because
1486 * lib/internal.h: <sys/param.h> required on Windows for endianity
1644 * lib/pci.h: Types declared in <sys/types.h> should be usable on all
1661 * lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
2255 * lib/i386-ports.c: Include sys/io.h only on glibc systems.