Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/kunit/
H A Dkunit_parser.py62 def ok_status(self) -> bool: member in Test
587 failed_subtests = [sub for sub in test.subtests if not sub.ok_status()]
628 if test.ok_status() or test.counts.total() < 100:
/openbmc/qemu/hw/net/
H A Deepro100.c854 uint16_t ok_status = STATUS_OK; in action_command() local
901 ok_status = 0; in action_command()
918 ok_status = 0; in action_command()
923 s->tx.status | ok_status | STATUS_C, attrs); in action_command()