Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/snp/
Dsnp.c106 struct snp_softc { struct
116 struct snp_softc *ss = data; in snp_dtor() argument
137 struct snp_softc *ss; in snp_open()
140 ss = malloc(sizeof(struct snp_softc), M_SNP, M_WAITOK|M_ZERO); in snp_open()
152 struct snp_softc *ss; in snp_read()
193 struct snp_softc *ss; in snp_write()
239 struct snp_softc *ss; in snp_ioctl()
296 struct snp_softc *ss; in snp_poll()
347 struct snp_softc *ss = ttyhook_softc(tp); in snp_getc_capture()