Home
last modified time | relevance | path

Searched refs:SNPSTTY (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dsnoop.h29 #define SNPSTTY _IOW('T', 90, int) macro
/freebsd/usr.sbin/watch/
H A Dwatch.c208 ioctl(snp_io, SNPSTTY, &fd); in detach_snp()
219 if (ioctl(snp_io, SNPSTTY, &snp_tty) != 0) in attach_snp()
/freebsd/sys/dev/snp/
H A Dsnp.c250 case SNPSTTY: in snp_ioctl()