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

/freebsd-13-stable/sys/dev/snp/
H A Dsnp.c41 #include <sys/snoop.h>
48 static MALLOC_DEFINE(M_SNP, "snp", "tty snoop device");
54 "tty snoop registration", MTX_DEF);
60 "tty snoop registration");
143 /* Allocate per-snoop data. */
253 /* Bind TTY to snoop instance. */
/freebsd-13-stable/usr.sbin/watch/
H A Dwatch.c22 #include <sys/snoop.h>
166 fatal(EX_OSFILE, "cannot open snoop device");
/freebsd-13-stable/contrib/libpcap/
H A DMakefile.in341 pcap-snoop.c \
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc.c460 __K8MASK(tag-snoop, 3),
/freebsd-13-stable/sys/dev/e1000/
H A De1000_ich8lan.c1115 * Unlike TRUE-PCIe devices which set the LTR maximum snoop/no-snoop
1118 * equivalent snoop/no-snoop latencies in the LTRV register in the MAC and
5080 u32 ctrl_ext, txdctl, snoop; local
5133 * By default, we should use snoop behavior.
5136 snoop = PCIE_ICH8_SNOOP_ALL;
5138 snoop = (u32) ~(PCIE_NO_SNOOP_ALL);
5139 e1000_set_pcie_no_snoop_generic(hw, snoop);

Completed in 48 milliseconds