Searched refs:TMP_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/s390/hypfs/ |
D | hypfs_diag.c | 23 #define TMP_SIZE 64 /* size of temporary buffers */ macro 629 char buffer[TMP_SIZE]; in hypfs_create_cpu_files() 632 snprintf(buffer, TMP_SIZE, "%d", cpu_info__cpu_addr(diag204_info_type, in hypfs_create_cpu_files() 686 char buffer[TMP_SIZE]; in hypfs_create_phys_cpu_files() 689 snprintf(buffer, TMP_SIZE, "%i", phys_cpu__cpu_addr(diag204_info_type, in hypfs_create_phys_cpu_files()
|
D | inode.c | 29 #define TMP_SIZE 64 /* size of temporary buffers */ macro 400 char tmp[TMP_SIZE]; in hypfs_create_u64() 403 snprintf(tmp, TMP_SIZE, "%llu\n", (unsigned long long int)value); in hypfs_create_u64()
|