Lines Matching refs:ERROR
79 zxlogf(ERROR, "DNLOAD returned err %d\n", status); in Download()
82 zxlogf(ERROR, "DNLOAD returned bad len, want: %lu, got: %lu\n", len_to_write, out_len); in Download()
94 zxlogf(ERROR, "GET_STATUS returned err %d\n", status); in GetStatus()
97 zxlogf(ERROR, "GET_STATUS returned bad len, want: %lu, got: %lu\n", want_len, out_len); in GetStatus()
107 zxlogf(ERROR, "CLR_STATUS returned err %d\n", status); in ClearStatus()
119 zxlogf(ERROR, "GET_STATE returned err %d\n", status); in GetState()
122 zxlogf(ERROR, "GET_STATE returned bad len, want: %lu, got: %lu\n", want_len, out_len); in GetState()
135 zxlogf(ERROR, "failed to get firmware vmo size, err: %d\n", status); in LoadFirmware()
139 zxlogf(ERROR, "invalid vmo, vmo size was %lu, fw size was %lu\n", vmo_size, fw_size); in LoadFirmware()
155 zxlogf(ERROR, "device is in dfuERROR state, trying to clear error status...\n"); in LoadFirmware()
158 zxlogf(ERROR, "could not clear error status, got err: %d\n", status); in LoadFirmware()
164 zxlogf(ERROR, "device is in an unexpected state: %u\n", state); in LoadFirmware()
195 zxlogf(ERROR, "bad status %u\n", dfu_status.bStatus); in LoadFirmware()
245 zxlogf(ERROR, "DFU func desc should be at least %lu long, got %u\n", in Create()
259 zxlogf(ERROR, "could not find any valid DFU functional descriptor\n"); in Create()