Lines Matching refs:ERROR
52 zxlogf(ERROR, "bad parameters: device=%p\n", device); in Start()
59 zxlogf(ERROR, "failed to bind ciphers: %s\n", zx_status_get_string(rc)); in Start()
66 zxlogf(ERROR, "failed to start thread\n"); in Start()
82 zxlogf(ERROR, "failed to read request: %s\n", zx_status_get_string(rc)); in Run()
97 zxlogf(ERROR, "unknown request: 0x%016" PRIx64 "\n", packet.user.u64[0]); in Run()
129 zxlogf(ERROR, in EncryptWrite()
137 zxlogf(ERROR, "zx_vmo_read() failed: %s\n", zx_status_get_string(rc)); in EncryptWrite()
141 zxlogf(ERROR, "failed to encrypt: %s\n", zx_status_get_string(rc)); in EncryptWrite()
158 zxlogf(ERROR, in DecryptRead()
169 zxlogf(ERROR, "zx::vmar::root_self()->map() failed: %s\n", zx_status_get_string(rc)); in DecryptRead()
178 zxlogf(ERROR, "failed to decrypt: %s\n", zx_status_get_string(rc)); in DecryptRead()