Searched refs:ocs_textbuf_printf (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/ocs_fc/
H A Docs_ddump.c315 ocs_textbuf_printf(textbuf, "No history available\n");
322 ocs_textbuf_printf(textbuf, "<history>\n");
323 ocs_textbuf_printf(textbuf, "(newest first):\n");
343 ocs_textbuf_printf(textbuf, "%s:\n",
352 ocs_textbuf_printf(textbuf, " t: %" PRIu64 "\n", tsc_value);
360 ocs_textbuf_printf(textbuf, " qid=0x%x idx=0x%x\n",
370 ocs_textbuf_printf(textbuf, " [%d]=%x\n",
382 ocs_textbuf_printf(textbuf, "</history>\n");
527 ocs_textbuf_printf(textbuf, "<rpi_ref>");
531 ocs_textbuf_printf(textbu
[all...]
H A Docs_utils.c581 ocs_textbuf_printf(textbuf, "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n");
614 ocs_textbuf_printf(textbuf, "<%s type=\"section\" instance=\"%d\">\n", name, instance);
632 ocs_textbuf_printf(textbuf, "</%s>\n", name);
657 ocs_textbuf_printf(textbuf, "<%s>%s</%s>\n", name, valuebuf, name);
687 ocs_textbuf_printf(textbuf, "<%s type=\"buffer\" instance=\"%d\">\n", name, instance);
692 ocs_textbuf_printf(textbuf, "%08x ", *dword++);
694 ocs_textbuf_printf(textbuf, "\n");
698 ocs_textbuf_printf(textbuf, "</%s>\n", name);
740 ocs_textbuf_printf(textbuf, "<qentries>\n");
746 ocs_textbuf_printf(textbu
1805 ocs_textbuf_printf(ocs_textbuf_t *textbuf, const char *fmt, ...) function
[all...]
H A Docs_mgmt.c2590 ocs_textbuf_printf(textbuf, "<%s instance=\"%d\">\n", name, index);
2610 ocs_textbuf_printf(textbuf, "<%s>\n", name);
2629 ocs_textbuf_printf(textbuf, "</%s>\n", name);
2650 ocs_textbuf_printf(textbuf, "</%s>\n", name);
2672 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\"/>\n", name, mode_string(mode));
2693 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), value, name);
2721 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), valuebuf, name);
2744 ocs_textbuf_printf(textbuf, "<%s mode=\"%s\">%s</%s>\n", name, mode_string(mode), valuebuf, name);
H A Docs_utils.h107 extern void ocs_textbuf_printf(ocs_textbuf_t *textbuf, const char *fmt, ...);
H A Docs_scsi.c2521 ocs_textbuf_printf(&txtbuf, "cdb%d: ", cdb_len);
2523 ocs_textbuf_printf(&txtbuf, "%02X%s", cdb[i], (i == (cdb_len-1)) ? "" : " ");

Completed in 82 milliseconds