Searched refs:cflags (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex.c34 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
H A Dregcomp.c471 regcomp (preg, pattern, cflags)
474 int cflags;
477 reg_syntax_t syntax = ((cflags & REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED
489 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;
492 if (cflags & REG_NEWLINE)
501 preg->no_sub = !!(cflags & REG_NOSUB);
/haiku/src/build/libgnuregex/
H A Dregex.h213 /* POSIX `cflags' bits (i.e., information for `regcomp'). */
480 extern int regcomp _RE_ARGS ((regex_t *preg, const char *pattern, int cflags));
H A Dregex.c4750 regcomp (preg, pattern, cflags)
4753 int cflags;
4757 = (cflags & REG_EXTENDED) ?
4770 if (cflags & REG_ICASE)
4786 if (cflags & REG_NEWLINE)
4796 preg->no_sub = !!(cflags & REG_NOSUB);
4813 If NMATCH is zero or REG_NOSUB was set in the cflags argument to
/haiku/src/add-ons/kernel/drivers/network/ether/sis19x/dev/sge/
H A Dif_sge.c1403 uint32_t cflags, mss; local
1502 cflags = 0;
1505 cflags |= TDC_LS;
1510 cflags |= TDC_IP_CSUM;
1512 cflags |= TDC_TCP_CSUM;
1514 cflags |= TDC_UDP_CSUM;
1538 cflags |= m->m_pkthdr.ether_vtag;
1541 desc->sge_cmdsts |= htole32(TDC_DEF | TDC_CRC | TDC_PAD | cflags);
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l1/dev/age/
H A Dif_age.c1500 uint32_t cflags, hdrlen, ip_off, poff, vtag; local
1510 cflags = vtag = 0;
1637 cflags |= AGE_TD_INSERT_VLAN_TAG;
1644 cflags |= AGE_TD_TSO_IPV4;
1645 cflags |= AGE_TD_IPCSUM | AGE_TD_TCPCSUM;
1646 cflags |= ((uint32_t)m->m_pkthdr.tso_segsz <<
1649 cflags |= ip->ip_hl << AGE_TD_IPHDR_LEN_SHIFT;
1650 cflags |= tcp->th_off << AGE_TD_TSO_TCPHDR_LEN_SHIFT;
1660 desc->flags = htole32(cflags);
1669 desc->flags = htole32(cflags);
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/atheros81xx/dev/ale/
H A Dif_ale.c1616 uint32_t cflags, hdrlen, ip_off, poff, vtag; local
1626 cflags = vtag = 0;
1777 cflags |= ALE_TD_TSO;
1778 cflags |= ((uint32_t)m->m_pkthdr.tso_segsz << ALE_TD_MSS_SHIFT);
1780 cflags |= ip->ip_hl << ALE_TD_IPHDR_LEN_SHIFT;
1781 cflags |= tcp->th_off << ALE_TD_TCPHDR_LEN_SHIFT;
1805 cflags |= ALE_TD_CXSUM;
1807 cflags |= (poff << ALE_TD_CSUM_PLOADOFFSET_SHIFT);
1809 cflags |= ((poff + m->m_pkthdr.csum_data) <<
1817 cflags |
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c2714 uint32_t cflags, hdrlen, ip_off, poff, vtag; local
2846 cflags = TD_ETHERNET;
2854 cflags |= TD_INS_VLAN_TAG;
2858 cflags |= TD_TSO | TD_TSO_DESCV1;
2859 cflags |= ((uint32_t)m->m_pkthdr.tso_segsz << TD_MSS_SHIFT) &
2862 cflags |= (poff << TD_TCPHDR_OFFSET_SHIFT) &
2872 desc->flags = htole32(cflags);
2881 desc->flags = htole32(cflags);
2891 cflags |= TD_CUSTOM_CSUM;
2893 cflags |
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/vge/
H A Dif_vge.c1819 uint32_t cflags; local
1882 cflags = 0;
1886 cflags |= VGE_TDCTL_IPCSUM;
1888 cflags |= VGE_TDCTL_TCPCSUM;
1890 cflags |= VGE_TDCTL_UDPCSUM;
1894 cflags |= m->m_pkthdr.ether_vtag | VGE_TDCTL_VTAG;
1911 txd->tx_desc->vge_ctl = htole32(cflags | ((nsegs + 1) << 28) |
/haiku/src/add-ons/kernel/drivers/network/ether/jmicron2x0/dev/jme/
H A Dif_jme.c1693 uint32_t cflags, tsosegsz; local
1810 cflags = 0;
1816 cflags |= JME_TD_TSO;
1819 cflags |= JME_TD_IPCSUM;
1821 cflags |= JME_TD_TCPCSUM;
1823 cflags |= JME_TD_UDPCSUM;
1827 cflags |= (m->m_pkthdr.ether_vtag & JME_TD_VLAN_MASK);
1828 cflags |= JME_TD_VLAN_TAG;
1832 desc->flags = htole32(cflags);
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfe.c2419 uint16_t cflags, flags; local
2456 cflags = flags = 0;
2461 cflags &= ~(NFE_TX_IP_CSUM | NFE_TX_TCP_UDP_CSUM);
2462 cflags |= NFE_TX_TSO;
2465 cflags |= NFE_TX_IP_CSUM;
2467 cflags |= NFE_TX_TCP_UDP_CSUM;
2469 cflags |= NFE_TX_TCP_UDP_CSUM;
2523 desc64->flags |= htole16(NFE_TX_VALID | cflags);
2543 desc32->flags |= htole16(NFE_TX_VALID | cflags);
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp1189 uint32 cflags = Connection::INTERNAL; local
1194 cflags |= Connection::LOCKED;
1206 cflags);
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c530 uint32_t cmdsts, cflags = 0; local
540 cflags |= RGE_TDEXTSTS_IPCSUM;
542 cflags |= RGE_TDEXTSTS_TCPCSUM;
544 cflags |= RGE_TDEXTSTS_UDPCSUM;
575 cflags |= swap16(m->m_pkthdr.ether_vtag) | RGE_TDEXTSTS_VTAG;
584 d->rge_extsts = htole32(cflags);
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/sk/
H A Dif_sk.c2403 u_int32_t cflags, frag, si, sk_ctl; local
2442 cflags = SK_OPCODE_CSUM;
2444 cflags = SK_OPCODE_DEFAULT;
2450 sk_ctl = txsegs[i].ds_len | cflags;
2452 if (cflags == SK_OPCODE_CSUM)

Completed in 216 milliseconds