Searched refs:vdsk_softc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/sparc64/dev/
H A Dvdsk.c137 struct vdsk_softc { struct
187 CFATTACH_DECL_NEW(vdsk, sizeof(struct vdsk_softc),
194 void vdsk_rx_vio_ctrl(struct vdsk_softc *, struct vio_msg *);
195 void vdsk_rx_vio_ver_info(struct vdsk_softc *, struct vio_msg_tag *);
196 void vdsk_rx_vio_attr_info(struct vdsk_softc *, struct vio_msg_tag *);
197 void vdsk_rx_vio_dring_reg(struct vdsk_softc *, struct vio_msg_tag *);
198 void vdsk_rx_vio_rdx(struct vdsk_softc *sc, struct vio_msg_tag *);
199 void vdsk_rx_vio_data(struct vdsk_softc *sc, struct vio_msg *);
200 void vdsk_rx_vio_dring_data(struct vdsk_softc *sc, struct vio_msg_tag *);
205 void vdsk_sendmsg(struct vdsk_softc *, voi
[all...]

Completed in 71 milliseconds