Symbol: video_softc
sys/dev/video.c
108
struct video_softc *sc = (void *)self;
sys/dev/video.c
138
struct video_softc *sc;
sys/dev/video.c
143
sc = (struct video_softc *)device_lookup(&video_cd, unit);
sys/dev/video.c
173
struct video_softc *sc;
sys/dev/video.c
180
sc = (struct video_softc *)device_lookup(&video_cd, unit);
sys/dev/video.c
201
struct video_softc *sc;
sys/dev/video.c
207
sc = (struct video_softc *)device_lookup(&video_cd, unit);
sys/dev/video.c
270
struct video_softc *sc;
sys/dev/video.c
276
sc = (struct video_softc *)device_lookup(&video_cd, unit);
sys/dev/video.c
440
struct video_softc *sc;
sys/dev/video.c
448
sc = (struct video_softc *)device_lookup(&video_cd, unit);
sys/dev/video.c
480
struct video_softc *sc = kn->kn_hook;
sys/dev/video.c
488
struct video_softc *sc = kn->kn_hook;
sys/dev/video.c
499
struct video_softc *sc = kn->kn_hook;
sys/dev/video.c
512
struct video_softc *sc = kn->kn_hook;
sys/dev/video.c
535
struct video_softc *sc;
sys/dev/video.c
540
sc = (struct video_softc *)device_lookup(&video_cd, unit);
sys/dev/video.c
605
struct video_softc *sc = (struct video_softc *)addr;
sys/dev/video.c
620
video_stop(struct video_softc *sc)
sys/dev/video.c
639
video_claim(struct video_softc *sc, struct process *pr)
sys/dev/video.c
665
struct video_softc *sc = (struct video_softc *)self;
sys/dev/video.c
688
struct video_softc *sc = (struct video_softc *)self;
sys/dev/video.c
82
int video_stop(struct video_softc *);
sys/dev/video.c
83
int video_claim(struct video_softc *, struct process *);
sys/dev/video.c
86
sizeof(struct video_softc), videoprobe, videoattach,