Home
last modified time | relevance | path

Searched refs:oldstate (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dflashchip.h72 flstate_t oldstate; member
/openbmc/qemu/system/
H A Dcpus.c297 RunState oldstate = runstate_get(); in do_vm_stop()
299 if (runstate_is_live(oldstate)) { in do_vm_stop()
300 vm_was_suspended = (oldstate == RUN_STATE_SUSPENDED); in do_vm_stop()
303 if (oldstate == RUN_STATE_RUNNING) { in do_vm_stop()
291 RunState oldstate = runstate_get(); do_vm_stop() local
/openbmc/qemu/hw/misc/
H A Dmac_via.c848 int oldstate, state; in via1_adb_update() local
850 oldstate = (v1s->last_b & VIA1B_vADB_StateMask) >> VIA1B_vADB_StateShift; in via1_adb_update()
853 if (state != oldstate) { in via1_adb_update()
1073 int oldstate, state; in mos6522_q800_via1_write() local
1110 oldstate = (v1s->last_b & VIA1B_vADB_StateMask) >> in mos6522_q800_via1_write()
1114 if (oldstate == ADB_STATE_NEW && state == ADB_STATE_NEW && in mos6522_q800_via1_write()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c238 enum sandbox_sf_state oldstate = sbsf->state; in sandbox_sf_process_cmd() local
293 if (oldstate != sbsf->state) in sandbox_sf_process_cmd()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0003-Fix-off-by-one-overflow-in-the-IP-protocol-table.patch36 @@ -480,7 +480,7 @@ void PortList::setPortState(u16 portno, u8 protocol, int state, int *oldstate) {