Home
last modified time | relevance | path

Searched refs:event_buf (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_event.c44 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 Dthr_symbols.c50 int _thread_off_event_buf = offsetof(struct pthread, event_buf);
H A Dthr_private.h545 td_event_msg_t event_buf; member
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_privsep.c524 u8 *buf, *event_buf; in wpa_driver_privsep_receive() local
552 event_buf = &buf[sizeof(int)]; in wpa_driver_privsep_receive()
567 event_buf, event_len); in wpa_driver_privsep_receive()
574 event_buf, event_len); in wpa_driver_privsep_receive()
578 drv->ctx, event_buf, event_len); in wpa_driver_privsep_receive()
581 wpa_driver_privsep_event_interface_status(drv->ctx, event_buf, in wpa_driver_privsep_receive()
585 wpa_driver_privsep_event_pmkid_candidate(drv->ctx, event_buf, in wpa_driver_privsep_receive()
589 wpa_driver_privsep_event_ft_response(drv->ctx, event_buf, in wpa_driver_privsep_receive()
593 wpa_driver_privsep_event_rx_eapol(drv->ctx, event_buf, in wpa_driver_privsep_receive()
597 wpa_driver_privsep_event_auth(drv->ctx, event_buf, event_len); in wpa_driver_privsep_receive()
H A Ddriver_bsd.c691 char event_buf[2048]; /* max size of a single route(4) msg */ in bsd_route_overflow() local
701 n = read(sock, event_buf, sizeof(event_buf)); in bsd_route_overflow()
792 char event_buf[2048]; /* max size of a single route(4) msg */ in bsd_wireless_event_receive() local
804 n = read(sock, event_buf, sizeof(event_buf)); in bsd_wireless_event_receive()
816 rtm = (struct rt_msghdr *) event_buf; in bsd_wireless_event_receive()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c1032 brcmf_msgbuf_rxbuf_ctrl_post(struct brcmf_msgbuf *msgbuf, bool event_buf, in brcmf_msgbuf_rxbuf_ctrl_post() argument
1083 if (event_buf) in brcmf_msgbuf_rxbuf_ctrl_post()