Searched refs:read_all (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.c700 read_all(int fd, void *buf, size_t count) function in typeref:typename:ssize_t
1144 ret = read_all(fd, file_header, ck_size);
1156 ret = read_all(fd, &md_type, cache_item_md_size);
1163 ret = read_all(fd, &num_keys, sizeof(uint32_t));
1182 ret = read_all(fd, &cf_data, cf_data_size);
1189 ret = read_all(fd, data, cache_data_size);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.c362 read_all(int fd, void *buf, size_t count) function in typeref:typename:ssize_t
548 int ret = read_all(fd, data, sb.st_size);
/xsrc/external/bsd/libuuid_ul/dist/
H A Dgen_uuid.c83 #define read_all(a,b,c) read(a,b,c) macro

Completed in 4 milliseconds