Home
last modified time | relevance | path

Searched refs:status_ok (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/atopcase/
H A Datopcase.c89 static const uint8_t status_ok[] = { 0xac, 0x27, 0x68, 0xd5 }; variable
127 if (memcmp(status_buffer, status_ok, sizeof(status_ok)) == 0) { in atopcase_receive_status()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc421 bool Passed(bool status_ok) override;
576 bool DeathTestImpl::Passed(bool status_ok) { in Passed() argument
602 if (status_ok) { in Passed()
/freebsd/contrib/elftoolchain/addr2line/
H A Daddr2line.c686 goto status_ok; in translate()
739 status_ok: in translate()