Searched refs:TMP_SIZE (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/s390/hypfs/
H A Dinode.c31 #define TMP_SIZE 64 /* size of temporary buffers */ macro
404 char tmp[TMP_SIZE];
407 snprintf(tmp, TMP_SIZE, "%llu\n", (unsigned long long int)value);
H A Dhypfs_diag_fs.c24 #define TMP_SIZE 64 /* size of temporary buffers */ macro
205 char buffer[TMP_SIZE];
208 snprintf(buffer, TMP_SIZE, "%d", cpu_info__cpu_addr(diag204_get_info_type(),
263 char buffer[TMP_SIZE];
266 snprintf(buffer, TMP_SIZE, "%i", phys_cpu__cpu_addr(diag204_get_info_type(),

Completed in 149 milliseconds