Home
last modified time | relevance | path

Searched defs:eventid (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h30 #define ompt_event_macro(event, callback, eventid) \ argument
40 #define ompt_event_macro(event, callback, eventid) unsigned int event : 1; argument
/freebsd-13.1/sys/netinet/
H A Dtcp_log_buf.h303 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder… argument
332 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument
344 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument
377 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_()
H A Dtcp_log_buf.c1521 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_()
/freebsd-13.1/contrib/libedit/
H A Dhistory.c169 int eventid; /* For generation of unique event id */ member