Home
last modified time | relevance | path

Searched refs:is_valid (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-uuid.c131 bool is_valid = uuid_test_data[i].uuidstr_is_valid; in test_uuid_parse() local
134 g_assert_cmpint(!r, ==, is_valid); in test_uuid_parse()
135 if (is_valid) { in test_uuid_parse()
136 g_assert_cmpint(is_valid, ==, uuid_is_valid(&uuid)); in test_uuid_parse()
H A Dtest-smp-parse.c783 bool is_valid) in check_parse() argument
812 if (is_valid) { in check_parse()
885 static void smp_parse_test(MachineState *ms, SMPTestData *data, bool is_valid) in smp_parse_test() argument
891 data->expect_error, is_valid); in smp_parse_test()
895 data->expect_error, is_valid); in smp_parse_test()
/openbmc/u-boot/board/freescale/common/
H A Dsys_eeprom.c71 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \ macro
77 #define is_valid ((e.id[0] == 'C') || (e.id[1] == 'C') || \ macro
350 if (!is_valid) { in do_mac()
431 if (!is_valid) { in mac_read_from_eeprom()
/openbmc/u-boot/board/varisys/common/
H A Dsys_eeprom.c53 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \ macro
330 if (!is_valid) { in do_mac()
449 if (!is_valid) { in mac_read_from_eeprom_common()
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot67 # 'is_valid': True,
82 # Skip channel if is_valid is false for the channel number
83 IF ${active_channel_config["${channel_number}"]["is_valid"]}==${FALSE} CONTINUE
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h122 int (*is_valid)(const struct ti_sci_handle *handle, u32 id); member
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend37 overlapping="$(jq '."${GBMCBR_IPMI_CHANNEL}" | .is_valid and .name != "gbmcbr"' $config_json)"
/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c643 link_cfg->is_valid = 1; in tegra_dc_dp_calc_config()
987 cfg->is_valid = 0; in tegra_dp_lower_link_config()
1365 link_cfg->is_valid = 0; in tegra_dc_dp_explore_link_cfg()
1381 return link_cfg->is_valid ? 0 : -EFAULT; in tegra_dc_dp_explore_link_cfg()
1479 link_cfg->is_valid = 0; in tegra_dp_enable()
H A Dsor.h840 int is_valid; member
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmactest.c935 uint32_t is_valid; in setup_chip_compatibility() local
945 is_valid = 0; in setup_chip_compatibility()
961 is_valid = 1; in setup_chip_compatibility()
968 is_valid = 1; in setup_chip_compatibility()
971 if (0 == is_valid) { in setup_chip_compatibility()
/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c902 static int is_valid(uint32_t link) in is_valid() function
954 while (is_valid(plink)) { in uhci_queue_fill()
993 for (cnt = FRAME_MAX_LOOPS; is_valid(link) && cnt; cnt--) { in uhci_process_frame()
1029 if (!is_valid(qh.el_link)) { in uhci_process_frame()
/openbmc/qemu/hw/intc/
H A Dxive.c828 bool is_valid = xive_ring_valid(tctx, ring); in xive_tctx_tm_write() local
829 bool hw_owned = is_valid; in xive_tctx_tm_write()
882 bool is_valid = xive_ring_valid(tctx, ring); in xive_tctx_tm_read() local
883 bool hw_owned = is_valid; in xive_tctx_tm_read()
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c1827 dops->is_valid = ti_sci_cmd_dev_is_valid; in ti_sci_setup_ops()
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.robot743 IF '${values['is_valid']}' == 'True'
/openbmc/qemu/disas/
H A Dm68k.c93 int (*is_valid) (const struct floatformat *fmt, const char *from); member
4991 return fmt->is_valid (fmt, from); in floatformat_is_valid()