Home
last modified time | relevance | path

Searched refs:TMP_SIZE (Results 1 – 2 of 2) sorted by relevance

/arch/s390/hypfs/
A Dhypfs_diag_fs.c25 #define TMP_SIZE 64 /* size of temporary buffers */ macro
206 char buffer[TMP_SIZE]; in hypfs_create_cpu_files()
209 snprintf(buffer, TMP_SIZE, "%d", cpu_info__cpu_addr(diag204_get_info_type(), in hypfs_create_cpu_files()
266 char buffer[TMP_SIZE]; in hypfs_create_phys_cpu_files()
269 snprintf(buffer, TMP_SIZE, "%i", phys_cpu__cpu_addr(diag204_get_info_type(), in hypfs_create_phys_cpu_files()
A Dinode.c32 #define TMP_SIZE 64 /* size of temporary buffers */ macro
405 char tmp[TMP_SIZE]; in hypfs_create_u64()
408 snprintf(tmp, TMP_SIZE, "%llu\n", (unsigned long long int)value); in hypfs_create_u64()

Completed in 6 milliseconds