Home
last modified time | relevance | path

Searched refs:evl (Results 1 – 14 of 14) 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 != NULL) { 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.c141 check_mouse_activity(SCREEN *sp, int delay EVENTLIST_2nd(_nc_eventlist * evl)) in check_mouse_activity() argument
147 rc = TCBOf(sp)->drv->td_testmouse(TCBOf(sp), delay EVENTLIST_2nd(evl)); in check_mouse_activity()
153 delay EVENTLIST_2nd(evl)); in check_mouse_activity()
156 rc = TCB->drv->td_testmouse(TCB, delay EVENTLIST_2nd(evl)); in check_mouse_activity()
169 EVENTLIST_2nd(evl)); in check_mouse_activity()
175 EVENTLIST_2nd(evl)); in check_mouse_activity()
224 fifo_push(SCREEN *sp EVENTLIST_2nd(_nc_eventlist * evl)) in fifo_push() argument
235 if (evl in fifo_push()
240 mask = check_mouse_activity(sp, -1 EVENTLIST_2nd(evl)); in fifo_push()
251 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.c615 struct ether_vlan_header *evl; in ether_input_internal() local
617 if (m->m_len < sizeof(*evl) && in ether_input_internal()
618 (m = m_pullup(m, sizeof(*evl))) == NULL) { in ether_input_internal()
627 evl = mtod(m, struct ether_vlan_header *); in ether_input_internal()
628 m->m_pkthdr.ether_vtag = ntohs(evl->evl_tag); in ether_input_internal()
631 bcopy((char *)evl, (char *)evl + ETHER_VLAN_ENCAP_LEN, in ether_input_internal()
1294 struct ether_vlan_header *evl; in ether_vlanencap_proto() local
1301 if (m->m_len < sizeof(*evl)) { in ether_vlanencap_proto()
1302 m = m_pullup(m, sizeof(*evl)); in ether_vlanencap_proto()
1311 evl = mtod(m, struct ether_vlan_header *); in ether_vlanencap_proto()
[all …]
H A Dif_vlan.c1577 struct ether_vlan_header *evl; in vlan_input() local
1584 if (m->m_len < sizeof(*evl) && in vlan_input()
1585 (m = m_pullup(m, sizeof(*evl))) == NULL) { in vlan_input()
1589 evl = mtod(m, struct ether_vlan_header *); in vlan_input()
1590 tag = ntohs(evl->evl_tag); in vlan_input()
1598 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.c949 EVENTLIST_2nd(_nc_eventlist * evl)) in drv_testmouse() argument
968 EVENTLIST_2nd(evl)); in drv_testmouse()
974 EVENTLIST_2nd(evl)); in drv_testmouse()
1267 EVENTLIST_2nd(_nc_eventlist * evl)) in drv_twait() argument
1278 timeleft EVENTLIST_2nd(evl)); in drv_twait()
1280 return _nc_timed_wait(sp, mode, milliseconds, timeleft EVENTLIST_2nd(evl)); in drv_twait()
H A Dlib_win32con.c823 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_console_twait() argument
835 (void) evl; /* TODO: implement wgetch-events */ in _nc_console_twait()
989 EVENTLIST_2nd(_nc_eventlist * evl)) in _nc_console_testmouse() argument
1003 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/ncurses/win32con/
H A Dwin32_driver.c931 EVENTLIST_2nd(_nc_eventlist * evl)) in wcon_testmouse() argument
947 EVENTLIST_2nd(evl)); in wcon_testmouse()
1064 EVENTLIST_2nd(_nc_eventlist * evl)) in wcon_twait() argument
1076 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.c746 struct ether_vlan_header *evl; in hn_tso_fixup() local
752 PULLUP_HDR(m_head, sizeof(*evl)); in hn_tso_fixup()
753 evl = mtod(m_head, struct ether_vlan_header *); in hn_tso_fixup()
754 if (evl->evl_encap_proto == ntohs(ETHERTYPE_VLAN)) in hn_tso_fixup()
810 const struct ether_vlan_header *evl; in hn_set_hlen() local
813 PULLUP_HDR(m_head, sizeof(*evl)); in hn_set_hlen()
814 evl = mtod(m_head, const struct ether_vlan_header *); in hn_set_hlen()
815 if (evl->evl_encap_proto == ntohs(ETHERTYPE_VLAN)) in hn_set_hlen()
4901 const struct ether_vlan_header *evl; in hn_rxpkt_proto() local
4903 hoff = sizeof(*evl); in hn_rxpkt_proto()
[all …]
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2285 #define wgetch_events(win, evl) wgetch(win) argument
2286 #define wgetnstr_events(win, str, maxlen, evl) wgetnstr(win, str, maxlen) argument
2592 …twait(const SCREEN *sp, HANDLE hdl,int mode,int msec,int *left EVENTLIST_2nd(_nc_eventlist * evl));