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

/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c592 static struct ctl_frontend ha_frontend = variable in typeref:struct:ctl_frontend
632 while ((port = STAILQ_FIRST(&ha_frontend.port_list)) != NULL) {
1206 port->frontend = &ha_frontend;
1210 } else if (port->frontend == &ha_frontend) {
1975 if (ctl_frontend_register(&ha_frontend) != 0)
1988 ctl_frontend_deregister(&ha_frontend);

Completed in 99 milliseconds