Lines Matching refs:n

212 	u32 len, n;  in cper_mem_err_location()  local
217 n = 0; in cper_mem_err_location()
220 n += scnprintf(msg + n, len - n, "node: %d ", mem->node); in cper_mem_err_location()
222 n += scnprintf(msg + n, len - n, "card: %d ", mem->card); in cper_mem_err_location()
224 n += scnprintf(msg + n, len - n, "module: %d ", mem->module); in cper_mem_err_location()
226 n += scnprintf(msg + n, len - n, "rank: %d ", mem->rank); in cper_mem_err_location()
228 n += scnprintf(msg + n, len - n, "bank: %d ", mem->bank); in cper_mem_err_location()
230 n += scnprintf(msg + n, len - n, "device: %d ", mem->device); in cper_mem_err_location()
232 n += scnprintf(msg + n, len - n, "row: %d ", mem->row); in cper_mem_err_location()
234 n += scnprintf(msg + n, len - n, "column: %d ", mem->column); in cper_mem_err_location()
236 n += scnprintf(msg + n, len - n, "bit_position: %d ", in cper_mem_err_location()
239 n += scnprintf(msg + n, len - n, "requestor_id: 0x%016llx ", in cper_mem_err_location()
242 n += scnprintf(msg + n, len - n, "responder_id: 0x%016llx ", in cper_mem_err_location()
245 scnprintf(msg + n, len - n, "target_id: 0x%016llx ", in cper_mem_err_location()
248 msg[n] = '\0'; in cper_mem_err_location()
249 return n; in cper_mem_err_location()
254 u32 len, n; in cper_dimm_err_location() local
260 n = 0; in cper_dimm_err_location()
264 n = snprintf(msg, len, "DIMM location: %s %s ", bank, device); in cper_dimm_err_location()
266 n = snprintf(msg, len, in cper_dimm_err_location()
270 msg[n] = '\0'; in cper_dimm_err_location()
271 return n; in cper_dimm_err_location()