Home
last modified time | relevance | path

Searched defs:snoop (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/misc/snp/
H A Dsnp.c76 struct snoop { struct
78 cdev_t snp_target; /* Target tty device. */
79 struct tty *snp_tty; /* Target tty pointer. */
80 u_long snp_len; /* Possible length. */
81 u_long snp_base; /* Data base. */
82 u_long snp_blen; /* Used length. */
83 caddr_t snp_buf; /* Allocation pointer. */
84 int snp_flags; /* Flags. */
85 struct kqinfo snp_kq; /* Kqueue info. */
86 int snp_olddisc; /* Old line discipline. */
/dflybsd-src/sys/dev/netif/ig_hal/
H A De1000_ich8lan.c5078 u32 ctrl_ext, txdctl, snoop; in e1000_init_hw_ich8lan() local