Searched refs:snoop (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/snp/
H A Dsnp.c39 #include <sys/snoop.h>
46 static MALLOC_DEFINE(M_SNP, "snp", "tty snoop device");
52 "tty snoop registration", MTX_DEF);
58 "tty snoop registration");
139 /* Allocate per-snoop data. */
249 /* Bind TTY to snoop instance. */
/freebsd-11.0-release/usr.sbin/watch/
H A Dwatch.c22 #include <sys/snoop.h>
166 fatal(EX_OSFILE, "cannot open snoop device");
/freebsd-11.0-release/contrib/libpcap/
H A DMakefile.in330 pcap-snoop.c \
H A Dconfigure5260 V_PCAP=snoop
/freebsd-11.0-release/sys/dev/e1000/
H A De1000_ich8lan.c1107 * Unlike TRUE-PCIe devices which set the LTR maximum snoop/no-snoop
1110 * equivalent snoop/no-snoop latencies in the LTRV register in the MAC and
5071 u32 ctrl_ext, txdctl, snoop; local
5124 * By default, we should use snoop behavior.
5127 snoop = PCIE_ICH8_SNOOP_ALL;
5129 snoop = (u32) ~(PCIE_NO_SNOOP_ALL);
5130 e1000_set_pcie_no_snoop_generic(hw, snoop);
/freebsd-11.0-release/lib/libpmc/
H A Dlibpmc.c1246 __K8MASK(tag-snoop, 3),

Completed in 146 milliseconds