Searched refs:cflags (Results 51 - 75 of 89) sorted by relevance

1234

/freebsd-11-stable/lib/libc/regex/
H A Dregex2.h170 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
H A Dengine.c172 if (g->cflags&REG_NOSUB)
609 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE)))
617 (m->g->cflags&REG_NEWLINE)) )
633 (m->g->cflags&REG_NEWLINE)) ||
811 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
816 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_internal.h69 typedef int fsm_error_handler_t(union ccb *ccb, uint32_t cflags,
H A Dscsi_enc.c348 enc_error(union ccb *ccb, uint32_t cflags, uint32_t sflags) argument
356 return (cam_periph_error(ccb, cflags, sflags, &softc->saved_ccb));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc146 if (g->cflags&REG_NOSUB)
523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
/freebsd-11-stable/bin/pkill/
H A Dpkill.c112 static int cflags = REG_EXTENDED; variable
249 cflags |= REG_ICASE;
348 if ((rv = regcomp(&reg, *argv, cflags)) != 0) {
/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/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c2433 uint_t cflags, int argc, char *const argv[], FILE *fp, const char *s)
2441 if ((fp == NULL && s == NULL) || (cflags & ~DTRACE_C_MASK) != 0) {
2455 if (fp && (cflags & DTRACE_C_CPP) && (fp = dt_preproc(dtp, fp)) == NULL)
2468 pcb.pcb_cflags = dtp->dt_cflags | cflags;
2476 else if (cflags & DTRACE_C_CTL)
2505 if (cflags & DTRACE_C_CTL)
2593 if (yypcb->pcb_fileptr && (cflags & DTRACE_C_CPP))
2603 dtrace_probespec_t spec, uint_t cflags, int argc, char *const argv[])
2606 spec, NULL, cflags, argc, argv, NULL, s));
2611 uint_t cflags, in
2432 dt_compile(dtrace_hdl_t *dtp, int context, dtrace_probespec_t pspec, void *arg, uint_t cflags, int argc, char *const argv[], FILE *fp, const char *s) argument
2602 dtrace_program_strcompile(dtrace_hdl_t *dtp, const char *s, dtrace_probespec_t spec, uint_t cflags, int argc, char *const argv[]) argument
2610 dtrace_program_fcompile(dtrace_hdl_t *dtp, FILE *fp, uint_t cflags, int argc, char *const argv[]) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_sig.c2726 sigdeferstop_curr_flags(int cflags) argument
2729 MPASS((cflags & (TDF_SEINTR | TDF_SERESTART)) == 0 ||
2730 (cflags & TDF_SBDRY) != 0);
2731 return (cflags & (TDF_SBDRY | TDF_SEINTR | TDF_SERESTART));
2747 int cflags, nflags; local
2750 cflags = sigdeferstop_curr_flags(td->td_flags);
2753 nflags = cflags;
2759 nflags = (cflags | TDF_SBDRY) & ~(TDF_SEINTR | TDF_SERESTART);
2762 nflags = (cflags | TDF_SBDRY | TDF_SEINTR) & ~TDF_SERESTART;
2765 nflags = (cflags | TDF_SBDR
2789 int cflags; local
[all...]
/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/usr.sbin/bhyve/
H A Dsmbiostbl.c129 uint64_t cflags; /* characteristics */ member in struct:smbios_table_type0
218 uint16_t cflags; /* processor characteristics */ member in struct:smbios_table_type4
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c408 if (cflags & REG_ICASE)
623 if (!lastmatched || (cflags & REG_NOSUB))
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c2698 uint32_t cflags, hdrlen, ip_off, poff, vtag; local
2830 cflags = TD_ETHERNET;
2838 cflags |= TD_INS_VLAN_TAG;
2842 cflags |= TD_TSO | TD_TSO_DESCV1;
2843 cflags |= ((uint32_t)m->m_pkthdr.tso_segsz << TD_MSS_SHIFT) &
2846 cflags |= (poff << TD_TCPHDR_OFFSET_SHIFT) &
2856 desc->flags = htole32(cflags);
2865 desc->flags = htole32(cflags);
2875 cflags |= TD_CUSTOM_CSUM;
2877 cflags |
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h229 uint32_t wlan_channel_flags_to_snmp(uint32_t cflags);
/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/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/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);
/freebsd-11-stable/sys/dev/nfe/
H A Dif_nfe.c2422 uint16_t cflags, flags; local
2459 cflags = flags = 0;
2464 cflags &= ~(NFE_TX_IP_CSUM | NFE_TX_TCP_UDP_CSUM);
2465 cflags |= NFE_TX_TSO;
2468 cflags |= NFE_TX_IP_CSUM;
2470 cflags |= NFE_TX_TCP_UDP_CSUM;
2472 cflags |= NFE_TX_TCP_UDP_CSUM;
2526 desc64->flags |= htole16(NFE_TX_VALID | cflags);
2546 desc32->flags |= htole16(NFE_TX_VALID | cflags);
/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/contrib/flex/
H A Dflexdef.h1202 void flex_regcomp(regex_t *preg, const char *regex, int 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/contrib/libgnuregex/
H A Dregcomp.c469 regcomp (preg, pattern, cflags)
472 int cflags;
475 reg_syntax_t syntax = ((cflags & REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED
487 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;
490 if (cflags & REG_NEWLINE)
499 preg->no_sub = !!(cflags & REG_NOSUB);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c68 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
7930 regcomp (regex_t *preg, const char *pattern, int cflags)
7934 = (cflags & REG_EXTENDED) ?
7945 if (cflags & REG_ICASE)
7963 if (cflags & REG_NEWLINE)
7973 preg->no_sub = !!(cflags & REG_NOSUB);
8011 If NMATCH is zero or REG_NOSUB was set in the cflags argument to
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c68 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
7930 regcomp (regex_t *preg, const char *pattern, int cflags)
7934 = (cflags & REG_EXTENDED) ?
7945 if (cflags & REG_ICASE)
7963 if (cflags & REG_NEWLINE)
7973 preg->no_sub = !!(cflags & REG_NOSUB);
8011 If NMATCH is zero or REG_NOSUB was set in the cflags argument to

Completed in 350 milliseconds

1234