| /freebsd-12-stable/contrib/ncurses/ncurses/tty/ |
| D | lib_twait.c | 113 _nc_eventlist_timeout(_nc_eventlist * evl) in _nc_eventlist_timeout() argument 118 if (evl != 0) { in _nc_eventlist_timeout() 120 for (n = 0; n < evl->count; ++n) { in _nc_eventlist_timeout() 121 _nc_event *ev = evl->events[n]; in _nc_eventlist_timeout() 169 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_timed_wait() argument 205 int event_delay = _nc_eventlist_timeout(evl); in _nc_timed_wait() 224 if ((mode & TW_EVENT) && evl) in _nc_timed_wait() 225 evl->result_flags = 0; in _nc_timed_wait() 232 if ((mode & TW_EVENT) && evl) { in _nc_timed_wait() 233 fds = typeMalloc(struct pollfd, MIN_FDS + evl->count); in _nc_timed_wait() [all …]
|
| /freebsd-12-stable/contrib/ncurses/ncurses/base/ |
| D | lib_getch.c | 131 check_mouse_activity(SCREEN *sp, int delay EVENTLIST_2nd(_nc_eventlist * evl)) in check_mouse_activity() argument 136 rc = TCBOf(sp)->drv->testmouse(TCBOf(sp), delay EVENTLIST_2nd(evl)); in check_mouse_activity() 149 EVENTLIST_2nd(evl)); in check_mouse_activity() 197 fifo_push(SCREEN *sp EVENTLIST_2nd(_nc_eventlist * evl)) in fifo_push() argument 213 if (evl in fifo_push() 218 mask = check_mouse_activity(sp, -1 EVENTLIST_2nd(evl)); in fifo_push() 229 mask = check_mouse_activity(sp, -1 EVENTLIST_2nd(evl)); in fifo_push() 336 static int kgetch(SCREEN *EVENTLIST_2nd(_nc_eventlist * evl)); 396 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_wgetch() argument 420 if (evl && (evl->count == 0)) in _nc_wgetch() [all …]
|
| D | lib_getstr.c | 75 EVENTLIST_1st(_nc_eventlist * evl)) in wgetnstr_events() argument 111 while ((ch = wgetch_events(win, evl)) != ERR) { in wgetnstr_events()
|
| /freebsd-12-stable/sys/netgraph/ |
| D | ng_vlan.c | 520 struct ether_vlan_header *evl; in ng_vlan_rcvdata() local 558 evl = NULL; in ng_vlan_rcvdata() 564 evl = mtod(m, struct ether_vlan_header *); in ng_vlan_rcvdata() 565 vid = EVL_VLANOFTAG(ntohs(evl->evl_tag)); in ng_vlan_rcvdata() 574 if (evl == NULL) { /* m->m_flags & M_VLANTAG */ in ng_vlan_rcvdata() 582 if (evl == NULL || priv->decap_enable == 0) in ng_vlan_rcvdata() 585 m->m_pkthdr.ether_vtag = ntohs(evl->evl_tag); in ng_vlan_rcvdata() 600 bcopy((char *)evl, ((char *)evl + ETHER_VLAN_ENCAP_LEN), in ng_vlan_rcvdata() 661 evl = mtod(m, struct ether_vlan_header *); in ng_vlan_rcvdata() 662 bcopy(((char *)evl + ETHER_VLAN_ENCAP_LEN), in ng_vlan_rcvdata() [all …]
|
| /freebsd-12-stable/sys/net/ |
| D | if_ethersubr.c | 585 struct ether_vlan_header *evl; in ether_input_internal() local 587 if (m->m_len < sizeof(*evl) && in ether_input_internal() 588 (m = m_pullup(m, sizeof(*evl))) == NULL) { in ether_input_internal() 597 evl = mtod(m, struct ether_vlan_header *); in ether_input_internal() 598 m->m_pkthdr.ether_vtag = ntohs(evl->evl_tag); in ether_input_internal() 601 bcopy((char *)evl, (char *)evl + ETHER_VLAN_ENCAP_LEN, in ether_input_internal() 1268 struct ether_vlan_header *evl; in ether_vlanencap() local 1275 if (m->m_len < sizeof(*evl)) { in ether_vlanencap() 1276 m = m_pullup(m, sizeof(*evl)); in ether_vlanencap() 1285 evl = mtod(m, struct ether_vlan_header *); in ether_vlanencap() [all …]
|
| D | if_vlan.c | 1284 struct ether_vlan_header *evl; in vlan_input() local 1291 if (m->m_len < sizeof(*evl) && in vlan_input() 1292 (m = m_pullup(m, sizeof(*evl))) == NULL) { in vlan_input() 1297 evl = mtod(m, struct ether_vlan_header *); in vlan_input() 1298 tag = ntohs(evl->evl_tag); in vlan_input() 1306 bcopy((char *)evl, (char *)evl + ETHER_VLAN_ENCAP_LEN, in vlan_input()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VVPInstrInfo.td | 13 // ADD(x,y) --> VVP_ADD(x,y,mask,evl) --> VADDSWSXrvml(x,y,mask,evl)
|
| /freebsd-12-stable/contrib/ncurses/ncurses/tinfo/ |
| D | tinfo_driver.c | 856 EVENTLIST_2nd(_nc_eventlist * evl)) in drv_testmouse() argument 875 EVENTLIST_2nd(evl)); in drv_testmouse() 1157 EVENTLIST_2nd(_nc_eventlist * evl)) in drv_twait() argument 1164 return _nc_timed_wait(sp, mode, milliseconds, timeleft EVENTLIST_2nd(evl)); in drv_twait()
|
| /freebsd-12-stable/sys/dev/mxge/ |
| D | if_mxge.c | 2036 struct ether_vlan_header *evl; in mxge_vlan_tag_insert() local 2041 if (m->m_len < sizeof(*evl)) { in mxge_vlan_tag_insert() 2042 m = m_pullup(m, sizeof(*evl)); in mxge_vlan_tag_insert() 2050 evl = mtod(m, struct ether_vlan_header *); in mxge_vlan_tag_insert() 2051 bcopy((char *)evl + ETHER_VLAN_ENCAP_LEN, in mxge_vlan_tag_insert() 2052 (char *)evl, ETHER_HDR_LEN - ETHER_TYPE_LEN); in mxge_vlan_tag_insert() 2053 evl->evl_encap_proto = htons(ETHERTYPE_VLAN); in mxge_vlan_tag_insert() 2054 evl->evl_tag = htons(m->m_pkthdr.ether_vtag); in mxge_vlan_tag_insert() 2591 struct ether_vlan_header *evl; in mxge_vlan_tag_remove() local 2595 evl = mtod(m, struct ether_vlan_header *); in mxge_vlan_tag_remove() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | VPIntrinsics.def | 118 // Specialized helper macro for integer binary operators (%x, %y, %mask, %evl). 175 // <operation>(%x, %y, %mask, %evl).
|
| /freebsd-12-stable/sys/dev/hyperv/netvsc/ |
| D | if_hn.c | 764 struct ether_vlan_header *evl; in hn_tso_fixup() local 770 PULLUP_HDR(m_head, sizeof(*evl)); in hn_tso_fixup() 771 evl = mtod(m_head, struct ether_vlan_header *); in hn_tso_fixup() 772 if (evl->evl_encap_proto == ntohs(ETHERTYPE_VLAN)) in hn_tso_fixup() 828 const struct ether_vlan_header *evl; in hn_set_hlen() local 831 PULLUP_HDR(m_head, sizeof(*evl)); in hn_set_hlen() 832 evl = mtod(m_head, const struct ether_vlan_header *); in hn_set_hlen() 833 if (evl->evl_encap_proto == ntohs(ETHERTYPE_VLAN)) in hn_set_hlen() 4923 const struct ether_vlan_header *evl; in hn_rxpkt_proto() local 4925 hoff = sizeof(*evl); in hn_rxpkt_proto() [all …]
|
| /freebsd-12-stable/contrib/ncurses/ncurses/win32con/ |
| D | win_driver.c | 1097 EVENTLIST_2nd(evl)); in drv_testmouse() 1281 EVENTLIST_2nd(_nc_eventlist * evl)) in drv_twait() argument
|
| /freebsd-12-stable/contrib/ncurses/ncurses/ |
| D | curses.priv.h | 2066 #define wgetch_events(win, evl) wgetch(win) argument 2067 #define wgetnstr_events(win, str, maxlen, evl) wgetnstr(win, str, maxlen) argument
|