Searched refs:SRCS (Results 76 - 100 of 2188) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/modules/sfxge/
H A DMakefile7 SRCS= device_if.h bus_if.h pci_if.h macro
8 SRCS+= opt_inet.h opt_inet6.h opt_sched.h opt_rss.h
11 SRCS+= sfxge.c sfxge_dma.c sfxge_ev.c
12 SRCS+= sfxge_intr.c sfxge_mcdi.c sfxge_nvram.c
13 SRCS+= sfxge_port.c sfxge_rx.c sfxge_tx.c
14 SRCS+= sfxge.h sfxge_rx.h sfxge_tx.h sfxge_version.h
17 SRCS+= efx_bootcfg.c efx_crc32.c efx_ev.c efx_intr.c efx_lic.c efx_mac.c
18 SRCS+= efx_mcdi.c efx_mon.c efx_nic.c
19 SRCS+= efx_nvram.c efx_phy.c efx_port.c efx_rx.c efx_sram.c efx_tx.c
20 SRCS
[all...]
/freebsd-11-stable/usr.sbin/autofs/
H A DMakefile5 SRCS= automount.c macro
6 SRCS+= automountd.c
7 SRCS+= autounmountd.c
8 SRCS+= common.c
9 SRCS+= defined.c
10 SRCS+= getmntopts.c
11 SRCS+= log.c
12 SRCS+= popen.c
13 SRCS+= token.l
/freebsd-11-stable/sbin/hastd/
H A DMakefile7 SRCS= activemap.c macro
8 SRCS+= control.c crc32.c
9 SRCS+= ebuf.c event.c
10 SRCS+= hast_checksum.c hast_compression.c hast_proto.c hastd.c hooks.c
11 SRCS+= lzf.c
12 SRCS+= metadata.c
13 SRCS+= nv.c
14 SRCS+= secondary.c
15 SRCS+= parse.y pjdlog.c primary.c
16 SRCS
[all...]
/freebsd-11-stable/usr.bin/clang/lld/
H A DMakefile29 SRCS+= Common/Args.cpp
30 SRCS+= Common/DWARF.cpp
31 SRCS+= Common/ErrorHandler.cpp
32 SRCS+= Common/Filesystem.cpp
33 SRCS+= Common/Memory.cpp
34 SRCS+= Common/Reproduce.cpp
35 SRCS+= Common/Strings.cpp
36 SRCS+= Common/TargetOptionsCommandFlags.cpp
37 SRCS+= Common/Threads.cpp
38 SRCS
[all...]
/freebsd-11-stable/tools/tools/ath/athdecode/
H A DMakefile8 SRCS= main.c macro
9 SRCS+= dumpregs_5210.c
10 SRCS+= dumpregs_5211.c
11 SRCS+= dumpregs_5212.c
12 SRCS+= dumpregs_5416.c
13 SRCS+= opt_ah.h
/freebsd-11-stable/tools/tools/ath/athpoke/
H A DMakefile8 SRCS= athpoke.c macro
9 SRCS+= dumpregs_5210.c
10 SRCS+= dumpregs_5211.c
11 SRCS+= dumpregs_5212.c
12 SRCS+= dumpregs_5416.c
13 SRCS+= opt_ah.h
/freebsd-11-stable/sys/modules/bwn/
H A DMakefile6 SRCS= if_bwn.c if_bwnreg.h if_bwnvar.h macro
7 SRCS+= if_bwn_util.c
10 SRCS+= if_bwn_phy_common.c
11 SRCS+= if_bwn_phy_g.c if_bwn_phy_lp.c
12 SRCS+= if_bwn_phy_n.c
15 SRCS+= device_if.h bus_if.h pci_if.h opt_bwn.h opt_wlan.h
22 #SRCS+= if_bwn_radio_2055.c
23 #SRCS+= if_bwn_radio_2056.c
24 #SRCS+= if_bwn_radio_2057.c
25 #SRCS
[all...]
/freebsd-11-stable/sys/modules/qlxgbe/
H A DMakefile39 SRCS=ql_os.c ql_dbg.c ql_hw.c ql_misc.c ql_isr.c ql_ioctl.c macro
40 SRCS+= ql_reset.c
41 SRCS+= ql_fw.c
42 SRCS+= ql_boot.c
43 SRCS+= ql_minidump.c
45 SRCS+= device_if.h bus_if.h pci_if.h
/freebsd-11-stable/sys/modules/sound/driver/emu10kx/
H A DMakefile6 SRCS= device_if.h bus_if.h pci_if.h macro
7 SRCS+= isa_if.h channel_if.h ac97_if.h mixer_if.h mpufoi_if.h
8 SRCS+= vnode_if.h
10 SRCS+= emu10kx.c
11 SRCS+= emu10kx-pcm.c
12 SRCS+= emu10kx-midi.c
/freebsd-11-stable/sys/modules/dummynet/
H A DMakefile5 SRCS= ip_dummynet.c macro
6 SRCS+= ip_dn_glue.c ip_dn_io.c
7 SRCS+= dn_aqm_codel.c dn_aqm_pie.c
8 SRCS+= dn_heap.c dn_sched_fifo.c dn_sched_qfq.c dn_sched_rr.c dn_sched_wf2q.c
9 SRCS+= dn_sched_prio.c dn_sched_fq_codel.c dn_sched_fq_pie.c
10 SRCS+= opt_inet6.h
/freebsd-11-stable/sys/modules/ndis/
H A DMakefile6 SRCS= subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c macro
7 SRCS+= kern_windrv.c subr_usbd.c
8 SRCS+= device_if.h bus_if.h pci_if.h vnode_if.h
9 SRCS+= opt_bus.h opt_usb.h usb_if.h usbdevs.h
12 SRCS+= winx64_wrap.S
16 SRCS+= winx32_wrap.S
/freebsd-11-stable/tests/sys/audit/
H A DMakefile18 SRCS.file-attribute-access+= file-attribute-access.c
19 SRCS.file-attribute-access+= utils.c
20 SRCS.file-attribute-modify+= file-attribute-modify.c
21 SRCS.file-attribute-modify+= utils.c
22 SRCS.file-create+= file-create.c
23 SRCS.file-create+= utils.c
24 SRCS.file-delete+= file-delete.c
25 SRCS.file-delete+= utils.c
26 SRCS.file-close+= file-close.c
27 SRCS
[all...]
/freebsd-11-stable/sbin/geom/class/eli/
H A DMakefile7 SRCS= g_eli_crypto.c macro
8 SRCS+= g_eli_hmac.c
9 SRCS+= g_eli_key.c
10 SRCS+= pkcs5v2.c
11 SRCS+= sha256c.c
12 SRCS+= sha512c.c
/freebsd-11-stable/lib/libclang_rt/profile/
H A DMakefile14 SRCS+= profile/GCDAProfiling.c
15 SRCS+= profile/InstrProfiling.c
16 SRCS+= profile/InstrProfilingBuffer.c
17 SRCS+= profile/InstrProfilingFile.c
18 SRCS+= profile/InstrProfilingMerge.c
19 SRCS+= profile/InstrProfilingMergeFile.c
20 SRCS+= profile/InstrProfilingNameVar.c
21 SRCS+= profile/InstrProfilingPlatformLinux.c
22 SRCS+= profile/InstrProfilingPlatformOther.c
23 SRCS
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libopcodes/
H A DMakefile.m68k5 SRCS+= m68k-dis.c m68k-opc.c
H A DMakefile.powerpc3 SRCS+= ppc-dis.c ppc-opc.c
H A DMakefile.sparc5 SRCS+= sparc-dis.c sparc-opc.c
H A DMakefile.sparc643 SRCS+= sparc-dis.c sparc-opc.c
/freebsd-11-stable/lib/libc/isc/
H A DMakefile.inc6 SRCS+= ev_streams.c ev_timers.c
/freebsd-11-stable/lib/libc/mips/net/
H A DMakefile.inc4 SRCS+= htonl.S ntohl.S htons.S ntohs.S
/freebsd-11-stable/sys/modules/canbepm/
H A DMakefile5 SRCS = canbepm.c macro
6 SRCS += device_if.h bus_if.h canbus_if.h
/freebsd-11-stable/sys/modules/geom/geom_part/geom_part_pc98/
H A DMakefile6 SRCS= g_part_pc98.c macro
8 SRCS+= bus_if.h device_if.h g_part_if.h
/freebsd-11-stable/sys/modules/pmc/
H A DMakefile6 SRCS= pmc.c macro
7 SRCS+= bus_if.h device_if.h isa_if.h
/freebsd-11-stable/sys/modules/sound/driver/
H A DMakefile.inc3 SRCS+= ac97_if.h channel_if.h feeder_if.h mixer_if.h
/freebsd-11-stable/usr.bin/gcore/
H A DMakefile5 SRCS= elfcore.c gcore.c macro
9 SRCS+= elf32core.c

Completed in 124 milliseconds

1234567891011>>