Home
last modified time | relevance | path

Searched refs:c_flags (Results 1 – 25 of 41) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/gas/
H A Dmake-gas.com79 $ gcc 'c_flags'/Define=('C_DEFS') app.c
80 $ gcc 'c_flags'/Define=('C_DEFS') as.c
83 $ gcc 'c_flags'/Define=('C_DEFS') cond.c
87 $ gcc 'c_flags'/Define=('C_DEFS') ehopt.c
88 $ gcc 'c_flags'/Define=('C_DEFS') expr.c
92 $ gcc 'c_flags'/Define=('C_DEFS') frags.c
93 $ gcc 'c_flags'/Define=('C_DEFS') hash.c
99 $ gcc 'c_flags'/Define=('C_DEFS') read.c
102 $ gcc 'c_flags'/Define=('C_DEFS') write.c
104 $ gcc 'c_flags'/Define=('C_DEFS') ecoff.c
[all …]
H A Dvmsconf.sh79 $ gcc 'c_flags'/Define=('C_DEFS')/Object=[]tc-'cpu_type'.obj [.config]tc-'cpu_type'.c
80 $ gcc 'c_flags'/Define=('C_DEFS')/Object=[]obj-'obj_format'.obj [.config]obj-'obj_format'.c
81 $ gcc 'c_flags'/Define=('C_DEFS')/Object=[]atof-'atof'.obj [.config]atof-'atof'.c
90 echo "\$ gcc 'c_flags'/Define=('C_DEFS')/Object=[]$base.obj $cfile"
93 echo "\$ gcc 'c_flags'/Define=('C_DEFS') $cfile"
/openbsd/sys/dev/atapiscsi/
H A Datapiscsi.c330 xfer->c_flags |= C_POLL; in wdc_atapi_send_cmd()
332 xfer->c_flags |= C_ATAPI; in wdc_atapi_send_cmd()
532 xfer->c_flags &= ~C_TIMEOU; in wdc_atapi_intr()
701 xfer->c_flags |= C_DMA; in wdc_atapi_real_start()
703 xfer->c_flags &= ~C_DMA; in wdc_atapi_real_start()
776 if (xfer->c_flags & C_DMA) in wdc_atapi_send_packet()
838 if (xfer->c_flags & C_DMA) { in wdc_atapi_intr_command()
852 if (xfer->c_flags & C_DMA) { in wdc_atapi_intr_command()
1044 if (xfer->c_flags & C_DMA) { in wdc_atapi_intr_complete()
1118 xfer->c_flags |= C_SENSE; in wdc_atapi_intr_complete()
[all …]
/openbsd/usr.sbin/hostapd/
H A Dhostapd.c213 cfg->c_flags |= HOSTAPD_CFG_F_UDP; in hostapd_udp_init()
251 if (cfg->c_flags & HOSTAPD_CFG_F_BRDCAST) { in hostapd_udp_init()
316 if (cfg->c_flags & HOSTAPD_CFG_F_APME) { in hostapd_cleanup()
321 if (cfg->c_flags & HOSTAPD_CFG_F_PRIV && in hostapd_cleanup()
322 (cfg->c_flags & HOSTAPD_CFG_F_BRDCAST) == 0) { in hostapd_cleanup()
342 if ((cfg->c_flags & HOSTAPD_CFG_F_PRIV) == 0 && in hostapd_cleanup()
343 cfg->c_flags & HOSTAPD_CFG_F_APME) { in hostapd_cleanup()
427 if ((cfg->c_flags & HOSTAPD_CFG_F_IAPP) == 0) in main()
449 if (cfg->c_flags & HOSTAPD_CFG_F_APME) { in main()
459 if (cfg->c_flags & HOSTAPD_CFG_F_APME) in main()
[all …]
H A Dprivsep.c117 cfg->c_flags &= ~HOSTAPD_CFG_F_PRIV; in hostapd_priv_init()
144 cfg->c_flags |= HOSTAPD_CFG_F_PRIV; in hostapd_priv_init()
162 if (cfg->c_flags & HOSTAPD_CFG_F_APME) { in hostapd_priv_init()
194 if ((cfg->c_flags & HOSTAPD_CFG_F_APME) == 0 || in hostapd_priv_getapme()
341 if ((cfg->c_flags & HOSTAPD_CFG_F_APME) == 0) in hostapd_priv_apme_getnode()
367 if ((cfg->c_flags & HOSTAPD_CFG_F_APME) == 0) in hostapd_priv_apme_setnode()
397 if ((cfg->c_flags & HOSTAPD_CFG_F_APME) == 0) in hostapd_priv_apme_bssid()
440 if ((cfg->c_flags & HOSTAPD_CFG_F_APME) == 0) in hostapd_priv_roaming()
H A Diapp.c50 if ((cfg->c_flags & HOSTAPD_CFG_F_APME) == 0) in hostapd_iapp_init()
72 if ((cfg->c_flags & HOSTAPD_CFG_F_APME) == 0) in hostapd_iapp_term()
111 if (cfg->c_flags & HOSTAPD_CFG_F_BRDCAST) in hostapd_iapp_add_notify()
160 if (cfg->c_flags & HOSTAPD_CFG_F_BRDCAST) in hostapd_iapp_radiotap()
261 cfg->c_flags & HOSTAPD_CFG_F_APME) { in hostapd_iapp_input()
/openbsd/sys/arch/armv7/omap/
H A Dommmc.c859 SET(cmd->c_flags, SCF_ITSDONE); in ommmc_exec_command()
869 SET(cmd->c_flags, SCF_ITSDONE); in ommmc_exec_command()
879 if (ISSET(cmd->c_flags, SCF_RSP_136)) { in ommmc_exec_command()
915 SET(cmd->c_flags, SCF_ITSDONE); in ommmc_exec_command()
929 cmd->c_datalen, cmd->c_flags)); in ommmc_start_command()
956 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in ommmc_start_command()
977 if (ISSET(cmd->c_flags, SCF_RSP_CRC)) in ommmc_start_command()
979 if (ISSET(cmd->c_flags, SCF_RSP_IDX)) in ommmc_start_command()
984 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in ommmc_start_command()
1049 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in ommmc_transfer_data()
[all …]
/openbsd/sys/dev/sdmmc/
H A Dsdmmc.c626 acmd.c_flags = SCF_CMD_AC | SCF_RSP_R1; in sdmmc_app_command()
679 cmd.c_flags = SCF_CMD_BC | SCF_RSP_R0; in sdmmc_go_idle_state()
700 cmd.c_flags = SCF_CMD_BCR | SCF_RSP_R7; in sdmmc_send_if_cond()
727 cmd.c_flags = SCF_CMD_BCR | SCF_RSP_R6; in sdmmc_set_relative_addr()
731 cmd.c_flags = SCF_CMD_AC | SCF_RSP_R1; in sdmmc_set_relative_addr()
759 cmd.c_flags = SCF_CMD_AC | (sf == NULL ? SCF_RSP_R0 : SCF_RSP_R1); in sdmmc_select_card()
801 cmd.c_flags = ucmd->c_flags; in sdmmc_ioctl()
827 ucmd->c_flags = cmd.c_flags; in sdmmc_ioctl()
857 cmd->c_arg, cmd->c_data, cmd->c_datalen, cmd->c_flags, in sdmmc_dump_command()
864 if (ISSET(cmd->c_flags, SCF_RSP_136)) in sdmmc_dump_command()
[all …]
H A Dsdmmc_mem.c185 cmd.c_flags = SCF_CMD_AC | SCF_RSP_R1; in sdmmc_mem_enable()
269 cmd.c_flags = SCF_CMD_BCR | SCF_RSP_R2; in sdmmc_mem_scan()
337 cmd.c_flags = SCF_CMD_AC | SCF_RSP_R2; in sdmmc_mem_scan()
540 SET(cmd.c_flags, SCF_RSP_R1); in sdmmc_mem_send_cxd_data()
542 SET(cmd.c_flags, SCF_RSP_R2); in sdmmc_mem_send_cxd_data()
562 cmd.c_flags = SCF_RSP_R1 | SCF_CMD_AC; in sdmmc_mem_set_bus_width()
638 cmd.c_flags = SCF_RSP_R1B | SCF_CMD_AC; in sdmmc_mem_mmc_switch()
1056 cmd.c_flags = SCF_CMD_BCR | SCF_RSP_R3; in sdmmc_mem_send_op_cond()
1095 cmd.c_flags = SCF_CMD_AC | SCF_RSP_R1; in sdmmc_mem_set_blocklen()
1146 cmd.c_flags = SCF_CMD_AC | SCF_RSP_R1; in sdmmc_mem_read_block_subr()
[all …]
H A Dsdhc.c876 SET(cmd->c_flags, SCF_ITSDONE); in sdhc_exec_command()
887 SET(cmd->c_flags, SCF_ITSDONE); in sdhc_exec_command()
897 if (ISSET(cmd->c_flags, SCF_RSP_136)) { in sdhc_exec_command()
919 SET(cmd->c_flags, SCF_ITSDONE); in sdhc_exec_command()
938 cmd->c_datalen, cmd->c_flags)); in sdhc_start_command()
965 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in sdhc_start_command()
985 if (ISSET(cmd->c_flags, SCF_RSP_CRC)) in sdhc_start_command()
987 if (ISSET(cmd->c_flags, SCF_RSP_IDX)) in sdhc_start_command()
992 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in sdhc_start_command()
1131 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in sdhc_transfer_data()
[all …]
/openbsd/sys/dev/fdt/
H A Dimxesdhc.c811 SET(cmd->c_flags, SCF_ITSDONE); in imxesdhc_exec_command()
821 SET(cmd->c_flags, SCF_ITSDONE); in imxesdhc_exec_command()
831 if (ISSET(cmd->c_flags, SCF_RSP_136)) { in imxesdhc_exec_command()
861 SET(cmd->c_flags, SCF_ITSDONE); in imxesdhc_exec_command()
877 cmd->c_datalen, cmd->c_flags)); in imxesdhc_start_command()
903 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) { in imxesdhc_start_command()
914 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in imxesdhc_start_command()
931 if (ISSET(cmd->c_flags, SCF_RSP_CRC)) in imxesdhc_start_command()
933 if (ISSET(cmd->c_flags, SCF_RSP_IDX)) in imxesdhc_start_command()
1051 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in imxesdhc_transfer_data()
[all …]
H A Damlmmc.c592 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in amlmmc_exec_command()
594 if (ISSET(cmd->c_flags, SCF_RSP_136)) in amlmmc_exec_command()
596 if (ISSET(cmd->c_flags, SCF_RSP_BSY)) in amlmmc_exec_command()
598 if (!ISSET(cmd->c_flags, SCF_RSP_CRC)) in amlmmc_exec_command()
604 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) in amlmmc_exec_command()
645 if (ISSET(cmd->c_flags, SCF_CMD_READ)) { in amlmmc_exec_command()
698 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in amlmmc_exec_command()
699 if (ISSET(cmd->c_flags, SCF_RSP_136)) { in amlmmc_exec_command()
704 if (ISSET(cmd->c_flags, SCF_RSP_CRC)) { in amlmmc_exec_command()
720 if (ISSET(cmd->c_flags, SCF_CMD_READ)) { in amlmmc_exec_command()
[all …]
H A Dbcm2835_sdhost.c425 if (!ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in bcmsdhost_exec_command()
427 if (ISSET(cmd->c_flags, SCF_RSP_136)) in bcmsdhost_exec_command()
429 if (ISSET(cmd->c_flags, SCF_RSP_BSY)) in bcmsdhost_exec_command()
433 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in bcmsdhost_exec_command()
476 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in bcmsdhost_exec_command()
477 if (ISSET(cmd->c_flags, SCF_RSP_136)) { in bcmsdhost_exec_command()
482 if (ISSET(cmd->c_flags, SCF_RSP_CRC)) { in bcmsdhost_exec_command()
497 cmd->c_flags |= SCF_ITSDONE; in bcmsdhost_exec_command()
571 if (ISSET(cmd->c_flags, SCF_CMD_READ)) { in bcmsdhost_dma_transfer()
644 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) in bcmsdhost_pio_transfer()
[all …]
H A Dsximmc.c800 uint32_t bit = (cmd->c_flags & SCF_CMD_READ) ? in sximmc_pio_wait()
822 if (cmd->c_flags & SCF_CMD_READ) { in sximmc_pio_transfer()
906 if (cmd->c_flags & SCF_CMD_READ) in sximmc_dma_prepare()
943 if (cmd->c_flags & SCF_RSP_PRESENT) in sximmc_exec_command()
945 if (cmd->c_flags & SCF_RSP_136) in sximmc_exec_command()
947 if (cmd->c_flags & SCF_RSP_CRC) in sximmc_exec_command()
955 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) { in sximmc_exec_command()
1055 if (cmd->c_flags & SCF_RSP_PRESENT) { in sximmc_exec_command()
1056 if (cmd->c_flags & SCF_RSP_136) { in sximmc_exec_command()
1061 if (cmd->c_flags & SCF_RSP_CRC) { in sximmc_exec_command()
[all …]
H A Ddwmmc.c923 if (cmd->c_flags & SCF_RSP_PRESENT) in dwmmc_exec_command()
925 if (cmd->c_flags & SCF_RSP_136) in dwmmc_exec_command()
927 if (cmd->c_flags & SCF_RSP_CRC) in dwmmc_exec_command()
943 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) in dwmmc_exec_command()
996 if (cmd->c_flags & SCF_RSP_PRESENT) { in dwmmc_exec_command()
997 if (cmd->c_flags & SCF_RSP_136) { in dwmmc_exec_command()
1002 if (cmd->c_flags & SCF_RSP_CRC) { in dwmmc_exec_command()
1058 cmd->c_flags |= SCF_ITSDONE; in dwmmc_exec_command()
1075 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in dwmmc_transfer_data()
1103 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) in dwmmc_transfer_data()
[all …]
/openbsd/sys/dev/ic/
H A Dw83l518d_sdmmc.c371 if (ISSET(cmd->c_flags, SCF_CMD_READ)) { in wb_sdmmc_transfer_data()
407 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in wb_sdmmc_transfer_data()
434 cmd->c_opcode, cmd->c_flags, cmd->c_data, cmd->c_datalen); in wb_sdmmc_exec_command()
473 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in wb_sdmmc_exec_command()
510 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in wb_sdmmc_exec_command()
516 if (ISSET(cmd->c_flags, SCF_RSP_136)) in wb_sdmmc_exec_command()
535 SET(cmd->c_flags, SCF_ITSDONE); in wb_sdmmc_exec_command()
542 ISSET(cmd->c_flags, SCF_CMD_READ) ? "rd" : "wr", in wb_sdmmc_exec_command()
H A Dwdc.c1208 xfer->c_flags |= C_TIMEOU; in wdctimeout()
1629 xfer->c_flags |= C_POLL; in wdc_exec_command()
1677 if (xfer->c_flags & C_POLL) { in __wdccommand_start()
1802 if (xfer->c_flags & C_POLL) { in __wdccommand_done()
1917 if ((xfer->c_flags & C_POLL) != 0 && in wdc_exec_xfer()
1938 xfer->c_flags = C_SCSIXFER; in wdc_scrub_xfer()
1949 if (ISSET(xfer->c_flags, C_SCSIXFER)) in wdc_xfer_put()
1950 CLR(xfer->c_flags, C_SCSIXFER); in wdc_xfer_put()
1972 if (xfer->c_flags & C_PRIVATEXFER) { in wdc_free_xfer()
1981 if (ISSET(xfer->c_flags, C_SCSIXFER)) in wdc_free_xfer()
[all …]
H A Drtsx.c1018 int read = ISSET(cmd->c_flags, SCF_CMD_READ); in rtsx_xfer()
1116 int read = ISSET(cmd->c_flags, SCF_CMD_READ); in rtsx_xfer_bounce()
1181 int read = ISSET(cmd->c_flags, SCF_CMD_READ); in rtsx_xfer_adma()
1240 rsp_type = rtsx_response_type(cmd->c_flags & 0xff00); in rtsx_exec_command()
1243 (cmd->c_flags & 0xff00)); in rtsx_exec_command()
1328 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) { in rtsx_exec_command()
1331 if (ISSET(cmd->c_flags, SCF_RSP_136)) { in rtsx_exec_command()
1360 SET(cmd->c_flags, SCF_ITSDONE); in rtsx_exec_command()
/openbsd/sys/dev/ata/
H A Data_wdc.c171 xfer->c_flags |= C_PRIVATEXFER; /* Our xfer is totally private */ in wd_hibernate_io()
172 xfer->c_flags |= C_POLL; in wd_hibernate_io()
199 xfer->c_flags |= C_POLL; in wdc_ata_bio()
205 xfer->c_flags |= C_DMA; in wdc_ata_bio()
274 if (xfer->c_flags & C_DMA) { in _wdc_ata_bio_start()
307 if (xfer->c_flags & C_DMA) { in _wdc_ata_bio_start()
328 xfer->c_flags &= ~C_DMA; in _wdc_ata_bio_start()
474 if (xfer->c_flags & C_TIMEOU) in wdc_ata_bio_intr()
493 if (xfer->c_flags & C_DMA) { in wdc_ata_bio_intr()
554 if (xfer->c_flags in wdc_ata_bio_intr()
[all...]
/openbsd/sys/arch/octeon/dev/
H A Doctmmc.c637 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) in octmmc_exec_dma()
642 ISSET(cmd->c_flags, SCF_CMD_READ) ? BUS_DMASYNC_PREREAD : in octmmc_exec_dma()
661 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) in octmmc_exec_dma()
709 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in octmmc_exec_dma()
713 ISSET(cmd->c_flags, SCF_CMD_READ) ? BUS_DMASYNC_POSTREAD : in octmmc_exec_dma()
716 if (bounce && ISSET(cmd->c_flags, SCF_CMD_READ)) in octmmc_exec_dma()
805 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in octmmc_exec_pio()
851 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) in octmmc_dma_load_6130()
884 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) in octmmc_dma_load_7890()
922 if (SCF_CMD(cmd->c_flags) == SCF_CMD_BCR) { in octmmc_crtype_fixup()
[all …]
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A D__init__.py84 self.c_flags = []
92 self.c_flags.append('-std=' + standard)
96 self.c_flags.extend(defines)
106 return extra + ['-fPIC'] + self.c_flags
174 execute([self.ctx.compiler, src_file] + self.ctx.c_flags,
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DAddOCaml.cmake90 set(c_flags "${ARG_CFLAGS} ${LLVM_DEFINITIONS}") variable
92 set(c_flags "${c_flags} -I${include_dir}") variable
98 set(c_flags "${c_flags} ${flag_matches}") variable
137 COMMAND "${OCAMLFIND}" "ocamlc" "-c" "${c_input}" -ccopt ${c_flags}
/openbsd/usr.bin/rdist/
H A Ddocmd.c207 cmd->c_flags |= CMD_NOCHKNFS; in checkcmd()
225 pcmd->c_flags |= CMD_ASSIGNED; in markassigned()
243 cmd->c_flags |= CMD_CONNFAILED; in markfailed()
248 pc->c_flags |= CMD_CONNFAILED; in markfailed()
452 if (cmd->c_flags & CMD_CONNFAILED) { in doarrow()
879 if (cmd->c_flags & CMD_NOCHKNFS) in docmdhost()
992 } else if (c->c_flags & CMD_ASSIGNED) { in docmds()
/openbsd/sys/dev/pci/
H A Dips.c346 int c_flags; /* SCSI_* flags */ member
1364 ccb->c_flags = xs->flags; in ips_start_xs()
1399 if (ccb->c_flags & SCSI_POLL) in ips_cmd()
1413 if (ccb->c_flags & SCSI_NOSLEEP) { in ips_poll()
1676 if (ccb->c_flags & SCSI_POLL) { in ips_intr()
1721 ccb->c_flags = SCSI_DATA_IN | SCSI_POLL | flags; in ips_getadapterinfo()
1742 ccb->c_flags = SCSI_DATA_IN | SCSI_POLL | flags; in ips_getdriveinfo()
1763 ccb->c_flags = SCSI_DATA_IN | SCSI_POLL | flags; in ips_getconf()
1828 ccb->c_flags = SCSI_POLL | flags; in ips_setstate()
1851 ccb->c_flags = SCSI_POLL | flags; in ips_rebuild()
[all …]
/openbsd/usr.bin/find/
H A Dextern.h61 PLAN *c_flags(char *, char ***, int);

12