/openbmc/u-boot/cmd/ |
H A D | cpu.c | 67 static int do_cpu_list(cmd_tbl_t *cmdtp, int flag, int argc, in do_cpu_list() argument 76 static int do_cpu_detail(cmd_tbl_t *cmdtp, int flag, int argc, in do_cpu_detail() argument 93 static int do_cpu(cmd_tbl_t *cmdtp, int flag, int argc, in do_cpu() argument 107 return c->cmd(cmdtp, flag, argc, argv); in do_cpu()
|
H A D | qfw.c | 95 static int qemu_fwcfg_do_list(cmd_tbl_t *cmdtp, int flag, in qemu_fwcfg_do_list() argument 104 static int qemu_fwcfg_do_cpus(cmd_tbl_t *cmdtp, int flag, in qemu_fwcfg_do_cpus() argument 118 static int qemu_fwcfg_do_load(cmd_tbl_t *cmdtp, int flag, in qemu_fwcfg_do_load() argument 164 static int do_qemu_fw(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_qemu_fw() argument 181 ret = fwcfg_cmd->cmd(fwcfg_cmd, flag, argc, argv); in do_qemu_fw()
|
H A D | i2c.c | 435 static int do_i2c_flags(cmd_tbl_t *cmdtp, int flag, int argc, in do_i2c_flags() argument 465 static int do_i2c_olen(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_i2c_olen() argument 532 if ((flag & CMD_FLAG_REPEAT) == 0) { in do_i2c_md() 825 if ((flag & CMD_FLAG_REPEAT) == 0) { in mod_i2c_mem() 1651 int do_edid(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_edid() argument 1718 static int do_i2c_show_bus(cmd_tbl_t *cmdtp, int flag, int argc, in do_i2c_show_bus() argument 1805 static int do_i2c_bus_num(cmd_tbl_t *cmdtp, int flag, int argc, in do_i2c_bus_num() argument 1901 return mod_i2c_mem (cmdtp, 1, flag, argc, argv); in do_i2c_mm() 1916 return mod_i2c_mem (cmdtp, 0, flag, argc, argv); in do_i2c_nm() 1998 static int do_i2c(cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) in do_i2c() argument [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | 32and64bit.patch | 17 -process_elf_file (const char *file_name, const char *lib, int *flag, 18 +process_elf_file32 (const char *file_name, const char *lib, int *flag, 57 + *flag = FLAG_ELF; 98 + *flag = interpreters[j].flag; 186 + if (*flag == FLAG_ELF) 194 + *flag = known_libs [j].flag; 204 + if (*soname && *flag != FLAG_ELF) 219 +process_elf_file64 (const char *file_name, const char *lib, int *flag, 304 +process_elf_file (const char *file_name, const char *lib, int *flag, 324 + return process_elf_file32(file_name, lib,flag, osversion, soname, file_contents, file_length); [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | common.c | 77 rxs->flag |= RX_FLAG_FAILED_FCS_CRC; in ath9k_cmn_rx_accept() 110 rxs->flag |= RX_FLAG_MMIC_STRIPPED; in ath9k_cmn_rx_accept() 112 rxs->flag |= RX_FLAG_MMIC_ERROR; in ath9k_cmn_rx_accept() 154 rxs->flag |= RX_FLAG_DECRYPTED; in ath9k_cmn_rx_skb_postprocess() 160 rxs->flag |= RX_FLAG_DECRYPTED; in ath9k_cmn_rx_skb_postprocess() 163 (rxs->flag & RX_FLAG_DECRYPTED) && in ath9k_cmn_rx_skb_postprocess() 166 rxs->flag &= ~RX_FLAG_DECRYPTED; in ath9k_cmn_rx_skb_postprocess() 227 rxs->flag |= RX_FLAG_NO_SIGNAL_VAL; in ath9k_cmn_process_rssi() 236 rxs->flag |= RX_FLAG_NO_SIGNAL_VAL; in ath9k_cmn_process_rssi()
|
/openbmc/linux/drivers/power/supply/ |
H A D | ipaq_micro_battery.c | 46 u8 flag; member 79 mb->flag = msg_battery.rx_data[4]; in micro_battery_work() 95 switch (mb->flag & 0x07) { in get_capacity() 115 if (mb->flag == MICRO_BATT_STATUS_UNKNOWN) in get_status() 118 if (mb->flag & MICRO_BATT_STATUS_FULL) in get_status() 121 if ((mb->flag & MICRO_BATT_STATUS_CHARGING) || in get_status() 122 (mb->flag & MICRO_BATT_STATUS_CHARGEMAIN)) in get_status()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bootm.c | 207 int do_bootm_linux(int flag, int argc, char * const argv[], in do_bootm_linux() argument 211 if (flag & BOOTM_STATE_OS_BD_T || flag & BOOTM_STATE_OS_CMDLINE) in do_bootm_linux() 214 if (flag & BOOTM_STATE_OS_PREP) in do_bootm_linux() 217 if (flag & BOOTM_STATE_OS_GO) in do_bootm_linux()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | types.py | 89 for flag in regexflags.split(): 90 flag = flag.upper() 92 flagval |= getattr(re, flag) 94 raise ValueError("Invalid regex flag '%s'" % flag)
|
/openbmc/linux/arch/powerpc/mm/ptdump/ |
H A D | hashpagetable.c | 155 *flag, u64 pte, int num) in dump_flag_info() 159 for (i = 0; i < num; i++, flag++) { in dump_flag_info() 164 if (flag->mask == 0) in dump_flag_info() 167 if (flag->is_val) { in dump_flag_info() 168 val = pte & flag->val; in dump_flag_info() 169 if (flag->shift) in dump_flag_info() 170 val = val >> flag->shift; in dump_flag_info() 171 seq_printf(st->seq, " %s:%llx", flag->set, val); in dump_flag_info() 173 if ((pte & flag->mask) == flag->val) in dump_flag_info() 174 s = flag->set; in dump_flag_info() [all …]
|
/openbmc/u-boot/arch/sh/lib/ |
H A D | bootm.c | 52 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux() argument 68 if (flag & BOOTM_STATE_OS_PREP) in do_bootm_linux() 71 if ((flag != 0) && (flag != BOOTM_STATE_OS_GO)) in do_bootm_linux()
|
/openbmc/u-boot/arch/nios2/cpu/ |
H A D | interrupts.c | 79 int flag; in irq_install_handler() local 87 flag = disable_interrupts (); in irq_install_handler() 98 if (flag) enable_interrupts (); in irq_install_handler() 120 int do_irqinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_irqinfo() argument
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | intel-cqm.c | 45 int i, fd[2], flag, ret; in test__intel_cqm_count_nmi_context() local 51 flag = perf_event_open_cloexec_flag(); in test__intel_cqm_count_nmi_context() 84 fd[0] = sys_perf_event_open(&pe, pid, -1, -1, flag); in test__intel_cqm_count_nmi_context() 96 fd[1] = sys_perf_event_open(&pe, pid, -1, fd[0], flag); in test__intel_cqm_count_nmi_context()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | menu.c | 31 static uint8_t flag; variable 203 if (flag == QIPL_FLAG_BM_OPTS_ZIPL) { in menu_get_zipl_boot_index() 260 flag = boot_menu_flag; in menu_set_parms() 266 return flag & (QIPL_FLAG_BM_OPTS_CMD | QIPL_FLAG_BM_OPTS_ZIPL); in menu_is_enabled_zipl() 271 return flag & QIPL_FLAG_BM_OPTS_CMD; in menu_is_enabled_enum()
|
/openbmc/linux/drivers/acpi/ |
H A D | thermal.c | 200 if (flag & ACPI_TRIPS_CRITICAL) { in __acpi_thermal_trips_update() 240 if (flag & ACPI_TRIPS_HOT) { in __acpi_thermal_trips_update() 257 flag == ACPI_TRIPS_INIT) { in __acpi_thermal_trips_update() 274 if (flag == ACPI_TRIPS_INIT) { in __acpi_thermal_trips_update() 314 ACPI_THERMAL_TRIPS_EXCEPTION(flag, tz, "device"); in __acpi_thermal_trips_update() 317 if ((flag & ACPI_TRIPS_PASSIVE) || (flag & ACPI_TRIPS_DEVICES)) { in __acpi_thermal_trips_update() 319 ACPI_THERMAL_TRIPS_EXCEPTION(flag, tz, "state"); in __acpi_thermal_trips_update() 330 if (flag == ACPI_TRIPS_INIT || ((flag & ACPI_TRIPS_ACTIVE) && in __acpi_thermal_trips_update() 382 if ((flag & ACPI_TRIPS_ACTIVE) || (flag & ACPI_TRIPS_DEVICES)) in __acpi_thermal_trips_update() 390 if (flag & ACPI_TRIPS_DEVICES) { in __acpi_thermal_trips_update() [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-ft260.c | 418 int len, u8 flag) in ft260_i2c_write() argument 428 rep->flag = FT260_FLAG_START; in ft260_i2c_write() 447 rep->flag, data[0]); in ft260_i2c_write() 458 rep->flag = 0; in ft260_i2c_write() 480 rep->flag = flag; in ft260_smbus_write() 497 u16 len, u8 flag) in ft260_i2c_read() argument 509 flag = FT260_FLAG_START; in ft260_i2c_read() 513 flag |= FT260_FLAG_STOP; in ft260_i2c_read() 522 rep.flag = flag; in ft260_i2c_read() 548 if (flag & FT260_FLAG_STOP) in ft260_i2c_read() [all …]
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | sun3lance.c | 112 volatile unsigned char flag; member 120 volatile unsigned char flag; member 461 MEM->tx_head[i].flag = 0; in lance_init_ring() 470 MEM->rx_head[i].flag = RMD1_OWN_CHIP; in lance_init_ring() 690 if (head->flag & TMD1_OWN_CHIP) in lance_interrupt() 693 if (head->flag & TMD1_ERR) { in lance_interrupt() 711 head->flag &= ~(TMD1_ENP | TMD1_STP); in lance_interrupt() 773 int status = head->flag; in lance_rx() 786 head->flag &= (RMD1_ENP|RMD1_STP); in lance_rx() 802 head->flag |= RMD1_OWN_CHIP; in lance_rx() [all …]
|
/openbmc/qemu/system/ |
H A D | qemu-seccomp.c | 63 #define REQUIRE_CLONE_FLAG(flag) \ argument 64 const struct scmp_arg_cmp clone_arg ## flag[] = { \ 67 .datum_a = flag, .datum_b = 0 } } 69 #define FORBID_CLONE_FLAG(flag) \ argument 70 const struct scmp_arg_cmp clone_arg ## flag[] = { \ 73 .datum_a = flag, .datum_b = flag } } 75 #define RULE_CLONE_FLAG(flag) \ argument 77 ARRAY_SIZE(clone_arg ## flag), clone_arg ## flag, SCMP_ACT_ERRNO(EPERM) }
|
/openbmc/linux/tools/memory-model/ |
H A D | linux-kernel.bell | 57 flag ~empty Rcu-lock \ domain(rcu-rscs) as unmatched-rcu-lock 58 flag ~empty Rcu-unlock \ range(rcu-rscs) as unmatched-rcu-unlock 65 flag ~empty Srcu-lock \ domain(srcu-rscs) as unmatched-srcu-lock 66 flag ~empty Srcu-unlock \ range(srcu-rscs) as unmatched-srcu-unlock 67 flag ~empty (srcu-rscs^-1 ; srcu-rscs) \ id as multiple-srcu-matches 70 flag ~empty rcu-rscs & (po ; [Sync-srcu] ; po) as invalid-sleep 73 flag ~empty different-values(srcu-rscs) as srcu-bad-value-match
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | ibmphp_res.c | 48 if (flag) in alloc_error_bus() 91 switch (flag) { in alloc_bus_range() 121 switch (flag) { in alloc_bus_range() 962 u8 flag = 0; in ibmphp_check_resource() local 1031 flag = 1; in ibmphp_check_resource() 1037 flag = 0; in ibmphp_check_resource() 1072 flag = 1; in ibmphp_check_resource() 1078 flag = 0; in ibmphp_check_resource() 1209 flag = 1; in ibmphp_check_resource() 1215 flag = 0; in ibmphp_check_resource() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | nilfs2_ondisk.h | 532 #define NILFS_CHECKPOINT_FNS(flag, name) \ argument 537 (1UL << NILFS_CHECKPOINT_##flag)); \ 543 ~(1UL << NILFS_CHECKPOINT_##flag)); \ 549 (1UL << NILFS_CHECKPOINT_##flag)); \ 594 #define NILFS_SEGMENT_USAGE_FNS(flag, name) \ argument 599 (1UL << NILFS_SEGMENT_USAGE_##flag));\ 606 ~(1UL << NILFS_SEGMENT_USAGE_##flag)); \ 612 (1UL << NILFS_SEGMENT_USAGE_##flag)); \
|
/openbmc/linux/drivers/platform/x86/amd/pmf/ |
H A D | sps.c | 179 u8 flag = 0; in amd_pmf_power_slider_update_event() local 192 flag |= BIT(AC_BEST_PERF); in amd_pmf_power_slider_update_event() 195 flag |= BIT(AC_BETTER_PERF); in amd_pmf_power_slider_update_event() 198 flag |= BIT(AC_BETTER_BATTERY); in amd_pmf_power_slider_update_event() 208 flag |= BIT(DC_BEST_PERF); in amd_pmf_power_slider_update_event() 211 flag |= BIT(DC_BETTER_PERF); in amd_pmf_power_slider_update_event() 214 flag |= BIT(DC_BATTERY_SAVER); in amd_pmf_power_slider_update_event() 222 apmf_os_power_slider_update(dev, flag); in amd_pmf_power_slider_update_event()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_rcb.h | 127 void hns_rcb_int_clr_hw(struct hnae_queue *q, u32 flag); 128 void hns_rcb_int_ctrl_hw(struct hnae_queue *q, u32 flag, u32 enable); 129 void hns_rcbv2_int_ctrl_hw(struct hnae_queue *q, u32 flag, u32 mask); 130 void hns_rcbv2_int_clr_hw(struct hnae_queue *q, u32 flag); 134 void hns_rcb_wait_fbd_clean(struct hnae_queue **qs, int q_num, u32 flag);
|
/openbmc/u-boot/common/ |
H A D | flash.c | 27 flash_protect (int flag, ulong from, ulong to, flash_info_t *info) in flash_protect() argument 42 (flag & FLAG_PROTECT_SET) ? "ON" : in flash_protect() 43 (flag & FLAG_PROTECT_CLEAR) ? "OFF" : "???", in flash_protect() 63 if (flag & FLAG_PROTECT_CLEAR) { in flash_protect() 71 else if (flag & FLAG_PROTECT_SET) { in flash_protect()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_variables.c | 52 int flag; in execute() local 137 flag = 0; in execute() 150 flag |= 1; in execute() 153 flag |= 2; in execute() 155 if (flag != 3) { in execute()
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | pnor_partition_table.cpp | 248 std::string flag{}; in writeUserdata() local 253 while (std::getline(stream, flag, ',')) in writeUserdata() 255 if (flag == "") in writeUserdata() 258 if (flag == "ECC") in writeUserdata() 262 else if (flag == "READONLY") in writeUserdata() 266 else if (flag == "READWRITE") in writeUserdata() 270 else if (flag == "PRESERVED") in writeUserdata() 274 else if (flag == "REPROVISION") in writeUserdata() 278 else if (flag == "VOLATILE") in writeUserdata() 282 else if (flag == "CLEARECC") in writeUserdata() [all …]
|