Home
last modified time | relevance | path

Searched refs:stoperr (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/py-supervisor/supervisor-4.2.1/supervisor/
H A Dweb.py398 def stoperr(): function
400 stoperr.delay = 0.05
401 return stoperr
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/mmc/
H A Dmmc.c86 int stoperr = 0; in mmc_bwrite() local
132 stoperr = mmc_send_cmd(mmc, &cmd, NULL); in mmc_bwrite()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/mmc/
H A Dmmc.c86 int stoperr = 0; in mmc_bwrite() local
132 stoperr = mmc_send_cmd(mmc, &cmd, NULL); in mmc_bwrite()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/mmc/
H A Dmmc.c86 int stoperr = 0; in mmc_bwrite() local
132 stoperr = mmc_send_cmd(mmc, &cmd, NULL); in mmc_bwrite()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/mmc/
H A Dmmc.c86 int stoperr = 0; in mmc_bwrite() local
132 stoperr = mmc_send_cmd(mmc, &cmd, NULL); in mmc_bwrite()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/mmc/
H A Dmmc.c86 int stoperr = 0; in mmc_bwrite() local
132 stoperr = mmc_send_cmd(mmc, &cmd, NULL); in mmc_bwrite()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/mmc/
H A Dmmc.c86 int stoperr = 0; in mmc_bwrite() local
132 stoperr = mmc_send_cmd(mmc, &cmd, NULL); in mmc_bwrite()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/mmc/
H A Dmmc.c86 int stoperr = 0; in mmc_bwrite() local
132 stoperr = mmc_send_cmd(mmc, &cmd, NULL); in mmc_bwrite()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_func.c9618 int stoperr = stop_fncall(call, rtype, ret, dset, prn, in gretl_function_exec() local
9621 if (stoperr && !err) { in gretl_function_exec()
9622 err = stoperr; in gretl_function_exec()