Home
last modified time | relevance | path

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

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