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

/freebsd-current/sys/cam/ctl/
H A Dctl_ha.c81 char ha_peer[128]; member in struct:ha_softc
562 strlcpy(buf, softc->ha_peer, sizeof(buf));
565 strncmp(buf, softc->ha_peer, sizeof(buf)) == 0)
586 strlcpy(softc->ha_peer, buf, sizeof(softc->ha_peer));
890 OID_AUTO, "ha_peer",
/freebsd-current/sys/dev/qlxgbe/
H A Dql_os.c2031 qla_host_t *ha_peer; local
2034 if ((ha_peer = device_get_softc(ha->peer_dev)) != NULL) {
2035 ha_peer->msg_from_peer = msg_to_peer;

Completed in 188 milliseconds