Searched refs:cflags (Results 76 - 89 of 89) sorted by last modified time

1234

/freebsd-11-stable/contrib/atf/atf-c/
H A Dpkg_config_test.sh101 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c
102 cflags=$(cat stdout)
103 echo "CFLAGS are: ${cflags}"
113 atf_check -s eq:0 -o empty -e empty ${cc} ${cflags} -o tp.o -c tp.c
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dbuild_test.cpp160 verbose_set_env("ATF_BUILD_CFLAGS", test->cflags);
H A Dpkg_config_test.sh100 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c++
/freebsd-11-stable/contrib/apr/
H A Dapr-config.in62 --cflags print C compiler flags
84 An application should use the results of --cflags, --cppflags, --includes,
142 --cflags)
/freebsd-11-stable/usr.bin/xlint/xlint/
H A Dxlint.c81 static char **cflags; variable
329 cflags = xcalloc(1, sizeof (char *));
338 appcstrg(&cflags, "-E");
339 appcstrg(&cflags, "-x");
340 appcstrg(&cflags, "c");
342 appcstrg(&cflags, "-D__attribute__(x)=");
343 appcstrg(&cflags, "-D__extension__(x)=/*NOSTRICT*/0");
345 appcstrg(&cflags, "-U__GNUC__");
346 appcstrg(&cflags, "-undef");
349 appcstrg(&cflags, "
[all...]
/freebsd-11-stable/sys/dev/cas/
H A Dif_cas.c1194 uint64_t cflags; local
1205 cflags = 0;
1222 cflags = (offset << CAS_TD_CKSUM_START_SHFT) |
1305 htole64(cflags | CAS_TD_START_OF_FRAME | CAS_TD_INT_ME);
1308 htole64(cflags | CAS_TD_START_OF_FRAME);
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme.c951 uint32_t cflags, flags; local
956 cflags = 0;
973 cflags = i << HME_XD_TXCKSUM_SSHIFT |
1022 flags |= HME_XD_SOP | cflags;
1024 flags |= HME_XD_OWN | cflags;
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem.c1110 uint64_t cflags, flags; local
1121 cflags = 0;
1138 cflags = offset << GEM_TD_CXSUM_STARTSHFT |
1202 GEM_DMA_WRITE(sc, flags | cflags);
/freebsd-11-stable/sys/dev/vge/
H A Dif_vge.c1817 uint32_t cflags; local
1880 cflags = 0;
1884 cflags |= VGE_TDCTL_IPCSUM;
1886 cflags |= VGE_TDCTL_TCPCSUM;
1888 cflags |= VGE_TDCTL_UDPCSUM;
1892 cflags |= m->m_pkthdr.ether_vtag | VGE_TDCTL_VTAG;
1909 txd->tx_desc->vge_ctl = htole32(cflags | ((nsegs + 1) << 28) |
/freebsd-11-stable/sys/dev/age/
H A Dif_age.c1496 uint32_t cflags, hdrlen, ip_off, poff, vtag; local
1506 cflags = vtag = 0;
1633 cflags |= AGE_TD_INSERT_VLAN_TAG;
1640 cflags |= AGE_TD_TSO_IPV4;
1641 cflags |= AGE_TD_IPCSUM | AGE_TD_TCPCSUM;
1642 cflags |= ((uint32_t)m->m_pkthdr.tso_segsz <<
1645 cflags |= ip->ip_hl << AGE_TD_IPHDR_LEN_SHIFT;
1646 cflags |= tcp->th_off << AGE_TD_TSO_TCPHDR_LEN_SHIFT;
1656 desc->flags = htole32(cflags);
1665 desc->flags = htole32(cflags);
[all...]
/freebsd-11-stable/sys/dev/ale/
H A Dif_ale.c1612 uint32_t cflags, hdrlen, ip_off, poff, vtag; local
1622 cflags = vtag = 0;
1773 cflags |= ALE_TD_TSO;
1774 cflags |= ((uint32_t)m->m_pkthdr.tso_segsz << ALE_TD_MSS_SHIFT);
1776 cflags |= ip->ip_hl << ALE_TD_IPHDR_LEN_SHIFT;
1777 cflags |= tcp->th_off << ALE_TD_TCPHDR_LEN_SHIFT;
1801 cflags |= ALE_TD_CXSUM;
1803 cflags |= (poff << ALE_TD_CSUM_PLOADOFFSET_SHIFT);
1805 cflags |= ((poff + m->m_pkthdr.csum_data) <<
1813 cflags |
[all...]
/freebsd-11-stable/sys/dev/sge/
H A Dif_sge.c1395 uint32_t cflags, mss; local
1494 cflags = 0;
1497 cflags |= TDC_LS;
1502 cflags |= TDC_IP_CSUM;
1504 cflags |= TDC_TCP_CSUM;
1506 cflags |= TDC_UDP_CSUM;
1530 cflags |= m->m_pkthdr.ether_vtag;
1533 desc->sge_cmdsts |= htole32(TDC_DEF | TDC_CRC | TDC_PAD | cflags);
/freebsd-11-stable/sys/dev/sk/
H A Dif_sk.c2384 u_int32_t cflags, frag, si, sk_ctl; local
2423 cflags = SK_OPCODE_CSUM;
2425 cflags = SK_OPCODE_DEFAULT;
2431 sk_ctl = txsegs[i].ds_len | cflags;
2433 if (cflags == SK_OPCODE_CSUM)
/freebsd-11-stable/sys/dev/jme/
H A Dif_jme.c1691 uint32_t cflags, tsosegsz; local
1808 cflags = 0;
1814 cflags |= JME_TD_TSO;
1817 cflags |= JME_TD_IPCSUM;
1819 cflags |= JME_TD_TCPCSUM;
1821 cflags |= JME_TD_UDPCSUM;
1825 cflags |= (m->m_pkthdr.ether_vtag & JME_TD_VLAN_MASK);
1826 cflags |= JME_TD_VLAN_TAG;
1830 desc->flags = htole32(cflags);

Completed in 224 milliseconds

1234