Home
last modified time | relevance | path

Searched refs:evl (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c119 _nc_eventlist_timeout(_nc_eventlist * evl) in _nc_eventlist_timeout() argument
123 if (evl != 0) { in _nc_eventlist_timeout()
126 for (n = 0; n < evl->count; ++n) { in _nc_eventlist_timeout()
127 _nc_event *ev = evl->events[n]; in _nc_eventlist_timeout()
175 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_timed_wait() argument
215 int event_delay = _nc_eventlist_timeout(evl); in _nc_timed_wait()
234 if ((mode & TW_EVENT) && evl) in _nc_timed_wait()
235 evl->result_flags = 0; in _nc_timed_wait()
242 if ((mode & TW_EVENT) && evl) { in _nc_timed_wait()
244 fds = typeMalloc(struct pollfd, MIN_FDS + evl->count); in _nc_timed_wait()
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_getch.c152 check_mouse_activity(SCREEN *sp, int delay EVENTLIST_2nd(_nc_eventlist * evl)) in check_mouse_activity() argument
158 rc = TCBOf(sp)->drv->td_testmouse(TCBOf(sp), delay EVENTLIST_2nd(evl)); in check_mouse_activity()
164 delay EVENTLIST_2nd(evl)); in check_mouse_activity()
170 rc = _nc_mingw_testmouse(sp, fd, delay EVENTLIST_2nd(evl)); in check_mouse_activity()
173 rc = TCB->drv->td_testmouse(TCB, delay EVENTLIST_2nd(evl)); in check_mouse_activity()
186 EVENTLIST_2nd(evl)); in check_mouse_activity()
192 EVENTLIST_2nd(evl)); in check_mouse_activity()
241 fifo_push(SCREEN *sp EVENTLIST_2nd(_nc_eventlist * evl)) in fifo_push() argument
252 if (evl in fifo_push()
257 mask = check_mouse_activity(sp, -1 EVENTLIST_2nd(evl)); in fifo_push()
[all …]
H A Dlib_getstr.c77 EVENTLIST_1st(_nc_eventlist * evl)) in wgetnstr_events() argument
112 while ((ch = wgetch_events(win, evl)) != ERR) { in wgetnstr_events()
/freebsd/sys/netgraph/
H A Dng_vlan.c516 struct ether_vlan_header *evl; in ng_vlan_rcvdata() local
553 evl = NULL; in ng_vlan_rcvdata()
559 evl = mtod(m, struct ether_vlan_header *); in ng_vlan_rcvdata()
560 vid = EVL_VLANOFTAG(ntohs(evl->evl_tag)); in ng_vlan_rcvdata()
569 if (evl == NULL) { /* m->m_flags & M_VLANTAG */ in ng_vlan_rcvdata()
577 if (evl == NULL || priv->decap_enable == 0) in ng_vlan_rcvdata()
580 m->m_pkthdr.ether_vtag = ntohs(evl->evl_tag); in ng_vlan_rcvdata()
595 bcopy((char *)evl, ((char *)evl + ETHER_VLAN_ENCAP_LEN), in ng_vlan_rcvdata()
656 evl = mtod(m, struct ether_vlan_header *); in ng_vlan_rcvdata()
657 bcopy(((char *)evl + ETHER_VLAN_ENCAP_LEN), in ng_vlan_rcvdata()
[all …]
/freebsd/sys/net/
H A Dif_ethersubr.c621 struct ether_vlan_header *evl; in ether_input_internal()
623 if (m->m_len < sizeof(*evl) && in ether_input_internal()
624 (m = m_pullup(m, sizeof(*evl))) == NULL) { in ether_input_internal()
633 evl = mtod(m, struct ether_vlan_header *); in ether_input_internal()
634 m->m_pkthdr.ether_vtag = ntohs(evl->evl_tag); in ether_input_internal()
637 bcopy((char *)evl, (char *)evl + ETHER_VLAN_ENCAP_LEN, in ether_input_internal()
1329 struct ether_vlan_header *evl; in ether_vlan_mtap()
1336 if (m->m_len < sizeof(*evl)) {
1337 m = m_pullup(m, sizeof(*evl)); in ether_vlanencap_proto()
631 struct ether_vlan_header *evl; ether_input_internal() local
1339 struct ether_vlan_header *evl; ether_vlanencap_proto() local
[all...]
H A Dif_vlan.c1578 struct ether_vlan_header *evl; in vlan_input() local
1585 if (m->m_len < sizeof(*evl) && in vlan_input()
1586 (m = m_pullup(m, sizeof(*evl))) == NULL) { in vlan_input()
1590 evl = mtod(m, struct ether_vlan_header *); in vlan_input()
1591 tag = ntohs(evl->evl_tag); in vlan_input()
1599 bcopy((char *)evl, (char *)evl + ETHER_VLAN_ENCAP_LEN, in vlan_input()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVPIntrinsics.def158 // Specialized helper macro for integer binary operators (%x, %y, %mask, %evl).
334 // <operation>(%x, %y, %mask, %evl).
489 // <operation>(%x, %mask, %evl).
523 // <operation>(%x, %mask, %evl).
591 // chain = VP_STORE chain,val,base,offset,mask,evl
601 // chain = EXPERIMENTAL_VP_STRIDED_STORE chain,val,base,offset,stride,mask,evl
610 // chain = VP_SCATTER chain,val,base,indices,scale,mask,evl
619 // val,chain = VP_LOAD chain,base,offset,mask,evl
629 // chain = EXPERIMENTAL_VP_STRIDED_LOAD chain,base,offset,stride,mask,evl
638 // val,chain = VP_GATHER chain,base,indices,scale,mask,evl
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c937 EVENTLIST_2nd(_nc_eventlist * evl)) in drv_testmouse() argument
956 EVENTLIST_2nd(evl)); in drv_testmouse()
962 EVENTLIST_2nd(evl)); in drv_testmouse()
1255 EVENTLIST_2nd(_nc_eventlist * evl)) in drv_twait() argument
1266 timeleft EVENTLIST_2nd(evl)); in drv_twait()
1268 return _nc_timed_wait(sp, mode, milliseconds, timeleft EVENTLIST_2nd(evl)); in drv_twait()
H A Dlib_win32con.c836 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_console_twait() argument
848 (void) evl; /* TODO: implement wgetch-events */ in _nc_console_twait()
1002 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_console_testmouse() argument
1016 EVENTLIST_2nd(evl)); in _nc_console_testmouse()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPInstrInfo.td13 // ADD(x,y) --> VVP_ADD(x,y,mask,evl) --> VADDSWSXrvml(x,y,mask,evl)
/freebsd/contrib/ncurses/include/
H A Dnc_win32.h99 …XPORT(int) _nc_console_twait(SCREEN *, HANDLE,int,int,int * EVENTLIST_2nd(_nc_eventlist * evl));
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1332 EVENTLIST_2nd(_nc_eventlist * evl)) in wcon_testmouse() argument
1347 EVENTLIST_2nd(evl)); in wcon_testmouse()
1533 EVENTLIST_2nd(_nc_eventlist * evl)) in console_twait() argument
1545 (void) evl; /* TODO: implement wgetch-events */ in console_twait()
1643 EVENTLIST_2nd(_nc_eventlist * evl)) in wcon_twait() argument
1655 timeleft EVENTLIST_2nd(evl)); in wcon_twait()
2085 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_mingw_testmouse() argument
2099 EVENTLIST_2nd(evl)); in _nc_mingw_testmouse()
H A Dwin32_driver.c940 EVENTLIST_2nd(_nc_eventlist * evl)) in wcon_testmouse() argument
956 EVENTLIST_2nd(evl)); in wcon_testmouse()
1073 EVENTLIST_2nd(_nc_eventlist * evl)) in wcon_twait() argument
1085 timeleft EVENTLIST_2nd(evl)); in wcon_twait()
/freebsd/sys/dev/mxge/
H A Dif_mxge.c1992 struct ether_vlan_header *evl; in mxge_vlan_tag_insert() local
1997 if (m->m_len < sizeof(*evl)) { in mxge_vlan_tag_insert()
1998 m = m_pullup(m, sizeof(*evl)); in mxge_vlan_tag_insert()
2006 evl = mtod(m, struct ether_vlan_header *); in mxge_vlan_tag_insert()
2007 bcopy((char *)evl + ETHER_VLAN_ENCAP_LEN, in mxge_vlan_tag_insert()
2008 (char *)evl, ETHER_HDR_LEN - ETHER_TYPE_LEN); in mxge_vlan_tag_insert()
2009 evl->evl_encap_proto = htons(ETHERTYPE_VLAN); in mxge_vlan_tag_insert()
2010 evl->evl_tag = htons(m->m_pkthdr.ether_vtag); in mxge_vlan_tag_insert()
2501 struct ether_vlan_header *evl; in mxge_vlan_tag_remove() local
2504 evl = mtod(m, struct ether_vlan_header *); in mxge_vlan_tag_remove()
[all …]
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c759 struct ether_vlan_header *evl; in hn_tso_fixup() local
765 PULLUP_HDR(m_head, sizeof(*evl)); in hn_tso_fixup()
766 evl = mtod(m_head, struct ether_vlan_header *); in hn_tso_fixup()
767 if (evl->evl_encap_proto == ntohs(ETHERTYPE_VLAN)) in hn_tso_fixup()
823 const struct ether_vlan_header *evl; in hn_set_hlen() local
826 PULLUP_HDR(m_head, sizeof(*evl)); in hn_set_hlen()
827 evl = mtod(m_head, const struct ether_vlan_header *); in hn_set_hlen()
828 if (evl->evl_encap_proto == ntohs(ETHERTYPE_VLAN)) in hn_set_hlen()
4912 const struct ether_vlan_header *evl; in hn_rxpkt_proto() local
4914 hoff = sizeof(*evl); in hn_rxpkt_proto()
[all …]
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2226 #define wgetch_events(win, evl) wgetch(win) argument
2227 #define wgetnstr_events(win, str, maxlen, evl) wgetnstr(win, str, maxlen) argument