Lines Matching refs:to_read
2190 int rc, to_read = 2; in role_read() local
2197 to_read = 3; in role_read()
2199 rc = next_entry(buf, fp, sizeof(uint32_t) * to_read); in role_read()
2268 int rc, to_read; in type_read() local
2278 to_read = 5; in type_read()
2280 to_read = 4; in type_read()
2283 to_read = 3; in type_read()
2285 to_read = 5; in type_read()
2287 to_read = 4; in type_read()
2289 rc = next_entry(buf, fp, sizeof(uint32_t) * to_read); in type_read()
2868 int rc, to_read = 2; in user_read() local
2875 to_read = 3; in user_read()
2877 rc = next_entry(buf, fp, sizeof(uint32_t) * to_read); in user_read()