Searched refs:to_read (Results 1 – 1 of 1) sorted by relevance
73 int to_read = len - sizeof(fb_magic); in get_features() local74 if (to_read > (int) sizeof(feature_bytes)) in get_features()75 to_read = sizeof(feature_bytes); in get_features()77 (void) sys_semihost_read(fd, feature_bytes, to_read); in get_features()