Home
last modified time | relevance | path

Searched refs:hyperv (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/conf/
H A Dfiles.x86132 dev/hyperv/hvsock/hv_sock.c optional hyperv
133 dev/hyperv/input/hv_hid.c optional hyperv hvhid
134 dev/hyperv/input/hv_kbd.c optional hyperv
135 dev/hyperv/input/hv_kbdc.c optional hyperv
136 dev/hyperv/pcib/vmbus_pcib.c optional hyperv pci
137 dev/hyperv/netvsc/hn_nvs.c optional hyperv
138 dev/hyperv/netvsc/hn_rndis.c optional hyperv
139 dev/hyperv/netvsc/if_hn.c optional hyperv
140 dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c optional hyperv
141 dev/hyperv/utilities/hv_kvp.c optional hyperv
[all …]
H A Dfiles.arm64337 dev/hyperv/vmbus/hyperv.c optional hyperv acpi
338 dev/hyperv/vmbus/aarch64/hyperv_aarch64.c optional hyperv acpi
339 dev/hyperv/vmbus/vmbus.c optional hyperv acpi pci
340 dev/hyperv/vmbus/aarch64/vmbus_aarch64.c optional hyperv acpi
341 dev/hyperv/vmbus/vmbus_if.m optional hyperv acpi
342 dev/hyperv/vmbus/vmbus_res.c optional hyperv acpi
343 dev/hyperv/vmbus/vmbus_xact.c optional hyperv acpi
344 dev/hyperv/vmbus/aarch64/hyperv_machdep.c optional hyperv acpi
345 dev/hyperv/vmbus/vmbus_chan.c optional hyperv acpi
346 dev/hyperv/vmbus/hyperv_busdma.c optional hyperv acpi
[all …]
/freebsd/sys/modules/hyperv/storvsc/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/hyperv/storvsc \
2 ${SRCTOP}/sys/dev/hyperv/vmbus \
9 CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
10 -I${SRCTOP}/sys/dev/hyperv/vmbus \
11 -I${SRCTOP}/sys/dev/hyperv/storvsc
/freebsd/sys/modules/hyperv/vmbus/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/hyperv/vmbus \
2 ${SRCTOP}/sys/dev/hyperv/vmbus/${MACHINE_CPUARCH} \
3 ${SRCTOP}/sys/dev/hyperv/vmbus/x86
6 SRCS= hyperv.c \
38 CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
39 -I${SRCTOP}/sys/dev/hyperv/vmbus
/freebsd/sys/modules/hyperv/hvsock/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/hyperv/hvsock
8 CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
9 -I${SRCTOP}/sys/dev/hyperv/vmbus \
10 -I${SRCTOP}/sys/dev/hyperv/hvsock
/freebsd/libexec/hyperv/
H A DMakefile1 .PATH: ${SRCTOP}/contrib/hyperv/tools/scripts
3 BINDIR= ${LIBEXECDIR}/hyperv
5 PACKAGE= hyperv-tools
/freebsd/usr.sbin/hyperv/tools/kvp/
H A DMakefile3 HV_KVP_DAEMON_DISTDIR?= ${SRCTOP}/contrib/hyperv/tools
6 PACKAGE=hyperv-tools
10 CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/utilities
/freebsd/sys/modules/hyperv/hvuio/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/hyperv/hvuio \
4 ${SRCTOP}/sys/dev/hyperv/vmbus
10 CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/hvuio
/freebsd/sys/modules/hyperv/hid/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/hyperv/input
7 CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
8 -I${SRCTOP}/sys/dev/hyperv/vmbus
/freebsd/sys/modules/hyperv/pcib/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/hyperv/pcib \
2 ${SRCTOP}/sys/dev/hyperv/vmbus
9 CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/pcib
/freebsd/sys/modules/hyperv/utilities/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/hyperv/utilities
11 CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/include \
12 -I${SRCTOP}/sys/dev/hyperv/vmbus
/freebsd/sys/modules/hyperv/netvsc/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/hyperv/netvsc \
2 ${SRCTOP}/sys/dev/hyperv/vmbus
9 CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/netvsc
/freebsd/usr.sbin/hyperv/tools/vss/
H A DMakefile5 HV_VSS_DAEMON_DISTDIR?= ${SRCTOP}/contrib/hyperv/tools
8 PACKAGE=hyperv-tools
12 CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/utilities
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_hyperv6 PROJECT_NAME = "FreeBSD kernel hyperv device code"
12 INPUT = $(DOXYGEN_SRC_PATH)/dev/hyperv/ \
/freebsd/include/
H A DMakefile54 dev/hwpmc dev/hyperv \
179 .PATH: ${SRCTOP}/sys/dev/hyperv/include ${SRCTOP}/sys/dev/hyperv/utilities
181 hyperv.h
182 HYPERVDIR= ${INCLUDEDIR}/dev/hyperv
397 .for i in ${LDIRS} ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/coreboot:Ndev/evdev:Ndev/hid:Ndev/hyperv:Nd…
433 .for i in ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/coreboot:Ndev/evdev:Ndev/hid:Ndev/hyperv:Ndev/pci:Nd…
448 ${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/hyperv/include/hyperv.h \
449 ${SDESTDIR}${INCLUDEDIR}/dev/hyperv; \
450 …${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},dev} ../../../../sys/dev/hyperv/utilities/hv_snapshot.h…
451 ${SDESTDIR}${INCLUDEDIR}/dev/hyperv; \
/freebsd/sbin/devd/
H A DMakefile49 HYPERV+= hyperv.conf
50 HYPERVPACKAGE= hyperv-tools
/freebsd/etc/mtree/
H A DBSD.var.dist46 hyperv mode=0700 tags=package=hyperv-tools
/freebsd/sys/arm64/conf/
H A Dstd.hyperv5 device hyperv
H A Dstd.azure5 device hyperv
H A DGENERIC37 include "std.hyperv"
/freebsd/packages/hyperv-tools/
H A DMakefile1 WORLDPACKAGE= hyperv-tools
/freebsd/contrib/hyperv/tools/scripts/
H A Dhyperv_vfattach75 daemon -f /usr/libexec/hyperv/hyperv_vfattach \
/freebsd/targets/pseudo/userland/libexec/
H A DMakefile.depend17 libexec/hyperv \
/freebsd/targets/pseudo/userland/
H A DMakefile.depend758 usr.sbin/hyperv/tools \
759 usr.sbin/hyperv/tools/kvp \
760 usr.sbin/hyperv/tools/vss \
780 usr.sbin/hyperv/tools \
781 usr.sbin/hyperv/tools/kvp \
782 usr.sbin/hyperv/tools/vss \
/freebsd/libexec/
H A DMakefile66 _hyperv+= hyperv

12