Searched refs:event_send (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | event.h | 43 void event_send(const struct hast_resource *res, int event);
|
H A D | event.c | 43 event_send(const struct hast_resource *res, int event) in event_send() function
|
H A D | secondary.c | 368 event_send(res, EVENT_SPLITBRAIN); in init_remote() 501 event_send(res, EVENT_CONNECT); in hastd_secondary() 644 event_send(gres, EVENT_DISCONNECT); in secondary_exit()
|
H A D | primary.c | 874 event_send(res, EVENT_CONNECT); in init_remote() 878 event_send(res, EVENT_SPLITBRAIN); in init_remote() 1171 event_send(res, EVENT_DISCONNECT); in remote_close() 1979 event_send(res, EVENT_SYNCINTR); in sync_thread() 2015 event_send(res, EVENT_SYNCSTART); in sync_thread() 2041 event_send(res, EVENT_SYNCDONE); in sync_thread()
|