Home
last modified time | relevance | path

Searched defs:bad (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/power/
H A Dtps6586x.c172 int bad; in tps6586x_adjust_sm0_sm1() local
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js22 …:extend,load:function(){config.pageLoaded=true;extend(config,{stats:{all:0,bad:0},moduleStats:{all… property in AnonymousClass8e2981370501.load.AnonymousClass8e2981370801.moduleStats
76 config.previousModule=this.module;config.moduleStats={all:0,bad:0,started:now()};runLoggingCallback… property in config.moduleStats
242 …on(){var tests,banner,result,qunit,config=QUnit.config;config.stats={all:0,bad:0};config.moduleSta… property in config.stats
/openbmc/qemu/hw/ssi/
H A Dsifive_spi.c149 bool bad; in sifive_spi_is_bad_reg() local
/openbmc/qemu/tests/qtest/migration/
H A Dframework.c157 int bad = 0; in check_guests_ram() local
/openbmc/u-boot/include/
H A Data.h119 #define ATA_OK_STAT(stat,good,bad) (((stat)&((good)|(bad)))==(good)) argument
/openbmc/qemu/hw/net/
H A Dpcnet.c877 int bad = 0; in pcnet_rdte_poll() local
953 int bad = 0; in pcnet_tdte_poll() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c352 u16 bad; in nand_block_bad() local
/openbmc/qemu/hw/virtio/
H A Dvirtio.c3075 bool bad = (val & ~(vdev->host_features)) != 0; in virtio_set_features_nocheck() local
/openbmc/qemu/libdecnumber/
H A DdecNumber.c8090 Flag bad=0; local