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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/hypfs/
H A Dhypfs_diag.c24 #define TMP_SIZE 64 /* size of temporary buffers */ macro
670 char buffer[TMP_SIZE];
673 snprintf(buffer, TMP_SIZE, "%d", cpu_info__cpu_addr(diag204_info_type,
731 char buffer[TMP_SIZE];
734 snprintf(buffer, TMP_SIZE, "%i", phys_cpu__cpu_addr(diag204_info_type,
H A Dinode.c29 #define TMP_SIZE 64 /* size of temporary buffers */ macro
407 char tmp[TMP_SIZE];
410 snprintf(tmp, TMP_SIZE, "%llu\n", (unsigned long long int)value);

Completed in 97 milliseconds