Searched refs:oem_out (Results 1 – 1 of 1) sorted by relevance
900 let mut oem_out = [0u8; MAX_RESPONSE_SIZE - 4]; in oem() localVariable901 let oem_res = fb_impl.oem(cmd, &mut utils, &mut oem_out[..]); in oem()