Searched refs:ctl_ha_channel (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/cam/ctl/ |
H A D | ctl_ha.h | 67 } ctl_ha_channel; typedef 118 typedef void (*ctl_evt_handler)(ctl_ha_channel channel, ctl_ha_event event, 120 void ctl_ha_register_evthandler(ctl_ha_channel channel, 123 ctl_ha_status ctl_ha_msg_register(ctl_ha_channel channel, 125 ctl_ha_status ctl_ha_msg_recv(ctl_ha_channel channel, void *addr, 127 ctl_ha_status ctl_ha_msg_send(ctl_ha_channel channel, const void *addr, 129 ctl_ha_status ctl_ha_msg_send2(ctl_ha_channel channel, const void *addr, 131 ctl_ha_status ctl_ha_msg_abort(ctl_ha_channel channel); 132 ctl_ha_status ctl_ha_msg_deregister(ctl_ha_channel channel);
|
H A D | ctl.c | 390 static void ctl_isc_event_handler(ctl_ha_channel chanel, ctl_ha_event event, 1457 ctl_isc_event_handler(ctl_ha_channel channel, ctl_ha_event event, int param) in ctl_isc_event_handler()
|