Home
last modified time | relevance | path

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

/freebsd-head/sys/cam/ctl/
HDctl_ha.c84 struct socket *ha_so; member
156 struct socket *so = softc->ha_so; in ctl_ha_close()
178 softc->ha_so = NULL; in ctl_ha_close()
209 struct socket *so = softc->ha_so; in ctl_ha_rx_thread()
244 error = soreceive(softc->ha_so, NULL, &uio, NULL, in ctl_ha_rx_thread()
270 struct socket *so = softc->ha_so; in ctl_ha_send()
290 error = sosend(softc->ha_so, NULL, NULL, softc->ha_sending, in ctl_ha_send()
304 struct socket *so = softc->ha_so; in ctl_ha_sock_setup()
379 softc->ha_so = so; in ctl_ha_connect()
418 softc->ha_so = so; in ctl_ha_accept()
[all …]