Searched refs:event_buf (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_event.c | 44 curthread->event_buf.event = TD_CREATE; in _thr_report_creation() 45 curthread->event_buf.th_p = (uintptr_t)newthread; in _thr_report_creation() 46 curthread->event_buf.data = 0; in _thr_report_creation() 57 curthread->event_buf.event = TD_DEATH; in _thr_report_death() 58 curthread->event_buf.th_p = (uintptr_t)curthread; in _thr_report_death() 59 curthread->event_buf.data = 0; in _thr_report_death()
|
H A D | thr_symbols.c | 50 int _thread_off_event_buf = offsetof(struct pthread, event_buf);
|
H A D | thr_private.h | 544 td_event_msg_t event_buf; member
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_privsep.c | 521 u8 *buf, *event_buf; in wpa_driver_privsep_receive() local 549 event_buf = &buf[sizeof(int)]; in wpa_driver_privsep_receive() 564 event_buf, event_len); in wpa_driver_privsep_receive() 571 event_buf, event_len); in wpa_driver_privsep_receive() 575 drv->ctx, event_buf, event_len); in wpa_driver_privsep_receive() 578 wpa_driver_privsep_event_interface_status(drv->ctx, event_buf, in wpa_driver_privsep_receive() 582 wpa_driver_privsep_event_pmkid_candidate(drv->ctx, event_buf, in wpa_driver_privsep_receive() 586 wpa_driver_privsep_event_ft_response(drv->ctx, event_buf, in wpa_driver_privsep_receive() 590 wpa_driver_privsep_event_rx_eapol(drv->ctx, event_buf, in wpa_driver_privsep_receive() 594 wpa_driver_privsep_event_auth(drv->ctx, event_buf, event_len); in wpa_driver_privsep_receive()
|
H A D | driver_bsd.c | 670 char event_buf[2048]; /* max size of a single route(4) msg */ in bsd_route_overflow() local 680 n = read(sock, event_buf, sizeof(event_buf)); in bsd_route_overflow() 771 char event_buf[2048]; /* max size of a single route(4) msg */ in bsd_wireless_event_receive() local 783 n = read(sock, event_buf, sizeof(event_buf)); in bsd_wireless_event_receive() 795 rtm = (struct rt_msghdr *) event_buf; in bsd_wireless_event_receive()
|