Home
last modified time | relevance | path

Searched refs:next_c (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-bdrv-drain.c952 BdrvChild *c, *next_c; in bdrv_test_top_close() local
955 QLIST_FOREACH_SAFE(c, &bs->children, next, next_c) { in bdrv_test_top_close()
1011 BdrvChild *c, *next_c; in test_co_delete_by_drain() local
1013 QLIST_FOREACH_SAFE(c, &bs->children, next, next_c) { in test_co_delete_by_drain()
/openbmc/linux/drivers/tty/vt/
H A Dvt.c2752 int next_c; in vc_con_write_normal() local
2799 next_c = c; in vc_con_write_normal()
2809 vc_uniscr_putc(vc, next_c); in vc_con_write_normal()
2837 next_c = ' '; in vc_con_write_normal()