Lines Matching defs:tmp
129 char tmp[LPFC_MAX_INFO_TMP_LEN] = {0};
134 scnprintf(tmp, sizeof(tmp),
141 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
149 scnprintf(tmp, sizeof(tmp),
153 scnprintf(tmp, sizeof(tmp),
157 scnprintf(tmp, sizeof(tmp),
161 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
166 scnprintf(tmp, sizeof(tmp),
170 scnprintf(tmp, sizeof(tmp),
174 scnprintf(tmp, sizeof(tmp),
178 scnprintf(tmp, sizeof(tmp),
182 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
187 scnprintf(tmp, sizeof(tmp),
191 scnprintf(tmp, sizeof(tmp),
195 scnprintf(tmp, sizeof(tmp),
199 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
204 scnprintf(tmp, sizeof(tmp),
208 scnprintf(tmp, sizeof(tmp),
212 scnprintf(tmp, sizeof(tmp),
216 scnprintf(tmp, sizeof(tmp),
220 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
226 scnprintf(tmp, sizeof(tmp), "Active: Mode:Off\n");
229 scnprintf(tmp, sizeof(tmp), "Active: Mode:Managed\n");
232 scnprintf(tmp, sizeof(tmp), "Active: Mode:Monitor\n");
235 scnprintf(tmp, sizeof(tmp), "Active: Mode:Unknown\n");
237 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
243 scnprintf(tmp, sizeof(tmp), "Config: Mode:Off ");
246 scnprintf(tmp, sizeof(tmp), "Config: Mode:Managed ");
249 scnprintf(tmp, sizeof(tmp), "Config: Mode:Monitor ");
252 scnprintf(tmp, sizeof(tmp), "Config: Mode:Unknown ");
254 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
265 scnprintf(tmp, sizeof(tmp),
269 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
272 scnprintf(tmp, sizeof(tmp),
278 strlcat(buf, tmp, PAGE_SIZE);
350 char tmp[LPFC_MAX_INFO_TMP_LEN] = {0};
368 scnprintf(tmp, sizeof(tmp),
371 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
374 scnprintf(tmp, sizeof(tmp),
381 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
389 scnprintf(tmp, sizeof(tmp),
394 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
399 scnprintf(tmp, sizeof(tmp),
403 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
407 scnprintf(tmp, sizeof(tmp),
412 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
415 scnprintf(tmp, sizeof(tmp),
420 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
423 scnprintf(tmp, sizeof(tmp),
430 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
435 scnprintf(tmp, sizeof(tmp),
439 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
443 scnprintf(tmp, sizeof(tmp),
451 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
454 scnprintf(tmp, sizeof(tmp),
459 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
462 scnprintf(tmp, sizeof(tmp),
467 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
470 scnprintf(tmp, sizeof(tmp),
474 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
477 scnprintf(tmp, sizeof(tmp),
483 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
486 scnprintf(tmp, sizeof(tmp),
491 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
499 scnprintf(tmp, sizeof(tmp),
506 strlcat(buf, tmp, PAGE_SIZE);
521 scnprintf(tmp, sizeof(tmp),
527 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
536 scnprintf(tmp, sizeof(tmp),
543 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
579 scnprintf(tmp, sizeof(tmp), "WWPN x%llx ",
581 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
584 scnprintf(tmp, sizeof(tmp), "WWNN x%llx ",
586 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
589 scnprintf(tmp, sizeof(tmp), "DID x%06x ",
591 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
610 scnprintf(tmp, sizeof(tmp), "UNKNOWN ROLE x%x",
612 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
616 scnprintf(tmp, sizeof(tmp), "%s\n", statep);
617 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
628 scnprintf(tmp, sizeof(tmp),
633 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
636 scnprintf(tmp, sizeof(tmp),
641 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
655 scnprintf(tmp, sizeof(tmp),
659 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
662 scnprintf(tmp, sizeof(tmp),
671 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
674 scnprintf(tmp, sizeof(tmp),
678 strlcat(buf, tmp, PAGE_SIZE);
714 char tmp[LPFC_MAX_SCSI_INFO_TMP_LEN] = {0};
733 scnprintf(tmp, sizeof(tmp), "HDWQ (%d): Rd %016llx Wr %016llx "
735 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
738 scnprintf(tmp, sizeof(tmp), "Cmpl %016llx OutIO %016llx\n",
740 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE)
743 scnprintf(tmp, sizeof(tmp), "Total FCP Cmpl %016llx Issue %016llx "
745 strlcat(buf, tmp, PAGE_SIZE);