Searched refs:eventid (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/sys/netinet/ |
| HD | tcp_log_buf.h | 464 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder… argument 467 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \ 530 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument 534 eventid, errornum, len, stackinfo, \ 537 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \ 542 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument 545 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \ 556 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, 578 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event() argument
|
| HD | tcp_log_buf.c | 1675 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event() argument 1819 log_buf->tlb_eventid = eventid; in tcp_log_event()
|
| /freebsd-head/contrib/llvm-project/openmp/runtime/src/ |
| HD | ompt-internal.h | 30 #define ompt_event_macro(event, callback, eventid) \ argument 40 #define ompt_event_macro(event, callback, eventid) unsigned int event : 1; argument
|
| /freebsd-head/contrib/libedit/ |
| HD | history.c | 170 int eventid; /* For generation of unique event id */ member 515 c->ev.num = ++h->eventid; in history_def_insert() 570 h->eventid = 0; in history_def_init() 594 h->eventid = 0; in history_def_clear()
|