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

/freebsd-11-stable/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-stable/usr.sbin/watch/
H A Dwatch.c24 #include <sys/snoop.h>
168 fatal(EX_OSFILE, "cannot open snoop device");
/freebsd-11-stable/contrib/libpcap/
H A DMakefile.in341 pcap-snoop.c \
/freebsd-11-stable/sys/dev/e1000/
H A De1000_ich8lan.c1108 * Unlike TRUE-PCIe devices which set the LTR maximum snoop/no-snoop
1111 * equivalent snoop/no-snoop latencies in the LTRV register in the MAC and
5079 u32 ctrl_ext, txdctl, snoop; local
5132 * By default, we should use snoop behavior.
5135 snoop = PCIE_ICH8_SNOOP_ALL;
5137 snoop = (u32) ~(PCIE_NO_SNOOP_ALL);
5138 e1000_set_pcie_no_snoop_generic(hw, snoop);
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c1971 __K8MASK(tag-snoop, 3),

Completed in 116 milliseconds